HighDots Forums  

I need help

alt.html.tags alt.html.tags


Discuss I need help in the alt.html.tags forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
In God I Trust
 
Posts: n/a

Default I need help - 06-26-2004 , 08:05 AM






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
Please help

In God I Trust



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

Default Re: I need help - 06-26-2004 , 08:11 AM






In God I Trust wrote:

Quote:
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.

Quote:
I used Macromedia
Dreamweaver MX 2004 menubuilder for the menu on the left.
Bad idea ;-)

Quote:
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.

Quote:
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 -


Reply With Quote
  #3  
Old   
In God I Trust
 
Posts: n/a

Default Re: I need help - 06-26-2004 , 08:13 AM



Sorry wrong address
http://www.ffirst.net/god/bible/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
Please help

In God I Trust

"Els" <els.aNOSPAM (AT) tiscali (DOT) nl> wrote

Quote:
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 -



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

Default Re: I need help - 06-26-2004 , 08:22 AM



In God I Trust wrote:

Quote:
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 -


Reply With Quote
  #5  
Old   
In God I Trust
 
Posts: n/a

Default Re: I need help - 06-26-2004 , 08:38 AM



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

"Els" <els.aNOSPAM (AT) tiscali (DOT) nl> wrote

Quote:
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 -



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

Default Re: I need help - 06-26-2004 , 08:46 AM



In God I Trust wrote:

Quote:
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
If you stop topposting, deal?

btw, I don't see anything changed.
Change what I said, upload it, and I'll have a look at what you
did wrong, cause the styles themselves are working, I tried that
on one of my pages. (Gave me nice green scrollbars, almost
matching my own pages ;-) )
The only thing wrong will be the element you apply them to.

--
Els
http://locusmeus.com/
Sonhos vem. Sonhos vão. O resto é imperfeito.
- Renato Russo -


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

Default Re: I need help - 06-26-2004 , 08:56 AM



In God I Trust wrote:

Quote:
Done
In God I trust
In the html change this:

<div align="justify">

to:

<div align="justify" class="scroll">

And in the styles in the head, change this:

BODY
{
scrollbar-face-color: #104A31;

to:

div.scroll
{
scrollbar-face-color: #104A31;

And take out the <!-- and the --> from the style block, they
serve no purpose.

I think all should work now, as I think the scrollbar is the
div's.

--
Els
http://locusmeus.com/
Sonhos vem. Sonhos vão. O resto é imperfeito.
- Renato Russo -


Reply With Quote
  #8  
Old   
In God I Trust
 
Posts: n/a

Default Re: I need help - 06-26-2004 , 09:04 AM



na it just change the one on the right and it also changed the color........
I'll upload it ,
In God I trust



Reply With Quote
  #9  
Old   
Els
 
Posts: n/a

Default Re: I need help - 06-26-2004 , 09:11 AM



In God I Trust wrote:

Quote:
na it just change the one on the right and it also changed
the color........ I'll upload it ,
In God I trust
You didn't do it correctly, you left
BODY
{
above the rest of the styles.

It might not be the div either, so I'll whip up a working
example, just hang on, I'll give you a url in a few minutes.

--
Els
http://locusmeus.com/
Sonhos vem. Sonhos vão. O resto é imperfeito.
- Renato Russo -


Reply With Quote
  #10  
Old   
In God I Trust
 
Posts: n/a

Default Re: I need help - 06-26-2004 , 09:15 AM



if i take out the BODY
{ the background of the table wont show



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.