HighDots Forums  

repeating cell background image

Macromedia Dreamweaver Macromedia Dreamweaver Discussions (macromedia.dreamweaver)


Discuss repeating cell background image in the Macromedia Dreamweaver forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Bernie Alspaugh
 
Posts: n/a

Default repeating cell background image - 11-26-2004 , 01:12 PM






I have been using Dreamweaver 4 for about a month and I have been using a
template created in Dreamweaver. My main content is displayed in the left
cell of a table with varying length depending on the page. An example can be
seen at

http://www.associatesplasticsurgery.com/

My problem is how can I prevent the image I have used for a background in
the right cell from repeating again and again to accommodate the length of
the left cell?

I only want one image of the woman in the right cell.

Thank you for your time!
Bernie Alspaugh
Please feel free to email me at bernie (AT) triad (DOT) rr.com



Reply With Quote
  #2  
Old   
Terry Hughes
 
Posts: n/a

Default Re: repeating cell background image - 11-27-2004 , 02:35 AM







"Bernie Alspaugh" <bernie (AT) triad (DOT) rr.com> wrote

Quote:
I have been using Dreamweaver 4 for about a month and I have been using a
template created in Dreamweaver. My main content is displayed in the left
cell of a table with varying length depending on the page. An example can
be
seen at

http://www.associatesplasticsurgery.com/

My problem is how can I prevent the image I have used for a background in
the right cell from repeating again and again to accommodate the length of
the left cell?

I only want one image of the woman in the right cell.

Thank you for your time!
Bernie Alspaugh
Please feel free to email me at bernie (AT) triad (DOT) rr.com

Put this in your style sheet:

#menubg {
background: #FFFFFF url(2104_jpg_files/nudeinwhite_long.jpeg) no-repeat
fixed center top;
vertical-align: top;
width: 203px;

and assign the id (or class) to the table cell.

<TD id="menubg" rowSpan=2>




Reply With Quote
Reply




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



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.