|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Stay one step ahead of the competition. Evaluate and give feedback
on some of the hottest web development tools on the market today.
Make your opinion heard! Click
Here
|
|
#1
|
|||
|
|||
|
standards mode - different behaviors = FF & IE
Hi fellas.. I was making my personal webpage which uses tables for the layout. It sports rounded corners whicha are achieved via 30x30 images.
At first, I had it working seamlessly, then I remembered to put in the doctype, which threw my browser into standards mode. The images suddenly got whitespaces underneath them, breaking up my layout. I fixed this using the line-height: 0; clause in my stylesheet. It works seamlessly in Firefox, yet IE still has the same old problem. The page validates perfectly as html 4.01 strict and CSS, and I can't figure out what the problem is with IE. You can find the site here --> jamwil.com. |
|
#2
|
||||
|
||||
|
RE: standards mode - different behaviors = FF & IE
I would re-hard-code the table to minimize un-needed <td> tags
|
|
#3
|
|||
|
|||
|
RE: standards mode - different behaviors = FF & IE
I don't think there's any other option with the layout I've chosen...
|
|
#4
|
|||
|
|||
|
RE: standards mode - different behaviors = FF & IE
I fixed it, I put the images in as css backgrounds instead of actual images (<img>). Works perfectly fine now.
|
![]() |
| Viewing: Codewalkers Forums > Other Technologies > Client Side Things > standards mode - different behaviors = FF & IE |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|
|
|