6 replies [Last post]
Falenone
Falenone's picture
Offline
newbie
Eesti
Last seen: 4 years 10 weeks ago
Eesti
Timezone: GMT+2
Joined: 2011-08-09
Posts: 6
Points: 8

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

Falenone
Falenone's picture
Offline
newbie
Eesti
Last seen: 4 years 10 weeks ago
Eesti
Timezone: GMT+2
Joined: 2011-08-09
Posts: 6
Points: 8

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;
}

thepineapplehead
thepineapplehead's picture
Offline
Moderator
Last seen: 48 weeks 5 days ago
Timezone: GMT+1
Joined: 2004-06-30
Posts: 9683
Points: 819

Please post all the HTML and

Please post all the HTML and CSS, or better yet, a link to the live page.

Verschwindende wrote:
  • CSS doesn't make pies

Falenone
Falenone's picture
Offline
newbie
Eesti
Last seen: 4 years 10 weeks ago
Eesti
Timezone: GMT+2
Joined: 2011-08-09
Posts: 6
Points: 8

Here is live website with the

Here is live website with the bug in it
http://fmodding.eu/foorum/index.php

thepineapplehead
thepineapplehead's picture
Offline
Moderator
Last seen: 48 weeks 5 days ago
Timezone: GMT+1
Joined: 2004-06-30
Posts: 9683
Points: 819

What happens if you swap the

What happens if you swap the bottom-margin on your logo for a negative top-margin on #panel?

Verschwindende wrote:
  • CSS doesn't make pies

Falenone
Falenone's picture
Offline
newbie
Eesti
Last seen: 4 years 10 weeks ago
Eesti
Timezone: GMT+2
Joined: 2011-08-09
Posts: 6
Points: 8

It's not working, or I'm

It's not working, or I'm doing something wrong...

thepineapplehead
thepineapplehead's picture
Offline
Moderator
Last seen: 48 weeks 5 days ago
Timezone: GMT+1
Joined: 2004-06-30
Posts: 9683
Points: 819

Falenone wrote: It's not

Falenone wrote:

It's not working, or I'm doing something wrong...

"Not working" isn't that helpful. Did it do anything?

Verschwindende wrote:
  • CSS doesn't make pies