vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=15)
-   -   table borders that have gradients?? (https://vborg.vbsupport.ru/showthread.php?t=89726)

Shinobi 09-01-2004 06:02 PM

table borders that have gradients??
 
1 Attachment(s)
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...

Brad 09-02-2004 01:29 PM

Quote:

Originally Posted by Mgkeeper
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

[sarcasm].....thanks for that easy answer, ill be back in about 4 days when ive found the little snippet of code in that[/sarcasm]

defi 09-02-2004 06:26 PM

Just make three td tags, the middle being the content page.

Code:

<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

1 Attachment(s)
thx john, but can i make this with those tags??

defi 09-02-2004 08:57 PM

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.


All times are GMT. The time now is 07:35 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01029 seconds
  • Memory Usage 1,729KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_code_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (12)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete