|
-
Nov 23rd, 2004, 02:55 PM
#1
Thread Starter
Frenzied Member
more layout troubles
Ok, so I posted yesterday and wanted a layout with divs that used a 180 px navigation area on the left, and the other div was to take the rest of the space.
That works fabulous except for one exception and one browser.
When I have a table in the content div that has 90% for the width attribute, it creates a horizontal scroll bar because it appears that the tables wants to be 90% of the screen, not the div that is inside of.
Is there any way to fix this? It only happens in IE, the other browsers are fine and everything validates.
-
Nov 23rd, 2004, 07:12 PM
#2
Can you post the code that you're using?
-
Nov 24th, 2004, 07:07 AM
#3
Frenzied Member
I tried it with this code, doesn't seem to create any troubles:
Code:
<div id="left">left
<table width="90%">
<tr><td>hello</td></tr>
</table>
</div>
(in combination with the css I posted in your other thread, please keep these together, you should've posted this in the other thread.
Jop - validweb.nl
Alcohol doesn't solve any problems, but then again, neither does milk.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|