View Full Version : table borders that have gradients??
Shinobi
09-01-2004, 06:02 PM
Hey i attached an image to kind of explain what im talking about so look at it before you read....
Notice how his content border is collapsable, but at the same time it has that gradient border you cant get with an html code. Does anyone know how to do that??
Shinobi
09-01-2004, 08:29 PM
BUMP NO JUTSU!! *thread goes back to top*
Zachery
09-01-2004, 08:55 PM
ANTIBUMP please wait about 24 hours before bumping a post :)
Thats either some very impessive CSS and divs or a table :)
Shinobi
09-02-2004, 12:15 AM
i dunno if you were being sarcastic, but do u know how to do that??
Zachery
09-02-2004, 01:37 AM
I was being funny, and depending on how it was done the table method can cause a few problems with IE and with the CSS and Divs id have no clue.
Shinobi
09-02-2004, 11:29 AM
so what you're saying is.....that guys a genius that belongs in NASA, and you have no idea how he did it??
Just my luck, the guy wont reply to emails either...
so what you're saying is.....that guys a genius that belongs in NASA, and you have no idea how he did it??
Just my luck, the guy wont reply to emails either...
Just look at the source code and see how its done :)
Shinobi
09-02-2004, 01:31 PM
.....thanks for that easy answer, ill be back in about 4 days when ive found the little snippet of code in that
Just make three td tags, the middle being the content page.
<table cellpadding="0" cellspacing="0" border="0" width="value">
<tr>
<td width="value" valign="top" style="background: #FFFFFF url('input/file/name.jpg');">Left border goes here</td>
<td width="value" valign="top">Content Is going to go here</td>
<td width="value" valign="top" style="background: #FFFFFF url('input/file/name.jpg');">Right border here</td>
</tr>
</table>
That's my input for you.
Shinobi
09-02-2004, 06:50 PM
thx john, but can i make this with those tags??
Sure can; just fix the values with the correct width and the background tags in the style tags.
Shinobi
09-03-2004, 05:45 AM
ok i see what ur saying but theres a problem. I cant get the borders to show unless there is text in front of them. I dont want text in front of them, i jsut want them to be the borders for my content.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.