Results 1 to 18 of 18

Thread: CSS IE Woes [Resolved]

Threaded View

  1. #1

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

    Resolved CSS IE Woes [Resolved]

    So I'm switching a work internal site over to a complete CSS design, but I'm having one major problem. I have the following code that contains a small navigation menu and then the content:
    Code:
    #navigate {
    	background-color: #0099ff;
    	float: left;
    	width: 180px;
    }
    
    #content {
    	margin-left: 182px;
    	border: 1px solid red;
    }
    Pretty simple, right? It displays correctly in Opera, Firefox and Netscape but craps out in IE on one specific page. On that page I have various elements, some being tables that use percentages to specify width. I am assuming that is the main problem since the css styled elements in that "content" div fit correctly.

    I can post the code of that entire page if it would help. (It is a lot, tho)

    And it does pass the W3C validator without errors.

    I'm pulling my hair out here.
    Last edited by ober0330; Jan 31st, 2005 at 03:05 PM.
    format your code!! - [vbcode] [/vbcode]

    ANSWERS CAN BE FOUND HERE!!

    my personal company

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