![]() | |
#1
| |||
| |||
|
#2
| ||||
| ||||
|
|
here is the site I need help in http://www.ffirst.net/god/old.html |
|
I used Macromedia Dreamweaver MX 2004 menubuilder for the menu on the left. |
|
what I'm having a problem with is the I cant get the scroll bars the colors I have in the main frame. I used STYLE type="text/css" |
|
BODY { scrollbar-face-color: #104A31; scrollbar-shadow-color: #000000; scrollbar-highlight-color: #0D661E; scrollbar-3dlight-color: #000000; scrollbar-darkshadow-color: #000000; scrollbar-track-color: #7E7D23; scrollbar-arrow-color: #ffffff; background-color: #F1F3E6; } /STYLE but nothing seems to change the color |
#3
| |||
| |||
|
|
In God I Trust wrote: here is the site I need help in http://www.ffirst.net/god/old.html I took out the first f to get anywhere, but /god/old.html isn't there. Just the www.first.net site. I used Macromedia Dreamweaver MX 2004 menubuilder for the menu on the left. Bad idea ;-) what I'm having a problem with is the I cant get the scroll bars the colors I have in the main frame. I used STYLE type="text/css" If you put this ^ in your stylesheet, it is the reason for the next styles not working. If it's in your html document, read on. BODY { scrollbar-face-color: #104A31; scrollbar-shadow-color: #000000; scrollbar-highlight-color: #0D661E; scrollbar-3dlight-color: #000000; scrollbar-darkshadow-color: #000000; scrollbar-track-color: #7E7D23; scrollbar-arrow-color: #ffffff; background-color: #F1F3E6; } /STYLE but nothing seems to change the color These colours only work in IE, and may work in Opera if you haven't disabled them. If you're using IE: With the above styles you're setting the scrollbars on the body. You are wanting to change the scrollbar colour on the menu. So apply it to the menu, not the body. Which browser are you using? And what is the real url? -- Els http://locusmeus.com/ Sonhos vem. Sonhos vão. O resto é imperfeito. - Renato Russo - |
#4
| |||
| |||
|
|
Sorry wrong address http://www.ffirst.net/god/bible/old.html |
#5
| |||
| |||
|
|
In God I Trust wrote: Sorry wrong address http://www.ffirst.net/god/bible/old.html Please don't toppost, answer below the stuff you're responding to. In left.htm you have two style blocks in the head of the document. I think it's better to combine them into one. Still, you have the scrollbars set for the body of left.htm, while I think the scrollbars are either on the table, or on the div, or on the td the div is in. You check which one it is, and then apply a class to it, and apply the styles to that class instead of to body. -- Els http://locusmeus.com/ Sonhos vem. Sonhos vão. O resto é imperfeito. - Renato Russo - |
#6
| |||
| |||
|
|
I tryed that nothing its still the same can you give me an example to see if i'm doing the right thing ? Thank you in Advance In God I Trust |
#7
| |||
| |||
|
|
Done In God I trust |
#8
| |||
| |||
|
#9
| |||
| |||
|
|
na it just change the one on the right and it also changed the color........ I'll upload it , In God I trust |
#10
| |||
| |||
|
![]() |
| Thread Tools | |
| Display Modes | |
| |