Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

DIV and Browser Compatibility

Status
Not open for further replies.

jbtman

Programmer
Jul 13, 2007
30
I am having an issue with a site displaying in IE6 and IE7. All is fine in 7 but things are out of align in 6. I have the following Div setup:

Wrapper (894px)
leftcol (202px)

lefcol
content (692px)
advert (380px)

advert
remainder (312px)

remainder
content
Wrapper
Footer
Footer

How do I make it look the same in IE6? The remainder div drops down pushing the footer out. Forgive me as I am still learning this css stuff! Thanks!!
 
Make sure your markup validates first. That's the first step when things "aren't right" - but should be.

Markup validator - CSS validator -
If that validates, then you might find it easier to provide a link to your page so we can take a direct look at the code.

Cheers,
Jeff

[tt]Jeff's Blog [!]@[/!] CodeRambler
[/tt]

Make sure your web page and css validates properly against the doctype you have chosen - before you attempt to debug a problem!

FAQ216-6094
 
The CSS seems to validate fine (a couple of warnings) but it won't do the markup. Probably because it is ASPX with master pages.
 
it won't do the markup. Probably because it is ASPX with master pages.
You can and should still produce valid HTML pages regardless of which server-side language you use. I know in this case (i.e. using ASP.NET regardless of whether you are using Master Pages) there is no reason why you can't. Ask in the ASP.NET forum if you have any specific problems with this.


------------------------------------------------------------

Mark,
[URL unfurl="true"]http://aspnetlibrary.com[/url]
[URL unfurl="true"]http://mdssolutions.co.uk[/url] - Delivering professional ASP.NET solutions
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top