mark110384 Posted August 18, 2008 Share Posted August 18, 2008 I'm using CSS to control the positioning of a table, when I use (top , left) pixels it seems to work well with both browsers however when I try to use % to contol the position it seems to mess up with positioning as the same table appears in two different postions on there respective browsers, is there a work around for this issue? Quote Link to comment Share on other sites More sharing options...
jcalabro Posted August 21, 2008 Share Posted August 21, 2008 You can target IE6 specifically and reposition the table to where it needs to be. * html .mytable { position: absolute; etc etc } Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.