SEO Services
Home >>
Webmaster Forums >>
changing drop down menuschanging drop down menus
ouremotions said: "all these questions pertain to the dropdown menus..
1. how do you change the color of the arrow and the scroll bar to match the browser scroll bar? every page I do i try to match the colors of the page I am doing...
2 for the links I want them to pop up as a a resizeable window w/out all the other stuff at the top... file edit view favorites tools and help
Please if anyone has the script or knows how to do this let me know
Thanks in advance
Robyn"
JamieSki said: "Go to [url]http://javascript.internet.com/generators/popup-window.html[/url] to generate the popup window script.
Can't help you on the color issue. I'm having the same problem and have yet to be able to fix it. Style sheets aren't working for me either."
Neutron2k said: "Here you go! :D
BODY {
SCROLLBAR-FACE-COLOR: #4273C6;
SCROLLBAR-HIGHLIGHT-COLOR: #CEDEEF;
SCROLLBAR-SHADOW-COLOR: #29528C;
SCROLLBAR-3DLIGHT-COLOR: #C6D6EF;
SCROLLBAR-ARROW-COLOR: #000000;
SCROLLBAR-DARKSHADOW-COLOR: #451DC9;
SCROLLBAR-BASE-COLOR: #E5CBF5;
font-family: verdana;
}"
alinawaz said: "another way to use Drop down Menu is by using Macromedia Fireworks, there is an salicing option with using Drop down menu, its simply a wizard and very easy. cuz when I am new in website designging I also faced that kind of problems, but now but now I easily use firework's drop down menu
you can see different type of dropdown menu in my sites. and u can find there links on my site here... [url=http://www.alinawaz.cjb.net]Ali Nawaz's Website Portfolio + Fireworks layouts + Fireworks Dropdown Menus... [/url]"
Neutron2k said: "It should be noted that scrollbar properties in css are an internet explorer only thing and are NOT valid w3c cimpliant methods."
<h1> said: "[QUOTE=ouremotions]2 for the links I want them to pop up as a a resizeable window w/out all the other stuff at the top... file edit view favorites tools and help
[/QUOTE]
your link
should work..
peace, Rich"
Neutron2k said: "you forgot the location=no out of that js code ;)"
<h1> said: "[QUOTE=Neutron2k]you forgot the location=no out of that js code ;)[/QUOTE]
Should the location bar be shown?
dependent
directories
fullscreen
location
menubar
resizable
scrollbars
status
toolbar
top
left
width
height
screenX
screenY
competely customisable!"
Neutron2k said: "if you want a popup window then no. the location bar is the url bar."
DonEc said: "[QUOTE=Neutron2k]It should be noted that scrollbar properties in css are an internet explorer only thing and are NOT valid w3c cimpliant methods.[/QUOTE]
That sounds as though you are saying that you can't have scroll bars in anything other than EI which validate. While I believe you really mean that the ability to change colors for example are an IE thing and that this is not in the w3c standards. However for clarification CSS scroll bars can be validated and they are cross browser complaint. As can be seen in this tutorial.
[URL=http://css-demos.jonra.com/css-overflow.html]CSS Overflow Property[/URL]"
Neutron2k said: "re-read the message.
your not understanding what i wrote.
by scrollbar properties i do indeed mean things such as the colour properties of scrollbars. Only Internet explorer supports setting scrollbar properties via CSS.
Other browsers will not let you do anything to the scrollbars using css or any other technique.
The Internet Explorer CSS Scrollbar properties are not W3C Complient.
Thats the long way of saying. I didnt say anywhere that you cant have scrollbars on any browser apart from IE, Nor did I say you cant have scrollbars in a layer when using the overflow: auto or scroll methods."