Results 1 to 3 of 3

Thread: CSS in IE, pain in the a.s.

  1. #1
    Senior Member
    Join Date
    Apr 2004
    Posts
    228

    CSS in IE, pain in the a.s.

    Hi Everyone,

    I'm trying to position an image:

    82.4.130.162/about_us.php

    on the right hand side.

    Code in CSS:

    img.right {
    float: right;
    margin-left: 10px;
    }



    It works just the way I want it to in Firefox, but being a pain in IE.

    What do I do to make it work in IE?

    Any advise would be welcome.

    P.S. Google people need not apply, I am searching, didn't find the answer yet
    Don\'t post if you\'ve got nothing constructive to say. Flooding is annoying

  2. #2
    Code:
    P {
    	 FONT-FAMILY: Sans-Serif; TEXT-ALIGN: left
    }
    drop the width out of your p tag.

    v_Ln

  3. #3
    Senior Member
    Join Date
    Apr 2004
    Posts
    228
    Thanks alot vlahallen

    It once again proves the point, that most of the mistakes in web design are down to being unattentive.
    Don\'t post if you\'ve got nothing constructive to say. Flooding is annoying

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •