HighDots Forums  

Need a quick look from someone

Macromedia Dreamweaver Macromedia Dreamweaver Discussions (macromedia.dreamweaver)


Discuss Need a quick look from someone in the Macromedia Dreamweaver forum.



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

Default Need a quick look from someone - 01-01-2008 , 06:23 PM






Here's the link:

http://www.progressity.com/WalkerNew/

I've inserted a repeat x gif that mimicks the dark to light gradiant next to
the site window. It works in DW but not when I view it in a browser. Any help
would be greatly appreciated.


Reply With Quote
  #2  
Old   
Alec
 
Posts: n/a

Default Re: Need a quick look from someone - 01-01-2008 , 06:35 PM






Exactly which image/CSS rule are you not seeing? I see a gradient
background in Firefox.

--
Alec
Adobe Community Expert

Reply With Quote
  #3  
Old   
Old Shoe
 
Posts: n/a

Default Re: Need a quick look from someone - 01-02-2008 , 08:55 AM



Any area beyond 15 pixels on either side is not working.

Reply With Quote
  #4  
Old   
Alec
 
Posts: n/a

Default Re: Need a quick look from someone - 01-02-2008 , 11:53 AM



You'll have to be more descriptive. I still have no idea what you are
asking or not seeing. Again - exactly which image/CSS rule are you not
seeing? Maybe another forum user has a better idea of what you are
asking, but judging from the responses so far, I'd guess you need to be
more descriptive.

--
Alec
Adobe Community Expert

Reply With Quote
  #5  
Old   
Scoundral
 
Posts: n/a

Default Re: Need a quick look from someone - 01-02-2008 , 05:43 PM



Do you mean you want the gradient to expand from left to right regardless of the resolution size?

Reply With Quote
  #6  
Old   
Old Shoe
 
Posts: n/a

Default Re: Need a quick look from someone - 01-03-2008 , 06:20 PM



Yes, that's it. Thanks for understanding me.

Reply With Quote
  #7  
Old   
TC2112
 
Posts: n/a

Default Re: Need a quick look from someone - 01-03-2008 , 06:56 PM



Hello,

Try changing this:

html, body {
padding: 0px;
margin: 0px;
background-color: #AABAC8;
}

To this:
body {
padding: 0px;
margin: 0px;
background-color: #AABAC8;
}

as you have this style embedded in your page:
body {
background-image: url(background.gif);
background-repeat: repeat;
}


If you want that gradient on all pages, just delete the embedded body style
and change the body CSS in your stylesheet to:

body {
padding: 0px;
margin: 0px;
background-image: url(background.gif);
background-repeat: repeat;
background-color: #AABAC8;
}

Take care,
Tim

"Old Shoe" <webforumsuser (AT) macromedia (DOT) com> wrote

Quote:
Yes, that's it. Thanks for understanding me.



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.