Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Fix for this?

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #24050
    LinCSS25
    Participant

    Can anyone help me find a fix for this IE issue Im having. My date styling for my blog on my site looks fine in ff, but has a spacing issue in IE for windows. Can anyone see if they see the problem or know of a fix for this?

    http://www.linkcreativedesign.com/blog

    #53526
    cabe
    Member

    i think the space after the date could be the reason. your code is:

    Code:
    Oct.1

    ie really adds a space there and puts it in the next line, so there’s an empty line before the year. just remove the space and it works:

    Code:
    Oct.1

    i also would make the font-size a bit smaller, because fonts can be bolder in windows. i’ve seen that some dates flow over your rectangle, like Aug.21

Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘CSS’ is closed to new topics and replies.