Who I'd like to meet:
Column Positioning
To "flip" your columns left and right... use this...
.a {move left column}
object, embed,
table table table {position:relative; left:450px;}
table table table table {position:static;}
.a {move right column}
td.text table {position:relative; left:-350px;}
td.text object, td.text embed,
td.text table table {position:static;}
To to move your columns closer together... use this...
.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;}
To to move your columns further apart... use this...
.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;}
To to move all of your columns down... use this...
.a {move left column}
object, embed,
table table table {position:relative; top:200px;}
table table table table {position:static;}
.a {move right column}
td.text table {position:relative; top:200px;}
td.text object, td.text embed,
td.text table table {position:static;}
To to move your whole profile to the left... use this...
.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;}
To to move your whole profile to the right... use this...
.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;}
|