Results 1 to 3 of 3

Thread: more layout troubles

  1. #1

    Thread Starter
    Frenzied Member ober0330's Avatar
    Join Date
    Dec 2001
    Location
    OH, USA
    Posts
    1,945

    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.
    format your code!! - [vbcode] [/vbcode]

    ANSWERS CAN BE FOUND HERE!!

    my personal company

  2. #2
    KrisSiegel.com Kasracer's Avatar
    Join Date
    Jul 2003
    Location
    USA, Maryland
    Posts
    4,985
    Can you post the code that you're using?

  3. #3
    Frenzied Member Jop's Avatar
    Join Date
    Mar 2000
    Location
    Amsterdam, the Netherlands
    Posts
    1,986
    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
  •  



Click Here to Expand Forum to Full Width