Forum Moderators: not2easy
The situation is that in firefox I get a different height then in IE and Opera... I have other pages on this web site and everithing is right, just this page don't know were I mistaken...
Pls take a look at the source: [URL's removed]
I tried everything, and 100% height, and margin:0 ..and nothing I tryed worked... SO pls If someone have some sugesstions I will appreciate...
Thanks and hope to solve this problem!
[edited by: SuzyUK at 6:15 am (utc) on Feb. 18, 2007]
[edit reason] Please no site specifics for review [/edit]
I cannot immediately see the problem, other than your page does not validate - you have a <ul> (block-level) element inside a <dt> - your other pages seem to be OK in this respect.
And this happens only with this page! Cause others are stable in all three browsers and look identically. And I cannot figure it out why is this so, cause the template for ghid.html I took from inovatii.html, and the last work perfect...
With <ul> I know there is an error, and I'll try to figure it out how to replace the inside <ul> with smth else.... but I am paying attention to web standards, and always try to get my cod valid!
Is the page ghid.html looking the same in all your browsers?
I don't know exactly why it's just this page but I'm surprised it isn't happening on more than one page actually ;) - It is something to do with how you are positioning the icons at the bottom of the left column.
You are giving the left column, indeed the whole layout, a very specific height and then positioning the icons using a specific top margin value, the right column in this particular page must be longer than the template and overflowing the expected height? anyway those are the specifics I didn't look into - but try removing one line of content from the right and you'll see the situation change (not fix) - your whole layout relies on height and actual content which is not a good idea as it only takes one x-browser default margin to differ slightly and you get what I think you are seeing.
maybe instead of trying to position the icons beside the footer by forcing them downwards, you could make the footer 100% width of your layout and then position the icons div INSIDE the footer and to the left.
IMHO your layout would lend itself nicely to a faux column floated template because your background image would take care of the full height columns look without you having to use specific heights to force it
Suzy
[edited by: SuzyUK at 6:58 am (utc) on Feb. 18, 2007]