Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

andyjamesnelson

macrumors 6502
Original poster
Aug 24, 2003
286
0
Jacob's house
Hey I downloaded this:

http://css-tricks.com/examples/PerfectFluidWidthLayout/

And found this is the css:


#page-wrap {
background: white;
min-width: 780px;
max-width: 1260px;
margin:0 auto;
width:expression(document.body.clientWidth < 782? "780px" : document.body.clientWidth > 1262? "1260px" : "auto");
}

What on earth does that width statement mean? I've never seen anything like that in css...

I posted on their forum but no luck as yet.. thanks, andy
 
It executes Javascript. Basically an IE hack...check this for why it's not that great of an idea.

--Eric
 
I'll reiterate the point of "don't use it." I'll let the link posted by Eric5h5 to explain why.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.