| Home | Register | FAQ | Members List | Search | Today's Posts | Mark Forums Read |
|
|
#1 (permalink) |
|
volkswagen yellow & gold
Join Date: Apr 2003
Location: london, england.
Posts: 6,190
|
mozilla & standards compliancy
ii'm having issues with mozilla when its running in a compliant mode. i get gaps round images which means that they won't lie neatly on top of each other. the fix i've found is to get the browser to render that page in quirks mode and then it all fits fine. anyone experienced this and know of a compliant fix? |
|
|
|
|
|
#5 (permalink) |
|
volkswagen yellow & gold
Join Date: Apr 2003
Location: london, england.
Posts: 6,190
|
yes. everything has been set to 0 that could possibly have a 0 set - it did nothing so i took them all out. i've found references to this being an issue when using images in tables using mozilla - i've been there before and a 'vertical-align: bottom' brought everything into line, but these images are notin a table. ie and opera have no issues with it. |
|
|
|
#8 (permalink) |
|
volkswagen yellow & gold
Join Date: Apr 2003
Location: london, england.
Posts: 6,190
|
http://dev.flark.net/temp/temp2/pageTeaser.html like i said above, force mozilla into quirks mode and all is fine |
|
|
|
#13 (permalink) | |
|
volkswagen yellow & gold
Join Date: Apr 2003
Location: london, england.
Posts: 6,190
|
Quote:
@import url(pageTeaser.css); all other have been removed for the sake of this example. |
|
|
|
|
#14 (permalink) | |
|
Barney army!
Join Date: Mar 2003
Location: London
Posts: 696
|
Quote:
Images are inline by default, and therefore rest on the baseline, hence the gap underneath. This is why v-aligning it to the bottom removes it, and also why changing to display as a block element also works. Luke Redpath .::. Software Engineer .::. Reevoo - Real Reviews From Real Customers
|
|
|
![]() |