| Article: |
Cross-Browser Layers: Part 2 | |
| Subject: | Huh? | |
| Date: | 2001-08-16 16:02:10 | |
| From: | johnq | |
|
Response to: Huh?
|
||
| Nevermind, I was thinking "tooltips" not menu! :) | ||
Showing messages 1 through 1 of 1.
-
STYLE / POSITION
2005-07-25 00:49:55 Dr_Fre [View]



because of the following tag no style is applied:
style='position: absolute;'but still it is needed to position the div/menu
i tried the following but the menu can not be shown .
if(ns4){
document.write('<div id=\'menudiv\' >');
}
else{
document.write('<div id=\'menudiv\' style=\'position: absolute;\'>');
}
someone also encountered this problem
or was even able to solve it???