I want to align a table with a style sheet. I know how to do it with images, but when i set the table it just go's to the top of the page, turns slighlty transparent, and gets the highest z order. Does anyone know how to do this. Here is what I am using now:
table {position:absolute}
table.news {left:0;top:100}
I placed that into a style sheet that I link to, and it doesnt work. Nor does it work when it internal. Any help would be appreciated.
