10,643 Topics
| |
Hi All, I have found the following css rules on the web.... And whilst they look great in FF, nothing is being displayed in IE Can someone help me out so I can at least see the boxes in IE [CODE] input, textarea { font-size: 0.8em; width: 265px; border: none; … | |
Hi. I would appreciate if someone can help me. The url to my site is [URL="http://www.trecall.com"]www.trecall.com[/URL] There are six main tabs on the site, with padding-right on each tab, making a gray border appear between each tab. I can't figure out why the padding does not show up on the … | |
Hello everyone, I want to create a completely round <div> using only HTML / CSS, but without border-radius. I don't want use background images, because I'll have probles resizing them and that's not cool. Is there a better solution? Thanks in advance! | |
Hey guys.. i got this kind of div structure (Hebrew website) [CODE] <div id="main" style="background: #ffffff; padding: 20px;"> <div id="sidebar" style="float: right;"> actuall sidebar </div> <div id="pagecontent" style="float: right"> some content </div> </div> [/CODE] My problem.. The contact inside the content / sidebar isn't stretching the "main" div and so.. … | |
What I am looking to do is create a custom error page. Something so that if a user try's to navigate somewhere that does not exist they get a site error page. Let me give you and example.. [URL="http://templatemonster.com/poop.html"]http://templatemonster.com/jimmyhoffa.html[/URL] or [URL="http://templatemonster.com/browneye.html"]http://templatemonster.com/browneye.html[/URL] Obviously neither of those pages exist but instead of … | |
| I really don't know how to word this, but how do I create an option button that when selected it gives me a different select tag. Ex. When Friday is selected, a drop down menu for Friday hours are shown, when Saturday is selected a different drop down menu for … |
Hi all, I'm new with asp.net and I'm currently starting a project with MVC 2. As far as I know the models folder is dedicated to store the .cs of our entities and in the controllers folder you receive the petitions from views, create new instances of the entities and … | |
Hi all, I want to make scroll bars appear when I resize the window(for the entire web page). At the moment the image in the header is just cut off at both ends, with no scroll bars. What do I need to do to the following code to make this … | |
[CODE] <body> <div style="height:100; width:100%; background-color:black"> hello. </div> </body> [/CODE] I want to put it in the middle of the page, how can I do it? ty ^.^ | |
Hi I have been trying to remove certain items from the admin bar which appear at the top of all WordPress pages. I've managed to remove the 'visit' menu from it by reading a forum elsewhere and editing CSS but I have had no luck with researching how to remove … | |
[CODE] <html> <body> <div style="width:500; height:200; border:1px solid black;"> adsf<br>adsf<br>adsf<br>adsf<br>adsf<br>adsf<br>adsf<br>adsf<br>adsf<br> adsf<br>adsf<br>adsf<br>adsf<br>adsf<br>adsf<br>adsf<br>adsf<br>adsf<br> adsf<br>adsf<br>adsf<br>adsf<br> </div> </body> </html> [/CODE] ello I'd like to have a div with minimum height of 200px. but if we add more data in to the div the height should be increased not totally fixed you know? what can … | |
hi can any body defien HTML Element Syntax and whats use in webdesign. help me. thanks advanced. | |
How can i make a div tag which will Re size vertically depending upon the Text length of the this tag..?? | |
Hi, This is my first post--I'm really a graphic designer, but have been asked to do some web design. I'm amateur at best, and at worst, don't know the crap I'm doing. I'm having problems getting my site to display correctly across multiple browsers and resolutions. Though it displays correctly … | |
Ive made a simple css but i dont know why the div go down if i make the width of style #ID_Number more that 251px really weird! [URL=http://img543.imageshack.us/i/weirdk.jpg/][IMG]http://img543.imageshack.us/img543/1089/weirdk.jpg[/IMG][/URL] [CODE] <style type="text/css"> #CONTENT { height: 222px; width: 421px; background-color: #E8E8FF; } #B8 { height: 25px; width: 200px; float: left; clear: both; … | |
I have never really used tables and especially not in a css file. I just want to know the basics of tables and making them in css. Also once I do make it in a css file how do I name it so I can use it in a html … | |
Hello! I am fairly new to HTML and CSS, and I am making my webpage. It has small table to the left for navigation and then the main table is in the middle. The main table has two columns that I made with the normal old html <tr> and <td> … | |
Good Afternoon Everyone, AM I correct in that it is ok to use event.target if the target movie is a stand alone object. But I need to use event.currentTarget if the movie clip has children inside? | |
Hi, So I am having a Windows Hosting account that supports ASP.NET and DotNetNuke. As i am with the DotNetNuke, and this service is with me around from a while now and as we can see which is an increase in use and need for DNN hosting providers. If anyone … | |
Hy! I want to improve the design of my windows application.I've searched a lot on google but i couldn't find anything good. Can everyone please tell me some web addresses or maybe turorials were I can find stuff about the design of a windows application?Something like a special form for … | |
Hey, I have this very irritating issue which i was unable to solve for a couple of weeks. I am an amateur designer trying to design a site for my company. The problem I face here is this: 1. I create a menu within a container, with the same width … | |
Hi All, Well this is a simple problem, I'm developing websites for a client and I send them the html/css files with the regular url's in css like this - #body {background-image: url(Images/bg.jpg);} but they send me back the css file which has a Forward Slash '/' in the beginning … | |
I need some help with sizing an image in height. My page is tzr.ro, and as you can see in some browsers such as explorer and chrome the image height differs. So i have this small piece of code that i need to adjust: img { max-width : 350px; height … | |
[url]http://www.gwftn.org/frame.html#projects[/url] In the bottom left of the content of the page is a link for "virtual prayer walk". If you click on that, an iframe is displayed. In other browsers, you can navigate the iframe just fine (using the go forward/ go backward links). In IE, it does not change … | |
I have a web page I am creating with an iFrame. Every div below the iframe disappears. In this case, it's the div "footer" I've tried several things with the css, and it did nothing. This is the site: [URL="http://t-down.webs.com/pre/home.html"]http://t-down.webs.com/pre/home.html[/URL] Here is my HTML code: [CODE]<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML … | |
I have a table and need 2 rows merged horizontally, come somebody help me do this i seem to be having some difficulties. Here is my source and a screen attached. The green line in the image is where i want to split the cell. Thanks [CODE] <table id="dataTable" cellspacing="0" … | |
i spent a lot of time yesterday redoing my whole website with iframes for each section but once i put everything onto the server i found that the links inside the iframes opened inside the iframes rather than in the whole window. how do i escape from the iframe to … | |
[CODE] <div style="background-color:black; width:100%; height:30"> </div> [/CODE] I would like to make a div with a real 100% width, but when I try the code above, I don't get what I want :[ It's not really 100% there are still some spaces between the div and body. what should I … | |
|
The End.