• hi, i’ve been messing around with the default template (i’m pretty new to this) and have managed to get everything working great in firefox and safari but in IE, i find a bar under my header, also the header is aligned one pixel to far to the left.

    https://www.cacoe.net << thats the url, if you can help i will REALLY appreciate it.

    all i’ve changed is mainly the images, removed all the code for the image in the header and replaced it with a flash file.

    thanks in advance,
    mark.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Your header is off one pixel to the right in FF on Mac. I didn’t take a close look at your CSS, but you should be able to fix that easy enough.

    As for IE, try creating a stylesheet for IE to iron out some of the DIV issues.

    Thread Starter cacoe

    (@cacoe)

    hi, i wasn’t aware of the firefox problem on mac os, thanks for pointing that out… as for the stylesheet for IE, how would i go about creating a specific one for IE?

    thanks,
    mark.

    Just create a style sheet and load it after your original style sheet using something like this:

    <!–[if IE]><link href=”path/to/css/ie.css” rel=”stylesheet” type=”text/css” media=”screen” /><![endif]–>

    That should make it so the stylesheet only loads in IE.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[help] compatability problems with a small hack…’ is closed to new replies.