PDA

View Full Version : Background Layer positionin help...


jugo
02 Aug 2006, 20:20
I Have a table cell which spans the footer of my page....

For some reason IE does not like my STYLE tag in the TD.

Can anyone see something I;m not seeing here:



Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------




This is what it looks like in IE: cp-footer-ie.jpg
This is what it looks like in FireFox: cp-footer-ff.jpg <----good

jugo
02 Aug 2006, 20:35
DUH!!!

More and more I am beginning to wonder when IE is going to catch up...

Because IE is dumb, you need to spell it out as it does not understand inline extended CSS values.

The correct way to do it is:


Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------

Freesteyelz
03 Aug 2006, 00:39
Actually you don't have to spell it out in IE. Same with programming, the code is sensitive so if you were to exclude (let's say a space between values) then the code won't work. The correct shorthand CSS would be:



Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------



Compare this code with yours in post #1.