Column CSS
Is there a special tweak CSS for moving the left and right columns in YCS? I used the MySpace Column CSS:
<style>
.a {move left column}
object, embed,
table table table {position:relative; left:-100px;}
table table table table {position:static;}
.a {move right column}
td.text table {position:relative; left:100px;}
td.text object, td.text embed,
td.text table table {position:static;}
</style>
This CSS doesn't work properly on YCS though.
To sum it up, I'm basically asking whether or not you guys have a tweak CSS for moving the columns that is compatible with YCS.
Thanks!
|