Search...
FAQs
Subscribe
Pie
FAQs
Recent topics
Flagged topics
Hot topics
Best topics
Search...
Search within HTML Pages with CSS and JavaScript
Search Coderanch
Advance search
Google search
Register / Login
Post Reply
Bookmark Topic
Watch Topic
New Topic
programming forums
Java
Mobile
Certification
Databases
Caching
Books
Engineering
Micro Controllers
OS
Languages
Paradigms
IDEs
Build Tools
Frameworks
Application Servers
Open Source
This Site
Careers
Other
all forums
this forum made possible by our volunteer staff, including ...
Marshals:
Campbell Ritchie
Paul Clapham
Ron McLeod
Jeanne Boyarsky
Tim Cooke
Sheriffs:
Bear Bibeault
Henry Wong
Devaka Cooray
Saloon Keepers:
salvin francis
Tim Moores
Tim Holloway
Stephan van Hulst
Frits Walraven
Bartenders:
Jj Roberts
Carey Brown
Scott Selikoff
Forum:
HTML Pages with CSS and JavaScript
Scrollbar for table using div doesnt work in IE
Chinni Bujji
Ranch Hand
Posts: 60
posted 11 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
I have the following code
<div style="height: 440px; overflow-x: hidden;overflow-y:scroll;overflow: scroll;"> <table border="1"> <FONT FACE="Verdana,Arial,Helvetica" COLOR="#6161B3" SIZE="3">Tailed Log File: stdout(625, 100)</b></font> <table > <tr><td > <FONT FACE="Verdana,Arial,Helvetica" COLOR="#39393A" SIZE="2">525</td><td> <FONT FACE="Verdana,Arial,Helvetica" COLOR="#39393A" SIZE="2"> GetUltimateIDListWorker.perform() | Country Description : Seychelles</font></td></tr> <tr><td > <FONT FACE="Verdana,Arial,Helvetica" COLOR="#39393A" SIZE="2">526</td><td> <FONT FACE="Verdana,Arial,Helvetica" COLOR="#39393A" SIZE="2"> GetUltimateIDListWorker.perform() | Country Code : SL</font></td></tr> <tr><td > <FONT FACE="Verdana,Arial,Helvetica" COLOR="#39393A" SIZE="2">527</td><td> <FONT FACE="Verdana,Arial,Helvetica" COLOR="#39393A" SIZE="2"> GetUltimateIDListWorker.perform() | Country Description : Sierra Leone</font></td></tr> <tr><td > <FONT FACE="Verdana,Arial,Helvetica" COLOR="#39393A" SIZE="2">528</td><td> <FONT FACE="Verdana,Arial,Helvetica" COLOR="#39393A" SIZE="2"> GetUltimateIDListWorker.perform() | Country Code : SG</font></td></tr> <tr><td > <FONT FACE="Verdana,Arial,Helvetica" COLOR="#39393A" SIZE="2">529</td><td> <FONT FACE="Verdana,Arial,Helvetica" COLOR="#39393A" SIZE="2"> GetUltimateIDListWorker.perform() | Country Description : Singapore</font></td></tr> <tr><td > <FONT FACE="Verdana,Arial,Helvetica" COLOR="#39393A" SIZE="2">530</td><td> <FONT FACE="Verdana,Arial,Helvetica" COLOR="#39393A" SIZE="2"> GetUltimateIDListWorker.perform() | Country Code : SK</font></td></tr> <tr><td > <FONT FACE="Verdana,Arial,Helvetica" COLOR="#39393A" SIZE="2">531</td><td> <FONT FACE="Verdana,Arial,Helvetica" COLOR="#39393A" SIZE="2"> GetUltimateIDListWorker.perform() | Country Description : Slovakia</font></td></tr> </table> </DIV>
I added the div because i wanted the scrollbar against the table, it works fine in FF but in IE the table is getting pushed down so much
Please advice
thanks
Eric Pascarello
author
Posts: 15385
6
posted 11 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
Learn about CSS, font tags are depreciated and should not be used any more.
td{ font-face: arial; color: #CCCCCC; }
overflow should come before overflow-x and overflow-y
I am not sure about that table tag floating in space. Did the forum screw up your code.
Eric
reply
reply
Bookmark Topic
Watch Topic
New Topic
Boost this thread!
Similar Threads
What happen to this Tabbed form ?
When I validate my code I hit this problem...
Want to Stop Text Wrap Around in Table Cells
INCLUDES.DBconnection error
When I validate my code I hit this problem...
More...