PDA

View Full Version : pop up navigation windows


Eski
07-15-2002, 02:13 PM
i've got this nice little box whcih pops up and you can use as a navigation tool by clicking on the links.

This looks great in IE, but (unsurprisingly) not very good in NS.

I got the code from: http://www.dynamicdrive.com/dynamicindex1/popit.htm

If anyone knows anyway of altering the font, colour and/or highlight, please let me know!!

Thanks,
Eski :)

MikoLone
07-15-2002, 04:00 PM
Change the style tags

<style>
<!--

.menuskin{
position:absolute;
width:165px;
background-color:menu;
border:2px solid black;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
visibility:hidden;
}

.menuskin a{
text-decoration:none;
color:black;
padding-left:10px;
padding-right:10px;
}

#mouseoverstyle{
background-color:highlight;
}

#mouseoverstyle a{
color:white;
}
-->
</style>

I would play with the lines that are bolded. I bet that will change the colors and all. Have fun:thumbsup: