Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

roldown menus and mac IE

Status
Not open for further replies.

rebec

Technical User
May 28, 2001
10
CA
I have just desined a web site using rolldown menus on a pc. It works in both browsers but when I tried it on a mac the menus were all screwed up in IE. But it worked fine in Netscape. This is the address


I would be happy if someone could have a look at the site and let me know how to fix the problem. Thanks Rebecca
 
Well, my first guess was this block of code:

<STYLE>
#pull1 {LEFT: 115px; POSITION: absolute; TOP: 192px; VISIBILITY: hidden}
#pull2 {LEFT: 229px; POSITION: absolute; TOP: 192px; VISIBILITY: hidden}
#pull3 {LEFT: 344px; POSITION: absolute; TOP: 192px; VISIBILITY: hidden}
#pull4 {LEFT: 460px; POSITION: absolute; TOP: 192px; VISIBILITY: hidden}
</STYLE>

But then I couldn't get it to duplicate after my first visit which says to me that I have a completely different issue with IE on the mac.

What version of IE is the one you are testing with?

I have had a lot of inconsistancies when testing style sheets on the pc using IE to the mac using IE. It might be a bug that doesn't like either the Position: absolute or the specific locations. &quot;It's easier to ask forgiveness than it is to get permission.&quot; - Rear Admiral Dr. Grace Hopper
 
bra1niac, I have tryed the page in Internet explorer 4.5 and 5. Both have the same problem with the position of the rolldown menus. They end up at the other side of the page. Rebecca
 
Bra1niac,I have tryed the page in internet explorer 4.5 and 5. Both have a problem with the position of the rollover menus. They end on the other side of the page. Rebecca
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top