Forums

This topic is locked

ScrollBars and Pop-up menus

Posted 01 Mar 2007 14:35:35
1
has voted
01 Mar 2007 14:35:35 G G posted:
Hi!

I'm trying to develop a simple website with a scrollbar in it, but i don't know hot to customize it, change colors..
i used this code but it only works in IE.. <img src=../images/dmxzone/forum/icon_smile_sad.gif border=0 align=middle>

&lt;style type="text/css"&gt;
div {
scrollbar-arrow-color:#999933;
scrollbar-track-color:#FFFFCC;
scrollbar-face-color:#FFFFCC;
scrollbar-highlight-color:#FFFFCC;
scrollbar-3dlight-color:#FFFFCC;
scrollbar-darkshadow-color:#FFFFCC;
scrollbar-shadow-color:#FFFFCC;
}

&lt;/style&gt;

And how can i change the appearance of the pop-up menus?

thnks

Replies

Replied 04 Mar 2007 19:11:20
04 Mar 2007 19:11:20 billy imam replied:
I'm not sure if i understand, do u want a scroll bar thats separate from the browser scroll bar? a scroll bar for each div?

And by pop up menus it depends on how their implemented, with javascript or css. I'm going to assume that you did it with DW's behaviour panel, in which case just select the menu item in DW then double click the "show pop up menu" in the behaviour panel, and that'l bring up the dialog box

Reply to this topic