Announcement
Collapse
No announcement yet.
Dropmenu question
Collapse
X
-
Want to remove the color but leave the links? Try just that...remove the color designations from the following line of code. You can also remove the border, etc. (the bold part)
<div id=dropmenu0 style="position: absolute; left: 0; top: 0; width: 120; visibility: hidden; border: 1px solid black; padding: 0px">
...
Background image?
add something like background-image: url('images/your-image.gif'); to the same line of code.
...
Want semi-transparency? Add the bold part to the following line of code to make it semi-transparent. The problem is your links take on the same level of transparency. Change the number as desired (50=50%)
<div id=dropmenu0 style="filter:alpha(Opacity=50);position:absolute;left:0;top:0;layer-background-color:lightyellow;background-color:lightyellow;width:120;visibility:hidden;border:1px solid black;padding:0px">Last edited by Gordo; Jul 6, 2002, 01:50 AM.Gordo
"In the End, we will remember not the words of our enemies, but the silence of our friends."
- Martin Luther King Jr. (1929-1968)
Comment