Get ready for BLACK FRIDAY shopping starting in

Forums

This topic is locked

absent popup menu

Posted 09 Nov 2004 19:38:18
1
has voted
09 Nov 2004 19:38:18 Christian Castillo posted:
I am relatively new to dreamweaver and I have two questions. When I create a pop-out menu in dreamweaver (or fireworks), it someetimes shows up when I preview it, and it's completely absent when I upload it to the web. The image shows up, but when the mouse goes over the image, the menu doesnt drop down like its supposed to. The source for the the image is obviously correct, but what am I not doing to cause the menu to not show?
The other question is about hyperlinks. IS there a way to get rid of the underline on a hyperlink created in DW MX? Or is is there to stay.

Thanks,
Christian

Replies

Replied 13 Nov 2004 23:17:52
13 Nov 2004 23:17:52 Simon Martin replied:
To get rid of your underlines the best way is to use CSS
a:link, a:visited, a:active {
text-decoration: none;
}

The drop down menu issue could be to do with your browser security settings (javascript disabled / blocked by something like Norton Internet Security?). Maybe you could post a link to it here so others can check?
It could be because the image isn't uploaded? Again if we could see it someone might be able to figure out what's going on and help you resolve it.

Sharing knowledge saves valuable time!

Simon

[DWMX 2004]|[SQL]|[ASP/VBScript]|[XP-Pro]

Reply to this topic