HighDots Forums  

CSS repeat background

Macromedia Dreamweaver Macromedia Dreamweaver Discussions (macromedia.dreamweaver)


Discuss CSS repeat background in the Macromedia Dreamweaver forum.



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

Default CSS repeat background - 11-20-2004 , 10:51 AM






I posted a topic earlier this week on how to make a drop shadow background
using CSS. Now that I know what needs to be done in order to achieve this
look. I now need to know exactly how to do this. Does anybody know a good
tutorial on how to use CSS to repeat a background down the page. I essentially
want to have a table in the middle of the page with the background in it. I am
going to slice a portion of an image with a background of a drop shadow in
photoshop and I want to be able to repeat the background down the table no
matter how long the table gets to me. I have no idea how to create this and I
would like to learn how to do this. If you know of a good step by step
tutorial please let me know. Also if you know how to achieve this dropshadow
effect another way please let me know...Here is the
L=Example]http://www.strength.org I am going for


Reply With Quote
  #2  
Old   
Murray *TMM*
 
Posts: n/a

Default Re: CSS repeat background - 11-21-2004 , 08:00 PM






<style type="text/css">
<!--
#whatever { background-repeat:repeat-y; }
-->
</style>

This CSS stylesheet will make the background image tile only vertically
within the element with id="whatever".

--
Murray --- ICQ 71997575
Team Macromedia Volunteer for Dreamweaver
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.dreamweavermx-templates.com - Template Triage!
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
http://www.macromedia.com/support/search/ - Macromedia (MM) Technotes
==================

"em_shomer" <webforumsuser (AT) macromedia (DOT) com> wrote

Quote:
I posted a topic earlier this week on how to make a drop shadow background
using CSS. Now that I know what needs to be done in order to achieve this
look. I now need to know exactly how to do this. Does anybody know a
good
tutorial on how to use CSS to repeat a background down the page. I
essentially
want to have a table in the middle of the page with the background in it.
I am
going to slice a portion of an image with a background of a drop shadow in
photoshop and I want to be able to repeat the background down the table no
matter how long the table gets to me. I have no idea how to create this
and I
would like to learn how to do this. If you know of a good step by step
tutorial please let me know. Also if you know how to achieve this
dropshadow
effect another way please let me know...Here is the
L=Example]http://www.strength.org I am going for




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.