OZONE Asylum
Forums
XML - XSL - XSLT - XHTML - CSS - DOM
background in a cell
This page's ID:
10974
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
[url=http://www.in-dented.com/ozone/test.html]http://www.in-dented.com/ozone/test.html[/url] no problem specifying it in an external style sheet - the css: table { margin:auto; border:#000 1px solid; } td { width:300px; height:600px; padding:5px; border:#000 1px solid; margin:5px; } .left { background-image:url(test.jpg); } the html: <html> <head> <title>test</title> <link rel="stylesheet" type="text/css" href="test.css" /> </head> <body> <table> <tr> <td class="left">Left side</td> <td class="right">Right side</td> </tr> </table> </body> </html> Tested in IE 6, NN7 and OP 7. Of course, more importantly, with such a simple layout, there's no need for a table whatsoever - I' drop the table altogether and just put it in a couple of <div>'s =) [url=http://in-dented.com/asylum.php] [img]http://in-dented.com/sigs/indentsig.gif[/img] [/url]
Loading...
Options:
Enable Slimies
Enable Linkwords
« Backwards
—
Onwards »