sandy1028 Posted October 4, 2007 Share Posted October 4, 2007 Hi, In IE browser overflow:auto works and includes a scroll when the height of the table exceeds But in firefox it doesnot work. Please provide me a solution where it works in both IE and mozilla Quote Link to comment Share on other sites More sharing options...
ToonMariner Posted October 4, 2007 Share Posted October 4, 2007 link? and this is css not php Quote Link to comment Share on other sites More sharing options...
sandy1028 Posted October 4, 2007 Author Share Posted October 4, 2007 echo "<div style=\"position:absolute; overflow:auto; width:90; height=160; left:650; top:34; \" align=center>"; Quote Link to comment Share on other sites More sharing options...
haaglin Posted October 4, 2007 Share Posted October 4, 2007 height=160; should be height:160px; echo '<div style="position:absolute; overflow:auto; width:90px; height:160px; left:650px; top:34px;" align="center">'; Quote Link to comment Share on other sites More sharing options...
sandy1028 Posted October 4, 2007 Author Share Posted October 4, 2007 Hi, Making height:160px; there is no scroll added in mozilla Quote Link to comment Share on other sites More sharing options...
haaglin Posted October 4, 2007 Share Posted October 4, 2007 ok, add display:block Quote Link to comment Share on other sites More sharing options...
shocker-z Posted October 4, 2007 Share Posted October 4, 2007 I dont know if this helps but i read somthing once about having to make it float when using in firefox.. Regards Liam 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.