hmmm....
in this case, unfortunatley, I would recommend using a table 🙁
Like so:
[code]
|VIDEOS | |
| |SF MUSIC VIDS|
SF SHORTS| | |
| |SF RANDOM |
[/code]
if that doesn't work, i would recommend updating your code, you should do that anyway, lots of places with no alt tags, no doctype and masses of XHTML validation errors i expect...
I suppose that divs would work aswell... that would probably be a neater way (in terms of code) but beware! IE hadles the position: absolute and fixed differently! just make sure that you have not got "overflow-y" set as anything in the css for the body tag...
Hope that helps!