Page 1 of 1
CSS & IE 6.0
Posted: Fri Sep 05, 2008 12:16 am
by occasio
Here's the two examples
http://pbseast.org/v3/index.php?page=bbb
http://pbseast.org/v3/index.php?page=socialaction
The first page is looking ok in IE 6.0 but for some reason the 2nd page is not respecting the CSS.
Any ideas
Re: CSS & IE 6.0
Posted: Fri Sep 05, 2008 7:09 am
by Dr.CSS
You may want to fix the validation errors before any real work can be done...
And why the scroll, if you have to scroll in the content might as well scroll the page...
Re: CSS & IE 6.0
Posted: Fri Sep 05, 2008 12:06 pm
by occasio
mark wrote:
You may want to fix the validation errors before any real work can be done...
And why the scroll, if you have to scroll in the content might as well scroll the page...
I'm not seeing any validation errors. The scroll is needed because the layout is static.
Re: CSS & IE 6.0
Posted: Fri Sep 05, 2008 8:36 pm
by hexdj
Errors found while checking this document as XHTML 1.0 Strict!
Result: 26 Errors, 3 warning(s)
And I agree with Mark, makes no sense having a scroll bar for that content box, if people have a small screen or their window simply not maximized they will see a window scroll bar and also the one for the content box, you can't design a site for a single specific height, you might be able to get away with it for width but definitely not for height. Just my two cents
