Tue, 2011-08-09 21:31
Hello!
I have a problem with padding-bottom in opera.
Here is the image how it looks.
Can anyone tell me how to fix this?
Here is the logo CSS
.logo { margin-left: -1px; margin-bottom: -15px; padding-top: 0px; height: 167px; /* padding-bottom: 18px; */ }
Last commented line makes it nice in opera but then it looks bad in Google Chrome and FF
Tue, 2011-08-09 21:45
#1
I forgot to add one bit of
I forgot to add one bit of code.
Here is the menu CSS what is under the logo.
#panel { -webkit-font-smoothing: subpixel-antialiased; -moz-font-smoothing: antialiased; -o-font-smoothing: subpixel-antialiased; font-smoothing: subpixel-antialiased; background: url(<a href="http://www.et.fmodding.eu/img/navi.png" rel="nofollow">http://www.et.fmodding.eu/img/navi.png</a>) center top no-repeat; color: black; padding: 29px; font-size: 11px; margin-left: -16px; height: 20px; padding-bottom: 0px; margin-bottom: 0px; }
Wed, 2011-08-10 11:53
#2
Please post all the HTML and
Please post all the HTML and CSS, or better yet, a link to the live page.
Wed, 2011-08-10 14:49
#3
Here is live website with the
Here is live website with the bug in it
http://fmodding.eu/foorum/index.php
Thu, 2011-08-11 11:51
#4
What happens if you swap the
What happens if you swap the bottom-margin on your logo for a negative top-margin on #panel?
Thu, 2011-08-11 16:03
#5
It's not working, or I'm
It's not working, or I'm doing something wrong...
Mon, 2011-08-15 09:41
#6
Falenone wrote: It's not
It's not working, or I'm doing something wrong...
"Not working" isn't that helpful. Did it do anything?