TeamPhotoshop
Reviews, updates and in depth guides to your favourite mobile games - AppGamer.com
Forum Home Latest Posts Search Help Subscribe

CSS question

Page: 1 Reply
Jul 9th 2004#155268 Report
Member since: Mar 16th 2001
Posts: 2421
You know how for a table you can use a
border-right: 1px solid #181B16 , etc.

Is there a way to use an image instead of a color?
Like:
border-left: url(myimage.gif) width ="5" height="100"
border-right: url(myimage.gif) width ="5" height="100"

It just seems it would be a lot easier than adding more table cells for "sides".
Thanks in advance.
Reply with Quote Reply
Jul 10th 2004#155274 Report
Member since: Feb 18th 2004
Posts: 736
Try looking at this. I think this is what you want...
Reply with Quote Reply
Jul 10th 2004#155279 Report
Member since: Mar 16th 2001
Posts: 2421
Thanks but I don't think that is what I am looking for. It appears that is just for a background image. I want an image just on the left side and right side, like a 1 px border but an image instead.
Reply with Quote Reply
Jul 10th 2004#155280 Report
Member since: Feb 18th 2004
Posts: 736
Oh...yeah I figured that wasn't it. I'm almost sure this is what you want.
Reply with Quote Reply
Jul 10th 2004#155294 Report
Member since: Mar 16th 2001
Posts: 2421
[PHP][/PHP]

Does not seem to work??
Reply with Quote Reply
Jul 10th 2004#155309 Report
Member since: Mar 18th 2001
Posts: 6632
that is a working draft css spec, no browser supports that, and the spec isn't even finished yet. There isn't a way to do it that way pank. You have to just use a background image in various ways.
Reply with Quote Reply
Jul 10th 2004#155311 Report
Member since: Feb 18th 2004
Posts: 736
Hmm...that's too bad. That's a really good idea.
Reply with Quote Reply
Jul 10th 2004#155312 Report
Member since: Mar 16th 2001
Posts: 2421
Damn!!!!!!!
Ok. Thanks guys.
Reply with Quote Reply
Jul 10th 2004#155318 Report
Member since: Nov 26th 2001
Posts: 2586
Couldn't you just use the background image and make 1 px wide cells on each side of the center area?
Reply with Quote Reply
Jul 10th 2004#155321 Report
Member since: Mar 16th 2001
Posts: 2421
Yeah but I was trying to avoid using another table, plus the images for left and right are flipped so they are different ;)
Reply with Quote Reply
Page: 1 Back to top
Please login or register above to post in this forum