On Mon, 1 Dec 2008 14:32:58 -0500, Kym Costanzo wrote:

| This is my first post to the list, I hope I post according to list
| etiquette! 
|  
| The site I am working on looks fine in IE7 and Firefox 2 and 3. But it is
| messed up in IE6. The contents of my main content area are being pushed down
| and do not begin displaying until below my sidebars in IE6. 
|  
| Staging site: http://www.youregoingtolovethisbank.com
| <http://www.youregoingtolovethisbank.com/> 
| CSS file: http://www.youregoingtolovethisbank.com/css/hnc_styles.css
|  
| I am sure it is a minor tweak but I can't seem to find out exactly what
| tweak that is... any help would be SO appreciated. Thank you. 
|  

You have the following in your code:

<div id=HR>
</div>

Replace HR with "HR"

Later you have another div with the same ID. Consider using class instead
of id as you can only have one element with a particular id.
-- 
Rasal Postill
Dance your Life - Biodanza in Holland - <http://www.danceyourlife.eu>
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to