Forum Moderators: open

Message Too Old, No Replies

DHTML Menu MAC problem

different position on MAC and PC

         

416guy

10:22 pm on May 1, 2002 (gmt 0)

10+ Year Member



I have a menu that I used from this site:
[shivbasu.com...]

so I customized the menu and everything worked out the I want it, I got one problem , when I try to display this menu in MAC computers, I get the menu way down, not where it should appears.
Any ideas about this problem.

If you toke a look at the menu in MAC you'll see a live example for that at the above address.
Thanks

tedster

12:31 am on May 2, 2002 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Welcome to the forums, 416guy.

Which browser is giving the problem on a MAC?

416guy

12:54 am on May 2, 2002 (gmt 0)

10+ Year Member



both IE and Netscape,, any idea.

Macguru

1:01 am on May 2, 2002 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Will this help?

<td valign=top> <a href="javascript:nothing()" onmouseover="changein('lists'); return true;"><img src="menu_btn.gif" border=0 width=110 height=50 align="top"></a>

416guy

2:17 am on May 2, 2002 (gmt 0)

10+ Year Member



I guess the problem in this tag:
see line # 10

1 <style>
2 <!--
3 a{text-decoration:none; color:#000080;font-4 family:tahoma,verdana;text-transform:uppercase; font-size:12px;
5 }
6 a:hover{text-decoration:underline;color:#000080;font-family:tahoma,verdana;text-transform:uppercase; font-size:12px;
7 }
8 #lists{position:absolute; top:130px; left:10px;visibility:hidden;
9 }
10 .linkpos{position:absolute; top:225; left:10; font-size:11px; visibility:hidden;
11 }
12 .header{font-family:tahoma,verdana;font-weight:bold;font-size:12px;
13 }
14 -->
15 </style>