HighDots Forums  

creating shadows down side of page

Macromedia Dreamweaver Macromedia Dreamweaver Discussions (macromedia.dreamweaver)


Discuss creating shadows down side of page in the Macromedia Dreamweaver forum.



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

Default creating shadows down side of page - 09-01-2006 , 09:21 AM






Hi there

would somebody please help me, I've been following the adobe tech notes on how
to use background images and css . I've created a wrapper.jpg as the wrapper
shadow image, so I now have a page with a shadow going down the left and right
side of the page. this is the tect note I'm following
http://www.adobe.com/devnet/dreamwea...mages_pt3.html )

I've done what the tech note says, but what I cant find out is how to make the
shadow go to the botton of the page. like when you put a table at Height 100%
so it stay to the bottom of the page! I've tried changing the values in the
css to 100% but this make the image(wrapper.gif) to a smaller size completely.

does anyone know what I'm to do I'm sure its something really simple! heres an
example of the shadows downside of the page http://www.ntlworld.com/


Reply With Quote
  #2  
Old   
: Nadia : **AdobeCommunityExpert**
 
Posts: n/a

Default Re: creating shadows down side of page - 09-01-2006 , 09:23 AM






I have an example here - maybe it will help:
http://www.adobe.com/devnet/dreamwea...mages_pt3.html

--
Nadia
Adobe® Community Expert : Dreamweaver
-------------------------------------------------
http://www.DreamweaverResources.com |Tutorials|SEO |CSS Templates
http://www.csstemplates.com.au
-------------------------------------------------
http://www.adobe.com/devnet/dreamweaver/css.html
CSS Tutorials for Dreamweaver
-------------------------------------------------


"dizzy nuts" <webforumsuser (AT) macromedia (DOT) com> wrote

Quote:
Hi there

would somebody please help me, I've been following the adobe tech notes on
how
to use background images and css . I've created a wrapper.jpg as the
wrapper
shadow image, so I now have a page with a shadow going down the left and
right
side of the page. this is the tect note I'm following
http://www.adobe.com/devnet/dreamwea...mages_pt3.html )

I've done what the tech note says, but what I cant find out is how to make
the
shadow go to the botton of the page. like when you put a table at Height
100%
so it stay to the bottom of the page! I've tried changing the values in
the
css to 100% but this make the image(wrapper.gif) to a smaller size
completely.

does anyone know what I'm to do I'm sure its something really simple!
heres an
example of the shadows downside of the page http://www.ntlworld.com/




Reply With Quote
  #3  
Old   
Joe Makowiec
 
Posts: n/a

Default Re: creating shadows down side of page - 09-01-2006 , 09:31 AM



On 01 Sep 2006 in macromedia.dreamweaver, dizzy nuts wrote:

Quote:
does anyone know what I'm to do I'm sure its something really
simple! heres an example of the shadows downside of the page
http://www.ntlworld.com/
This is the background image from that page:

http://www.ntlworld.com/images/commo...fade_white.gif

Note that it's only 20px high. It's invoked like this:

body {
padding: 0 0 0 9px;
margin: 0;
background: #fff url(/images/common/bg_tile_fade_white.gif) repeat-y center top;
font-size: 71%;
text-align: center;
}

which you'll find in this style sheet:

http://www.ntlworld.com/styles/global.css

--
Joe Makowiec
http://makowiec.net/
Email: http://makowiec.net/email.php


Reply With Quote
  #4  
Old   
dizzy nuts
 
Posts: n/a

Default Re: creating shadows down side of page - 09-01-2006 , 09:39 AM



hey Nadia

thats the tech note I've been following, but it doesn't seem to example how to stretch to the bottom of the page?? any ideas ; )

Reply With Quote
  #5  
Old   
: Nadia : **AdobeCommunityExpert**
 
Posts: n/a

Default Re: creating shadows down side of page - 09-01-2006 , 09:46 AM




"dizzy nuts" <webforumsuser (AT) macromedia (DOT) com> wrote

Quote:
hey Nadia

thats the tech note I've been following, but it doesn't seem to example
how to stretch to the bottom of the page?? any ideas ; )

Drats to this head cold (still not thinking clearly

I posted your original link - sorry... I meant this one:
http://www.dreamweaverresources.com/...xamplevert.htm

It's in the css. You need to repeat the background down the page

background: url(pics/bckgroundvert.gif); /*the path to your image*/
background-repeat: repeat-y;


--
Nadia
Adobe® Community Expert : Dreamweaver
-------------------------------------------------
http://www.DreamweaverResources.com |Tutorials|SEO |CSS Templates
http://www.csstemplates.com.au
-------------------------------------------------
http://www.adobe.com/devnet/dreamweaver/css.html
CSS Tutorials for Dreamweaver
-------------------------------------------------








Reply With Quote
  #6  
Old   
dizzy nuts
 
Posts: n/a

Default Re: creating shadows down side of page - 09-03-2006 , 06:24 AM



hey nadia
cheers for that, that worked dude ; )

....I know what ya mean I've had a cold all week, doh!

Reply With Quote
  #7  
Old   
dizzy nuts
 
Posts: n/a

Default Re: creating shadows down side of page - 09-03-2006 , 06:26 AM



cheers joe

thanks for finding the image for me, I managed to understand what was going with the css from this and also nadia's link.

cheers for your help! ; )

Reply With Quote
  #8  
Old   
dizzy nuts
 
Posts: n/a

Default Re: creating shadows down side of page - 09-03-2006 , 08:42 AM



another problem I have : (

now that I've created the shadow down the sides of the page I also have a
banner like image I would like to come down from the top then the shadow carry
on! I've seen this done before but I don't have a link for you so I created a
flat image so I could show you an example here it is

http://www.paragon360.com/example_01/example_layout.htm

I've tried playing around with the existing script and also making another css
thinking I could attached the shadow bit at the bottom of the banner
from what I understand I would need to make two separate images and somehow
link so it looks as one, something like this example

http://www.paragon360.com/example_01/banner.html

or would I make the banner up in a table within the page???? arrrggghhh!! so
many questions : )
any help would be fab, thank you


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 - 2008, Jelsoft Enterprises Ltd.