Click to See Complete Forum and Search --> : Making all browsers happy...


stmasi
10-04-2005, 05:37 PM
I have attached zip files containing screen shots as well as code. IE and O display as I desire, but FF, M, and N do not.

Can anyone, not only explain the differences in browser interpretation, but the corrective action needed as well?

Thanx.

David Harrison
10-04-2005, 06:25 PM
Well you ID's are fairly useless and unrememberable, so I'm not gonna even try and decipher the CSS.

Instead I'm going to take a wild guess that you floated the main column and are now wondering why it sticks out the bottom of the <div>. Add another <div> tag in just before the closing </div> at the end, and apply the rule clear:both; to it to see if that helps.

Like I said, I'm just guessing, maybe it's something completely different. If it does turn out to be the floaty thing though, give this (http://www.autisticcuckoo.net/archive.php?id=2004/12/10/floating) a read.

Siddan
10-05-2005, 04:57 PM
hehe if you really want the website to work perfectly in all browsers, regarding the layout then you either have to be a css hack master.....or using tables as the concrete structure layout, which everyone in this category hates :)

sadly but true in my opinion

Siddan
10-05-2005, 04:59 PM
and btw... could you remove some 1īs and 0īs in your signature, cus it expands the width by several thousands of anoying pixel space

stmasi
10-06-2005, 10:32 AM
David,

Placing the extra DIV before my last DIV worked perfectly!

Thank you so very much!!!

:D

David Harrison
10-06-2005, 01:16 PM
Happy to help. :)

Siddan, I'm not a CSS hack master, I detest using hacks because they may fail sometime in the future (*cough*IE7*cough*), however 99% of the time I can get it to look right in all browers.