OZONE Asylum
Forums
XML - XSL - XSLT - XHTML - CSS - DOM
placing images...
This page's ID:
25918
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
Right I've thought about this, I think it's quite an unusual thing, not particularly easy but these two border with boxes on, could perhaps be created using to divisions with one background image each, let me write some code...[code]<div class="leftBorder"> <div class="bottomBorder"> my stuff lalala </div> </div>[/code]Then your style infromation would look like this...[code].leftBorder { background: url(../img/leftBorder.gif) no-repeat center left; } .bottomBorder { background: url(../img/bottomBorder.gif) no-repeat bottom right; }[/code]Ok so you could put these two div's around your table or inside your td's, and make your gif's to include the line the boxes sit on and make that line aslong as you think the boredr will posibly go, they should still come out in a web-safe size. I'm not sure about using absolute positioning for this problem, because off the top of my head for resizing etc you may end up having to use javascript as well to replace them each time the screen is moved or resized. Hope this helps, let us know how you get on. Cheers, Al. [img]http://www.geocities.com/blaise69dude/images/BlaiseSig.gif[/img] [small](Edited by [internallink=3624]Blaise[/internallink] on 06-01-2005 12:28)[/small]
Loading...
Options:
Enable Slimies
Enable Linkwords
« Backwards
—
Onwards »