Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter nubirth

    (@nubirth)

    position: relative;
    In all my div sections if anyone ever needs to sort this bas*** of a problem out that only ie worries about!!

    i.e (no pun intended)….for all four menus (to allow corners

    #menu2 {

    position: relative;

    background: url(images/toprightcorner.png) right top no-repeat; /* add background colour of 333333 */

    padding-top : 10px;
    }

    put the favicon in your “head” section (coded), view source of a page you like, or any with a favicon image and put in folder images in wordrpess file area, its very very easy.

    i.e:

    <link rel=”shortcut icon” href=”images/favicon.ico” type=”image/x-icon” />

    favicons are 16 by 16 pixels so blow up an image to like 400% and work in dots almost, save and name as favicon, actually does not matter im sure if named whatever you want.

    Thread Starter nubirth

    (@nubirth)

    No ideas on this odd thing?

    Possibly something to do with IE’s border box model, try making sure the size of your areas (left/right) in CSS can actually fit the area they are designed to fit in, IE will need more room generally, other than that it will likely be a “float” problem (clear:both) is usually needed for a floated area….hope this helps. google the terms for more information if you are not familar, just a start.

Viewing 4 replies - 1 through 4 (of 4 total)