• Ive installed and starting working on using the Kubrick template and i have run into a problem.
    I had the issue with 1px being out in the footer and found a fix for it here but i have my header then
    above that there is a table to make up the rest of it as ill be adding links in there. It lines up perfectly
    in IE but in firefox its one pixel out and i cant get my head around why.
    You can see the moded version of the template at http://www.dosdesign.com/Blog and as of yet its still a work
    in progress. Any help on getting this sorted would be appreciated and ive already searched here and over
    at the Kubrick support forums and havent found a fix for it yet.

Viewing 3 replies - 1 through 3 (of 3 total)
  • I’m not good with table layout so, for now add the following line to your index.php in head section as a last line of your style section
    <style type="text/css" media="screen">
    ...everything that's already there
    ...
    body>table { margin-left: -1px; }
    </style>

    Thread Starter mentaleruptions

    (@mentaleruptions)

    Thanks Alphaoide that has fixed the problem for me. Do you think its a good idea for me to use a table to do what i want or is there a better way thats less hassle on the different browsers ??

    Well, if you’d put all those images in #header just like the rest of Kubrick’s users, you’d probably won’t have this issue.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Header out 1px in firefox….’ is closed to new replies.