OZONE Asylum
Forums
XML - XSL - XSLT - XHTML - CSS - DOM
a few css q's
This page's ID:
10701
Search
QuickChanges
Forums
FAQ
Archives
Register
Edit Post
Who can edit a post?
The poster and administrators may edit a post. The poster can only edit it for a short while after the initial post.
Your User Name:
Your Password:
Login Options:
Remember Me On This Computer
Your Text:
Insert Slimies »
Insert UBB Code »
Close
Last Tag
|
All Tags
UBB Help
TekFusion, to modify a table's width after the page has been loaded (that's what you want to do, isn't it?), you could try a little JavaScript like this (I didn't test it, so be careful ;)): <head> <script language="javascript" type="text/javascript"> <!-- function adjustTableSize() { if (document.getElementById) document.getElementsByTagName("table")[0].style.width = "100%"; } onload=adjustTableSize // --> </script> </head> That would change the document's first table's width to 100%. Replace the [0] with [1] to change the second table's width and so on. kuckus
Loading...
Options:
Enable Slimies
Enable Linkwords
« Backwards
—
Onwards »