> Daniel Hammond wrote:
> > On www.southpawbrothers.com, the top borders of the 
> navigation links 
> > show up in Firefox (as they should), but they don't show up 
> in IE. Why?
> > Daniel Hammond

> Probably a combination of things  is causing that specific 
> problem, but there are other issues too:
> Although your css is valid, the markup is not (always a good 
> idea to validate before posting).
> - id's are unique, they can only be used once on a page (you 
> have used #nav several times)
> - you have no doctype, consequently ie is in quirksmode, and 
> rendering even among the compliant browsers may be different
> - you are using proprietary html in the table
> - and you are using i-frames (which complicates things a 
> little)


I'm checking the validation of my markup, and it's telling me that there is
no attribute "height". As you can see on
www.southpawbrothers.com/index2.htm, if I remove the "height" tag from the
invisible table that encompasses all of the site's content, it obviously
moves everything to the top of the browser window. Is there a way, without
using "height", to keep the look (www.southpawbrothers.com/index.htm) that I
want, with the content centered vertically as well as horizontally in the
browser?

Also, how would I keep the "hover" action on the nav links as they are in
the ...index.htm file without using the div tags the way that I did?

Another thing: what do you mean by proprietary html?

Daniel Hammond
www.objectivedesigns.com


______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to