Kim wrote:
Quote:
I came across a strange style I've never seen before...
#container{
width:760px;
\width:770px;
w\idth:760px;}
I guess the \ hides the width for some browsers... but which and why?
Kim |
Not sure about the width with the escape character before the property
but the one with the escape character before the i is seen by IE6 FF and
most modern browsers. You would do this to feed in a different value to
those.
The escape character should not be placed before the letters a,b,c,d,e
or f - the hex value letters. So w\idth is ok and wi\dth is not ok.
--
Cheers jojo
Team Macromedia Member Volunteer for Dreamweaver MX
http://www.webade.co.uk
----------------------------------------------------
Extending Knowledge, Daily.
http://www.communityMX.com/
Free 10 day trial
http://www.communitymx.com/joincmx.cfm
----------------------------------------------------