• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

[Gesior AAC] Multiplied buttons

Status
Not open for further replies.

Hermes

dziwki kola gramy w lola
Joined
Nov 17, 2007
Messages
1,867
Reaction score
14
Location
Poland
Hi!

I noticed that most of buttons on my website are multiplied (like there is bigger area filled with that button), and I have no idea how to fix it. I think there's something about styles..
I am using custom layout but the problem is the same on `tibiacom` one.

25f0d1t.png

or: i56.tinypic.com/25f0d1t.png

And please, don't post answers like `use modern aac instead`, because it's mainly concerned with layout (and my gesior aac is modified by skilled webmaster and even more secure than modern aac).

Thanks in advance!
Hermes

PS. Here is the code that generates content of page:
latestnews.php (huge)
http://pastebin.com/VSRsr9bF
 
Last edited:
Posting a screenshot and the layout code would help
 
Replace the question marks with the proper size. Place it within one of your stylesheets (.css documents)
Code:
input[type="submit"] {
    height: ?px;
    width: ?px;
}
 
@Chris
Thanks but this didn't helped :C.

And actually, I came up with an idea to read about CSS parameters. I found something that helped:
Code:
background-repeat:no-repeat;

Well, as every button is set this way:
Code:
background-image:url('.$layout_name.'/images/buttons/sbutton.gif)
so it's really logical that it will fill the background with the image ;) and setting background norepeat solved the problem.

Thanks for your help.
 
Status
Not open for further replies.
Back
Top