PDA

View Full Version : Can someone help me with web design Question?



hollywooood
December 11th, 2007, 08:54 AM
Firefox, safari, and opera all read my programming perfectly but IE was not happening. I made some changes but now IE looks good and the rest are horrible. Can anyone help me with this? The main content div is protruding over the header. The problem before was that the main content div was too low with a 200px top margin. With this 200px margin I was able to get it looking good in every browser but IE. IE shows the main content starting halfway down the page. I took the margin down to 0px and it looks good in IE but no good in the rest. I feel like there is a simple fix but don't know what to do. Been doing this about a month now so my knowledge is not so good. Thanks for the time.

Will

thats all folks
December 11th, 2007, 09:03 AM
This should be in Client-Side (HTML, CSS, JavaScript),

Do you have a link so we can see whats going on?

hollywooood
December 11th, 2007, 09:05 AM
www.arjunadesigns.com

hollywooood
December 11th, 2007, 09:08 AM
A big thanks for looking at this for me!:angel:

simplistik
December 11th, 2007, 09:26 AM
add this to your css


.clear { height: 1%; margin: 0; padding: 0; clear: both; float: none; }

then directly after your header div add


<br class="clear"/>