1. Welcome to Tacoma World!

    You are currently viewing as a guest! To get full-access, you need to register for a FREE account.

    As a registered member, you’ll be able to:
    • Participate in all Tacoma discussion topics
    • Communicate privately with other Tacoma owners from around the world
    • Post your own photos in our Members Gallery
    • Access all special features of the site

any web site developers out there?

Discussion in 'Off-Topic Discussion' started by NetMonkey, Nov 17, 2009.

  1. Nov 17, 2009 at 9:18 AM
    #1
    NetMonkey

    NetMonkey [OP] Well-Known Member

    Joined:
    Aug 14, 2008
    Member:
    #8536
    Messages:
    1,734
    Gender:
    Male
    Geogetown, TX
    Vehicle:
    2010, 4x4, DC, off-road, shortbed, automatic
    Toytec Ultimate Lift @ 3", Mickey Thompson MTZ's 285/75/16, Moto Metal 955b, rear 2" ALL, Marlin Crawler sliders
    i have a question for you web site developers.

    i recently had to convert a small, internal website from html auto generated by php to html/css auto generated by php. so, viewing the website in internet explorer, it looks the way i expect, but when i view the website in firefox, it appears that it is ignoring boarders and padding (but it does respect the margin and height parameters).

    does anyone have any experience with this or has run into this issue as well?

    here is an example css block that i am ussing:
    margin and height work, but boarder and padding do not.

    Code:
     
     <div id="channelInfoHeader">
         CHANNEL INFO
     </div> 
     
    #channelInfoHeader {
        /*top right bottom left*/
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 12px;
        font-weight: bold;
        font-style: normal;
        text-align: center;
        color: #000000;
        background-color:#CCCCCC;
        margin: 0 17px 0 17px;
        border: 1px 1px 1px 1px solid #000000;
        padding: 5px 0 0 0;
        height: 20px;
    }
    
    thanks in advance.
     

Products Discussed in

To Top