Forums

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

Home Forums CSS [WordPress] Calendar width issues in all browsers BUT IE

  • This topic is empty.
Viewing 1 post (of 1 total)
  • Author
    Posts
  • #39860
    monkeymays
    Member

    I’m working on the calendar widget sidebar style, and it looks perfect in IE (for once) but not right in all others: FF, Chrome, Opera & Safari. I want it centered and full width. Here’s my code so far:



    #wp-calendar a {
    color:#d00062;
    }
    #wp-calendar {
    width:240px;
    display: block;
    padding: 0 0;
    text-align: center;
    margin: 0 auto;
    }

    #wp-calendar td {
    padding: 5px 5px;
    color: #ebebeb;
    background-color: #93CE52;
    text-align: center;
    }

    #wp-calendar th {
    padding: 5px 5px;
    color: #ebebeb;
    background-color: #93CE52;
    text-align: center;
    font-weight: bold;
    }

    #wp-calendar .pad {
    background: transparent;
    }




    You can see it live here: http://christmaspress.com/

    any help is really appreciated! =D

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