![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I have a table that I've formatted with CSS at: http://www.serenityboise.com/Salon.htm I'd like to have a series of sub tables in both the left and right table cells. The problem I'm having is that if I set the table width to 100%, then the new table extends over the original table borders which have been set by CSS. If this doesn't make sense, let me know, but does anyone have any suggestions? Thanks, Steve |
#3
| |||
| |||
|
|
check out some of these free templates. http://intensivstation.ch/css/template.php regards twocan's "Steve Grosz" <boise_bound (AT) hotmail (DOT) com> wrote in message news:co0aih$jr2$1 (AT) forums (DOT) macromedia.com... I have a table that I've formatted with CSS at: http://www.serenityboise.com/Salon.htm I'd like to have a series of sub tables in both the left and right table cells. The problem I'm having is that if I set the table width to 100%, then the new table extends over the original table borders which have been set by CSS. If this doesn't make sense, let me know, but does anyone have any suggestions? Thanks, Steve |
#4
| |||
| |||
|
|
I have a table that I've formatted with CSS at: http://www.serenityboise.com/Salon.htm I'd like to have a series of sub tables in both the left and right table cells. The problem I'm having is that if I set the table width to 100%, then the new table extends over the original table borders which have been set by CSS. If this doesn't make sense, let me know, but does anyone have any suggestions? Thanks, Steve |
#5
| |||
| |||
|
|
Kinda weird, when its all in German.... |
#6
| |||
| |||
|
|
Steve Grosz wrote: I have a table that I've formatted with CSS at: http://www.serenityboise.com/Salon.htm I'd like to have a series of sub tables in both the left and right table cells. The problem I'm having is that if I set the table width to 100%, then the new table extends over the original table borders which have been set by CSS. If this doesn't make sense, let me know, but does anyone have any suggestions? Thanks, Steve No, I don't think the child table makes itself expand over the parent table's borders. I think it's the long lines that don't break that are causing this. Try something like this instead: head style type="text/css" !-- .underlined { border-bottom-width: 1px; border-bottom-style: dashed; border-bottom-color: #CCCCCC; } -- /style /head body table width="100%" border="0" cellspacing="0" cellpadding="0" tr td width="79%" class="underlined">Facial from</td td width="21%">$15 </td /tr tr td class="underlined">Arm</td td>$20 / $30</td /tr tr td class="underlined">Arm</td td>$25 / $40 / $50</td /tr tr td class="underlined">Arm</td td>$25</td /tr /table /body |
#7
| |||
| |||
|
|
Steve Grosz wrote: I have a table that I've formatted with CSS at: http://www.serenityboise.com/Salon.htm I'd like to have a series of sub tables in both the left and right table cells. The problem I'm having is that if I set the table width to 100%, then the new table extends over the original table borders which have been set by CSS. If this doesn't make sense, let me know, but does anyone have any suggestions? Thanks, Steve No, I don't think the child table makes itself expand over the parent table's borders. I think it's the long lines that don't break that are causing this. Try something like this instead: head style type="text/css" !-- .underlined { border-bottom-width: 1px; border-bottom-style: dashed; border-bottom-color: #CCCCCC; } -- /style /head body table width="100%" border="0" cellspacing="0" cellpadding="0" tr td width="79%" class="underlined">Facial from</td td width="21%">$15 </td /tr tr td class="underlined">Arm</td td>$20 / $30</td /tr tr td class="underlined">Arm</td td>$25 / $40 / $50</td /tr tr td class="underlined">Arm</td td>$25</td /tr /table /body |
#8
| |||
| |||
|
|
Would something like this work? If I have a CSS listed as #LSaleInfo which already specifies how the left column is set up, what about a #LSaleInfo td { border-bottom-width: 1px; border-bottom-style: dashed; border-bottom-color: #CCCCCC; } Would that do the same thing you're refering to? |
![]() |
| Thread Tools | |
| Display Modes | |
| |