![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
#3
| |||
| |||
|
#4
| |||
| |||
|
|
Ive been trying to get a border to repeat down the left and right side of the page, but it is only working on one side. Ive tried all sorts of layouts with this page, the designer came up with rounded corners, borders on all sides, and a bottom aligned background image that has been a hair-pulling combination to say the least. Im sure I could have done the page more standards efficiently, but after about 5 remakes to get it all to gel together, who knows what Ive ended up with. Ive used an image in the right and left cells, and a bg image if it stretches - this works on the right, but not left - any ideas? www.visionprint.com.au/whitetulip/index.html Regards Fiona |
#5
| |||
| |||
|
|
I probably should have mentioned, that it happens on the linked pages, not the index.html page, as it shouldnt be any longer than the image in the table cell. eg. www.visionprint.com.au/whitetulip/consultation.html Regards Fiona "Fiona" <admin (AT) fionahayward (DOT) com> wrote in message news:gquqp3$n0q$1 (AT) forums (DOT) macromedia.com... Ive been trying to get a border to repeat down the left and right side of the page, but it is only working on one side. Ive tried all sorts of layouts with this page, the designer came up with rounded corners, borders on all sides, and a bottom aligned background image that has been a hair-pulling combination to say the least. Im sure I could have done the page more standards efficiently, but after about 5 remakes to get it all to gel together, who knows what Ive ended up with. Ive used an image in the right and left cells, and a bg image if it stretches - this works on the right, but not left - any ideas? www.visionprint.com.au/whitetulip/index.html Regards Fiona |
#6
| |||
| |||
|
|
I probably should have mentioned, that it happens on the linked pages, not the index.html page, as it shouldnt be any longer than the image in the table cell. eg. www.visionprint.com.au/whitetulip/consultation.html Regards Fiona "Fiona" <admin (AT) fionahayward (DOT) com> wrote in message news:gquqp3$n0q$1 (AT) forums (DOT) macromedia.com... Ive been trying to get a border to repeat down the left and right side of the page, but it is only working on one side. Ive tried all sorts of layouts with this page, the designer came up with rounded corners, borders on all sides, and a bottom aligned background image that has been a hair-pulling combination to say the least. Im sure I could have done the page more standards efficiently, but after about 5 remakes to get it all to gel together, who knows what Ive ended up with. Ive used an image in the right and left cells, and a bg image if it stretches - this works on the right, but not left - any ideas? www.visionprint.com.au/whitetulip/index.html Regards Fiona |
#7
| |||
| |||
|
|
Oops - that would be the '.borderrt' and the '.borderlt' class. |
#8
| |||
| |||
|
|
"Murray *ACE*" <forums (AT) HAHAgreat-web-sights (DOT) com> wrote in message news:gqvjhl$ms7$1 (AT) forums (DOT) macromedia.com... Oops - that would be the '.borderrt' and the '.borderlt' class. Hi Murray (and anyone else reading), There is a class set for the repeating background image - .borderlt, as well as the image in the table - the reason for that being, to make sure the cell was held open. I have played around with it for hours, and I can either get the td on the left to repeat properly, or the td on the right to repeat properly, but cant seem to get both to work at once. I just cant figure it out. .borderlt { background-color: #FFFFFF; background-image: url(images/lt_borderex.jpg); background-repeat: repeat-y; } .borderrt { background-color: #FFFFFF; background-image: url(images/rt_borderex.jpg); background-repeat: repeat-y; } Regards Fiona |
#9
| |||
| |||
|
|
Here's your problem - # /* mac hide \*/ # * html #content { height:580px} # /* end hide */ What is that doing there? And why do you have the unescaped "#" characters? Remove it. -- Murray --- ICQ 71997575 Adobe Community Expert (If you *MUST* email me, don't LAUGH when you do so!) ================== http://www.projectseven.com/go - DW FAQs, Tutorials & Resources http://www.dwfaq.com - DW FAQs, Tutorials & Resources ================== "Fiona" <admin (AT) fionahayward (DOT) com> wrote in message news:gr0lm6$49r$1 (AT) forums (DOT) macromedia.com... "Murray *ACE*" <forums (AT) HAHAgreat-web-sights (DOT) com> wrote in message news:gqvjhl$ms7$1 (AT) forums (DOT) macromedia.com... Oops - that would be the '.borderrt' and the '.borderlt' class. Hi Murray (and anyone else reading), There is a class set for the repeating background image - .borderlt, as well as the image in the table - the reason for that being, to make sure the cell was held open. I have played around with it for hours, and I can either get the td on the left to repeat properly, or the td on the right to repeat properly, but cant seem to get both to work at once. I just cant figure it out. .borderlt { background-color: #FFFFFF; background-image: url(images/lt_borderex.jpg); background-repeat: repeat-y; } .borderrt { background-color: #FFFFFF; background-image: url(images/rt_borderex.jpg); background-repeat: repeat-y; } Regards Fiona |
#10
| |||
| |||
|
|
Big smile and hugs going your way Murray,...... I copied that code from somewhere to make sure IE5 and 6 rendered min-height correctly and the mac part was in it and I didnt think to remove the '#' - 'duh!" Regards Fiona . "Murray *ACE*" <forums (AT) HAHAgreat-web-sights (DOT) com> wrote in message news:gr0p6n$8aa$1 (AT) forums (DOT) macromedia.com... Here's your problem - # /* mac hide \*/ # * html #content { height:580px} # /* end hide */ What is that doing there? And why do you have the unescaped "#" characters? Remove it. -- Murray --- ICQ 71997575 Adobe Community Expert (If you *MUST* email me, don't LAUGH when you do so!) ================== http://www.projectseven.com/go - DW FAQs, Tutorials & Resources http://www.dwfaq.com - DW FAQs, Tutorials & Resources ================== "Fiona" <admin (AT) fionahayward (DOT) com> wrote in message news:gr0lm6$49r$1 (AT) forums (DOT) macromedia.com... "Murray *ACE*" <forums (AT) HAHAgreat-web-sights (DOT) com> wrote in message news:gqvjhl$ms7$1 (AT) forums (DOT) macromedia.com... Oops - that would be the '.borderrt' and the '.borderlt' class. Hi Murray (and anyone else reading), There is a class set for the repeating background image - .borderlt, as well as the image in the table - the reason for that being, to make sure the cell was held open. I have played around with it for hours, and I can either get the td on the left to repeat properly, or the td on the right to repeat properly, but cant seem to get both to work at once. I just cant figure it out. .borderlt { background-color: #FFFFFF; background-image: url(images/lt_borderex.jpg); background-repeat: repeat-y; } .borderrt { background-color: #FFFFFF; background-image: url(images/rt_borderex.jpg); background-repeat: repeat-y; } Regards Fiona |
![]() |
| Thread Tools | |
| Display Modes | |
| |