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

Craigy

macrumors 6502
Original poster
Jan 14, 2003
403
48
New Zealand
Hi All,

Does anyone know how the different columns on the Mobile Me interface span the full height of the browser and expand when the window size is changed?

I was looking to do a similar structure on a site but can't seem to get the CSS to work. Looked at the Mobile Me site but can't make out the correct CSS...

Anyone point me in the right direction?

Cheers
 
If you want columns to resize proportionally, define their sizes as percentages, as in .col1 { width: 30%; } .col2 { width: 30%; } .col3 { width: 40%; }
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.