HTML - Ie8 Freeze?
Could someone help me out with testing in IE8, and why it is freezing?
x Thats my link, appreciate any advice on the issue. Im using a HTML5 menu, and a PHP background manager. Seems that IE8 is having trouble with something and just randomly freezes... Similar TutorialsHi , Earlier i am using html table to show the huge data. when i click print preview in IE8 browser all data will be shown as page wise. Present i am using freeze pane to showing the huge data. Here the problem is when i click printpreviw option from IE8 i am not getting all the data . i am getting only viewable part of the data. how can i get all data while uding the freeze panes in html. Please help me asap . Thanks in advance, Dear experts, I want to freeze html table header. I find the .css to do that, however, the freeze header width does not align with the body part of table. My code is as below: <div id="div1" > <table id="webRef" > <thead > <tr> <th >#</th> <th >網站</th> <th >學習重點</th> </tr> </thead> <tbody> <tr> <td>1</td> <td>www.ipandaR.com</td> <td> <p> <span style=\"color: #ffff00\">Yellow</span></p> <p> <span style=\"color: #0000cd\">Blue</span></p> <p> <span style=\"color: #ff0000\">Red</span><br /> </p> <p> <span style=\"color: #000000\"><strong>Bold</strong></span></p> </td> </tr> <tr> <td>1</td> <td>www.ipandaR.com</td> <td> <p> <span style=\"color: #ffff00\">Yellow</span></p> <p> <span style=\"color: #0000cd\">Blue</span></p> <p> <span style=\"color: #ff0000\">Red</span><br /> </p> <p> <span style=\"color: #000000\"><strong>Bold</strong></span></p> </td> </tr> <tr> <td>1</td> <td>www.ipandaR.com</td> <td> <p> <span style=\"color: #ffff00\">Yellow</span></p> <p> <span style=\"color: #0000cd\">Blue</span></p> <p> <span style=\"color: #ff0000\">Red</span><br /> </p> <p> <span style=\"color: #000000\"><strong>Bold</strong></span></p> </td> </tr> <tr> <td>1</td> <td>www.ipandaR.com</td> <td> <p> <span style=\"color: #ffff00\">Yellow</span></p> <p> <span style=\"color: #0000cd\">Blue</span></p> <p> <span style=\"color: #ff0000\">Red</span><br /> </p> <p> <span style=\"color: #000000\"><strong>Bold</strong></span></p> </td> </tr> <tr> <td>1</td> <td>www.ipandaR.com</td> <td> <p> <span style=\"color: #ffff00\">Yellow</span></p> <p> <span style=\"color: #0000cd\">Blue</span></p> <p> <span style=\"color: #ff0000\">Red</span><br /> </p> <p> <span style=\"color: #000000\"><strong>Bold</strong></span></p> </td> </tr> <tr> <td>1</td> <td>www.ipandaR.com</td> <td> <p> <span style=\"color: #ffff00\">Yellow</span></p> <p> <span style=\"color: #0000cd\">Blue</span></p> <p> <span style=\"color: #ff0000\">Red</span><br /> </p> <p> <span style=\"color: #000000\"><strong>Bold</strong></span></p> </td> </tr> <tr> <td>1</td> <td>www.ipandaR.com</td> <td> <p> <span style=\"color: #ffff00\">Yellow</span></p> <p> <span style=\"color: #0000cd\">Blue</span></p> <p> <span style=\"color: #ff0000\">Red</span><br /> </p> <p> <span style=\"color: #000000\"><strong>Bold</strong></span></p> </td> </tr> </tbody> </table> </div> Thanks a lot!. Regards, Man Pak Hong, Dave manpakhong@hotmail.com |