Closed Thread Icon

Preserved Topic: Coloring scrollbar in DW layer problems :&#0124; (Page 1 of 1) Pages that link to <a href="https://ozoneasylum.com/backlink?for=20553" title="Pages that link to Preserved Topic: Coloring scrollbar in DW layer problems :&amp;amp;#0124; (Page 1 of 1)" rel="nofollow" >Preserved Topic: Coloring scrollbar in DW layer problems :&amp;#0124; <span class="small">(Page 1 of 1)</span>\

 
tegma
Obsessive-Compulsive (I) Inmate

From: Somewhere in Europe
Insane since: Aug 2002

posted posted 08-12-2002 21:02

How do you do

Im working on this small www design project and I would like to color every auto visible scrollbar I have in four chromeless popups. The scrollbar (only vertical) is placed in a DIV layer (Dreamweaver generated). So I tried doing a little bit of research on the subject and was able to find several directions on how to this... the only problem is that none of them have worked so far.

One of the four popup windows can be seen here http://www20.brinkster.com/tegma/test/news.html (only IE)

I've been browsing through the FAQS but that stuff about those dhtml scollbars was way to advanced for me =D ... well if somebody could tell me where to paste the code that would be great.

The deadline is tomorrow so pleeease help this poor bastard =)

TIA

--
Sincerly
/Tegma

tegma
Obsessive-Compulsive (I) Inmate

From: Somewhere in Europe
Insane since: Aug 2002

posted posted 08-12-2002 21:12

All that trouble.... LOL I just solved it myself =)

Tried pasting this into <head>

<style>
<!--
BODY{
scrollbar-face-color:#75EA00;
scrollbar-arrow-color:brown;
scrollbar-track-color:#EEEEEE;
scrollbar-shadow-color:'';
scrollbar-highlight-color:'';
scrollbar-3dlight-color:'';
scrollbar-darkshadow-Color:'';
}
-->
</style>

...and it worked! Ugly colors but its a start

--
Sincerly
/Tegma

WebShaman
Maniac (V) Mad Scientist

From: Happy Hunting Grounds...
Insane since: Mar 2001

posted posted 08-13-2002 11:05

Well...nice to see that you figured it out...but why pop-ups?

tegma
Obsessive-Compulsive (I) Inmate

From: Somewhere in Europe
Insane since: Aug 2002

posted posted 08-14-2002 11:06

well I don't consider frames an option... I dont know... frames are old-fashion me thinks. Wish I could show you, but apparently topcities wont accept directories >20 characters.

You dont like chromeless popups?

--
Sincerly
/Tegma

Emperor
Maniac (V) Mad Scientist with Finglongers

From: Cell 53, East Wing
Insane since: Jul 2001

posted posted 08-14-2002 11:42

For future reference kuckus is creating a coloured scrollbar utility for the GN - see here:
www.gurusnetwork.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic;f=12;t=000126

___________________
Emps

FAQs: Emperor

HZR
Bipolar (III) Inmate

From: Cold Sweden
Insane since: Jul 2002

posted posted 08-14-2002 23:15

There are a tool over at WebFX too >> http://www.webfx.eae.net/tools/scrollbartool/

WebShaman
Maniac (V) Mad Scientist

From: Happy Hunting Grounds...
Insane since: Mar 2001

posted posted 08-15-2002 10:39

I don't like pop-ups, period. There are better ways to design a website without pop-ups...

Pop-ups are irritating...personally, when surfing, a pop-up is the last thing that a site should 'throw' at me...at first sign of one, I'm gone.

Why do you need pop-ups?

HZR
Bipolar (III) Inmate

From: Cold Sweden
Insane since: Jul 2002

posted posted 08-15-2002 11:03

Yea, I agree, no fan of them at all.

tegma
Obsessive-Compulsive (I) Inmate

From: Somewhere in Europe
Insane since: Aug 2002

posted posted 08-15-2002 14:06

@webshamen. ok, thats your opinion. as i wrote i dont like using frames... so popup it is.

@HZR. thanks for the link.

--
Sincerly
/Tegma

Dufty
Paranoid (IV) Inmate

From: Where I'm from isn't where I'm at!
Insane since: Jun 2002

posted posted 08-23-2002 14:30

tegma - instead of placing it in the head, add the body info to your style-sheet and it will be accessible to all docs that use that sheet.

Saves hours of re-coding if you need to change the colours in future.

« BackwardsOnwards »

Show Forum Drop Down Menu