HighDots Forums  

only half of layer is colored with BGcolor NS

Macromedia Dreamweaver Macromedia Dreamweaver Discussions (macromedia.dreamweaver)


Discuss only half of layer is colored with BGcolor NS in the Macromedia Dreamweaver forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
A.H.O.
 
Posts: n/a

Default only half of layer is colored with BGcolor NS - 07-20-2004 , 02:22 AM






Can someone tell me why on earth only half of my layers are colored with my BG
Color in NS? I dont mean 5 out of 10, I mean 50% of each layer.

www.americanheritageoutdoors.com/anglerscatalog mouseover the
"HydrasorbUltra" text in the first product table
Opera is doing the same thing...

IE works great. ?????


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

Default Re: only half of layer is colored with BGcolor NS - 07-20-2004 , 02:27 AM






it does too in Mozilla

Reply With Quote
  #3  
Old   
Mad Dog
 
Posts: n/a

Default Re: only half of layer is colored with BGcolor NS - 07-20-2004 , 02:33 AM



I'd love to......but right now the page sez:

Page not found
The page you are looking for might have been removed,
had its name changed, or is temporarily unavailable.

----------------------------------------------------------------------------
----
Please try the following:
If you typed the page address in the Address bar, make sure that it is
spelled correctly.

- Click the Back button in your browser to try another link.
- Use a search engine like Google to look for information on the Internet.


----------------------------------------------------------------------------
----
HTTP 404 - File not found


A.H.O. wrote:
Quote:
Can someone tell me why on earth only half of my layers are colored
with my BG Color in NS? I dont mean 5 out of 10, I mean 50% of each
layer.

www.americanheritageoutdoors.com/anglerscatalog mouseover
the "HydrasorbUltra" text in the first product table
Opera is doing the same thing...

IE works great. ?????



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

Default Re: only half of layer is colored with BGcolor NS - 07-20-2004 , 03:00 AM



A.H.O. wrote:
Quote:
Can someone tell me why on earth only half of my layers are colored with my BG
Color in NS? I dont mean 5 out of 10, I mean 50% of each layer.

Your missing a lot of the # before the bgcolor. bgcolor="506c60" should
be bgcolor="#506c60"

<td width="150" valign="top"
bgcolor="506c60"><!--DWLayoutEmptyCell-->&nbsp;</td>



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

Default Re: only half of layer is colored with BGcolor NS - 07-20-2004 , 03:04 AM



Actually the page I was looking at was:

fishingmontana.htm

A good percentage of the main green background doesnt appear.



Osgood wrote:

Quote:
Your missing a lot of the # before the bgcolor. bgcolor="506c60" should
be bgcolor="#506c60"

td width="150" valign="top"
bgcolor="506c60"><!--DWLayoutEmptyCell-->&nbsp;</td



Reply With Quote
  #6  
Old   
John Gaver
 
Posts: n/a

Default Re: only half of layer is colored with BGcolor NS - 07-20-2004 , 03:10 AM



Without pulling the html and stylesheet into DW, which I don't have time to do,
I can't tell you the reason for the background problem, but I did notice that
you are using a lot of non-standard fonts. Remember that not every computer has
the same fonts as yours. If one of the specified fonts does not exist on the
target computer, it will, by default, render in sans-serif and in most cases,
you will not like the result. Just a thought.


Reply With Quote
  #7  
Old   
A.H.O.
 
Posts: n/a

Default Re: only half of layer is colored with BGcolor NS - 07-20-2004 , 07:15 PM



ya, unfortunately I did a LOT of my page before I really knew what I was doing
and am now having to go back page by page and change each one of them.
Compeltely redo it actually.

www.americanheritageoutdoors.com/anglerscatalog.htm

This page is redone and should have all of the correct color attributes etc.
I know the code most likely looks horrbile to someone who knows what they are
looking at but as I DONT know it will have to do. My main concern is why my
pop up layers are only colored half way.

IE is great. But NS, Opera, etc arnt. ??


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

Default Re: only half of layer is colored with BGcolor NS - 07-20-2004 , 07:31 PM



You've got about a million instances of PVII Snap in the body tag. That's
not the right way to use it. A correctly applied Snap should have two
mentions in the body tag 1) onLoad, and 2) onResize. One call to snap can
snap hundreds of layers. You don't need hundreds of separate calls.

So, when you apply the behavior, you select a layer, and enter the snap
data, then select another layer and enter the snap data, and so on.

Your popup layers are funky because you have assigned a height to them -

<div id="Hydrasorbpopup" style="position:absolute; width:200px;
height:115px;

Just delete that height and let the browser determine it....

--
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
==================

"A.H.O." <webforumsuser (AT) macromedia (DOT) com> wrote

Quote:
ya, unfortunately I did a LOT of my page before I really knew what I was
doing
and am now having to go back page by page and change each one of them.
Compeltely redo it actually.

www.americanheritageoutdoors.com/anglerscatalog.htm

This page is redone and should have all of the correct color attributes
etc.
I know the code most likely looks horrbile to someone who knows what they
are
looking at but as I DONT know it will have to do. My main concern is why
my
pop up layers are only colored half way.

IE is great. But NS, Opera, etc arnt. ??




Reply With Quote
  #9  
Old   
A.H.O.
 
Posts: n/a

Default Re: only half of layer is colored with BGcolor NS - 07-20-2004 , 08:14 PM



I guess Im confused. How can I apply 20 some different snaps of different
layers to different positions using the same snap command?
;P7_Snap('prespickcell','Layer1',15,47,
'trophypagecell','layer2',12,40,'anglerscatalogcel l','layer3',0,10 bla bla bla)


Like that?


Reply With Quote
  #10  
Old   
A.H.O.
 
Posts: n/a

Default Re: only half of layer is colored with BGcolor NS - 07-20-2004 , 08:16 PM



PS....Just wanted you to know..I was actually able to figure out that pop up cell color question on my own. lol Came back to brag, but you beat me to it. =-)

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.