Webmaster Forum

Lionsanime Directory   Improve your ranking, submit to directories   V7N Directory
Go Back   Webmaster Forum > Web Development > Web Design Lobby > Coding Forum
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Coding Forum Problems with your code? Let's hear about it.

Reply
 
LinkBack Thread Tools Display Modes
Old 09-12-2004, 02:12 PM   #1 (permalink)
Inactive
 
Join Date: 09-12-04
Posts: 9
iTrader: 0 / 0%
Latest Blog:
None

fstop71 is liked by many
Cool Inner Table Borders

I have attached a site that I designed in PS. I made some inner borders that the customer likes. I can't figure out how to make them happen in html or css. I've tried the border-style tags but only get an outer border. I have tried stretching a 5x5 block image but can't get it to connect to the visible outer border. If anyone has a magic bullet, it would be appreciated. Thanks.
Attached Thumbnails
inner-table-borders-ca-website-3c-screen.jpg  
fstop71 is offline  
Add Post to del.icio.us
Reply With Quote
Sponsored Links
SEO Hosting by HostGator  Advertise Here  Buy Blog Links
Old 09-12-2004, 02:13 PM   #2 (permalink)
Inactive
 
Join Date: 09-12-04
Posts: 9
iTrader: 0 / 0%
Latest Blog:
None

fstop71 is liked by many
sorry, should have reduced the size of it.
fstop71 is offline  
Add Post to del.icio.us
Reply With Quote
Old 09-12-2004, 02:16 PM   #3 (permalink)
No Longer Here
 
Join Date: 09-27-03
Location: State College, PA
Posts: 9,354
iTrader: 0 / 0%
Latest Blog:
None

Jazzee is liked by somebodyJazzee is liked by somebodyJazzee is liked by somebodyJazzee is liked by somebodyJazzee is liked by somebody
Are you using tables for layout?
Jazzee is offline  
Add Post to del.icio.us
Reply With Quote
Old 09-12-2004, 02:34 PM   #4 (permalink)
Inactive
 
seonewbee's Avatar
 
Join Date: 05-12-04
Posts: 520
iTrader: 0 / 0%
Latest Blog:
None

seonewbee is just really niceseonewbee is just really niceseonewbee is just really niceseonewbee is just really niceseonewbee is just really niceseonewbee is just really niceseonewbee is just really niceseonewbee is just really nice
Quote:
Originally Posted by fstop71
I have attached a site that I designed in PS. I made some inner borders that the customer likes. I can't figure out how to make them happen in html or css. I've tried the border-style tags but only get an outer border. I have tried stretching a 5x5 block image but can't get it to connect to the visible outer border. If anyone has a magic bullet, it would be appreciated. Thanks.
Have you applied the border style to the individual cells?
<td border ................>

Or better yet, make a class and apply to each cell?
<td class="mycustonborder">
seonewbee is offline  
Add Post to del.icio.us
Reply With Quote
Old 09-12-2004, 09:08 PM   #5 (permalink)
Inactive
 
Join Date: 09-12-04
Posts: 9
iTrader: 0 / 0%
Latest Blog:
None

fstop71 is liked by many
Re: Inner Table Borders

I have tried using the same tag for the individual cells for the nested tables I am using. All that does is put boxes inside boxes. I'd like them to be all inter-connected.
p.s. Excuse my delay in answering. I am currently deployed in the Red Sea/Persian Gulf. I am 7-8 hours ahead of you. I just woke up.
fstop71 is offline  
Add Post to del.icio.us
Reply With Quote
Old 09-12-2004, 09:10 PM   #6 (permalink)
No Longer Here
 
Join Date: 09-27-03
Location: State College, PA
Posts: 9,354
iTrader: 0 / 0%
Latest Blog:
None

Jazzee is liked by somebodyJazzee is liked by somebodyJazzee is liked by somebodyJazzee is liked by somebodyJazzee is liked by somebody
Can you give a link to the page so far? It will be easier to show you how to do this if we can see the code you are already working with.
Jazzee is offline  
Add Post to del.icio.us
Reply With Quote
Old 09-12-2004, 09:29 PM   #7 (permalink)
Inactive
 
Join Date: 09-12-04
Posts: 9
iTrader: 0 / 0%
Latest Blog:
None

fstop71 is liked by many
Sure. Just uploaded it at

http://www.atpwebsolutions.com/webdesign/candleat/

Thanks alot.
fstop71 is offline  
Add Post to del.icio.us
Reply With Quote
Old 09-13-2004, 02:19 AM   #8 (permalink)
Inactive
 
Join Date: 09-12-04
Posts: 9
iTrader: 0 / 0%
Latest Blog:
None

fstop71 is liked by many
I figured out how to get them to connect. I did not have cellspacing="0" in there. I included it but now there is another problem. I don't have the padding between the green bdr and the tan bdr. If I put padding in there, the green HR separates from the grn bdr. See here: http://www.atpwebsolutions.com/webde...at/index2.html
fstop71 is offline  
Add Post to del.icio.us
Reply With Quote
Old 09-13-2004, 06:35 AM   #9 (permalink)
No Longer Here
 
Join Date: 09-27-03
Location: State College, PA
Posts: 9,354
iTrader: 0 / 0%
Latest Blog:
None

Jazzee is liked by somebodyJazzee is liked by somebodyJazzee is liked by somebodyJazzee is liked by somebodyJazzee is liked by somebody
The easiest way would be to put a table inside of the main table. Put the tan borders on the inside table.

Also, your outter green border doesn't show in firefox. I think it's because of the border="0" you have on the main table.
Jazzee is offline  
Add Post to del.icio.us
Reply With Quote
Old 09-13-2004, 07:03 AM   #10 (permalink)
Inactive
 
Join Date: 09-12-04
Posts: 9
iTrader: 0 / 0%
Latest Blog:
None

fstop71 is liked by many
Yeah, I do have the tan one as a nested table. In order to use the styles borders, I have to put the html border tag to "0". I managed to get them to touch except for one. Now it seems I can't have it both ways with cellpadding. Is there another way at all to do this. maybe with background images? I'm pulling my hair out. I know I've seen this setup somewhere before.
btw, I take it Firefox is editing software? or is it a browser?
fstop71 is offline  
Add Post to del.icio.us
Reply With Quote
Old 09-13-2004, 07:09 AM   #11 (permalink)
No Longer Here
 
Join Date: 09-27-03
Location: State College, PA
Posts: 9,354
iTrader: 0 / 0%
Latest Blog:
None

Jazzee is liked by somebodyJazzee is liked by somebodyJazzee is liked by somebodyJazzee is liked by somebodyJazzee is liked by somebody
Firefox is a browser. You really shouldn't be using the borders like you are. Use CSS instead. You can apply borders to individual table cells.

Read THIS for information on using borders with css. And THIS for a tutorial on how to use CSS.
Jazzee is offline  
Add Post to del.icio.us
Reply With Quote
Old 09-13-2004, 08:10 AM   #12 (permalink)
Inactive
 
Join Date: 09-12-04
Posts: 9
iTrader: 0 / 0%
Latest Blog:
None

fstop71 is liked by many
Thank you Sara. That link will be very useful to me. You have been very helpful. How prevalent is the use of Firefox? I have never seen it in my stats. What are some of the pros and cons of it compared to NN or IE?
fstop71 is offline  
Add Post to del.icio.us
Reply With Quote
Old 09-13-2004, 08:23 AM   #13 (permalink)
Inactive
 
Join Date: 09-12-04
Posts: 9
iTrader: 0 / 0%
Latest Blog:
None

fstop71 is liked by many
oic, it is Mozilla.
fstop71 is offline  
Add Post to del.icio.us
Reply With Quote
Old 09-13-2004, 08:50 AM   #14 (permalink)
No Longer Here
 
Join Date: 09-27-03
Location: State College, PA
Posts: 9,354
iTrader: 0 / 0%
Latest Blog:
None

Jazzee is liked by somebodyJazzee is liked by somebodyJazzee is liked by somebodyJazzee is liked by somebodyJazzee is liked by somebody
It's a pretty popular browser. I'd advise against using designs that don't work in firefox.
Jazzee is offline  
Add Post to del.icio.us
Reply With Quote
Old 09-13-2004, 08:55 AM   #15 (permalink)
Inactive
 
Join Date: 09-12-04
Posts: 9
iTrader: 0 / 0%
Latest Blog:
None

fstop71 is liked by many
Thanks. I'll download it and check my sites in it.
fstop71 is offline  
Add Post to del.icio.us
Reply With Quote
Go Back   Webmaster Forum > Web Development > Web Design Lobby > Coding Forum

Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Table cell borders and video loops lajones3 Coding Forum 5 08-24-2007 12:57 PM
Showing data from a table based on infos from another table! anarchoi Coding Forum 0 06-16-2007 04:58 PM
How to make fine table borders for Firefox hhheng Web Design Lobby 1 10-24-2006 07:50 AM
CSS table borders and scrollbar colors Pretend Coding Forum 12 10-16-2003 02:03 PM


Sponsor Links
Get exposure! Get exposure! Find Scripts Web Hosting Directory Get exposure! SEO Blog


All times are GMT -7. The time now is 04:59 AM.
© Copyright 2008 V7 Inc