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 TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to make display properties behave the same on PC and Mac

Status
Not open for further replies.

1234shu

Programmer
Feb 13, 2003
11
US
Hi,

I have following thing on a web page:

<tr bgcolor="#ffff88" id="shippers" style="display:none; position:absolute; z-index:auto" class="para" height="0"> </tr>

What I really want is when a button is clicked, the above part will be dispalyed over the part that follows (cover the nexe part) by setting the dispaly to block. It works well with IE on PC. But when it is with IE on Mac, the above part is simply inserted at the position which is not what I want. Could anyone help me out of this. Thanks in advance.

Regards,
 

Could you show us all of your code? Debugging a whole page with only 1 line of code isn't easy!

That aside, have you tried setting the display to "" instead of "block"?

Dan
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top