Site Author : Topic: Coding problems  (Read 737 times)
September 05, 2009, 03:35:24 AM
New Here
User No : 28582
Posts: 2
Hello,

I recently made this blog:

www.smelleh-but-tasteh.blogspot.com

And I'm having a couple of problems with my design. First off, I designed it using IE, and it looks just fine in IE. But it looks messed up in Firefox.

- The footer, or end, of the page looks good in IE but really jagged in Firefox.

This is the code:
Code: [Select]
/* Footer
----------------------------------------------- */
.footer {
text-align: right;
        margin-top:-55px;
color: #717171;
        padding:20px;
background: #5c5c5c url(http://img199.imageshack.us/img199/8273/footer3v.png) no-repeat 0 0;
        width:950px;
    overflow:hidden;
}
.footer .theme a {
color: #BBB;
text-decoration: none;
}
.footer .theme {
float: left;
}

This is my full code of the template:
http://bloggerforum.pastebin.com/f3da68f46

Thanks in advance!
« Last Edit: September 05, 2009, 05:11:34 AM by SmellehButTasteh » Logged
September 05, 2009, 06:38:42 AM
New Here
User No : 28582
Posts: 2
A.w.e.s.o.m.e.

Incredible! That did it! That was exactly what I was looking for.

Kan je niet genoeg bedanken, maar ontzettend bedankt voor de moeite, man!

Cheers!

Logged