Results 1 to 4 of 4

Thread: Display issue in FF

  1. #1
    Join Date
    Apr 2008
    Posts
    109
    Thanks
    7
    Thanked 0 Times in 0 Posts

    Default Display issue in FF

    Anyone knows why Firefox renders this text...

    Code:
    Herunder kan du se et videoklip af EasyLuk funktionen. EasyLuk funktionen gør, at låger og skuffer lukker stille og roligt.
    ...to the right of the 3 thumbnails, and not on the next line like it does in IE?

    LINK: http://www.froso.dk/test/produkter/haengsler.html

    I've tried different tags, but nothing seems to help.

    Any ideas?


    Cheers,
    Bassa

  2. #2
    Join Date
    Oct 2008
    Location
    Sweden
    Posts
    2,023
    Thanks
    17
    Thanked 319 Times in 318 Posts
    Blog Entries
    3

    Default

    You must clear the float, try adding this to your CSS code:
    Code:
    .text p {
    clear: both;
    }
    Good luck!

  3. #3
    Join Date
    Apr 2008
    Posts
    109
    Thanks
    7
    Thanked 0 Times in 0 Posts

    Default

    Thanks, Snooker. That helped.

    I've got a question, though.

    I added the clear:both to my CSS, and the paragraphs were then cleared on each side, pushing down excessive content downwards.

    All fine.

    However, paragraps push down two lines. I was curious whether it's possible to use the <br> tags in FF?

    I'd prefer a single line push down, instead of using paragraphs to force a new line beneath.

    Any suggestions?


    Cheers,
    Bassa

  4. #4
    Join Date
    Apr 2008
    Posts
    109
    Thanks
    7
    Thanked 0 Times in 0 Posts

Bookmarks

Posting Permissions

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