Jump to content

Gadgets 2 Gizmos


Guest

Recommended Posts

yeah i know the design is not much different from the killer skin.

I was going to design something very similar so i went for it. Just did a couple of tweaks.

ie changed the shape of the top buttons.

Oh by the way it now looks like they are a bit too high off the bar. Does anyone know how to move them down a bit

Cheers

Link to comment
Share on other sites

It might be nice to get rid of the navigation bar and just have the buttons. if you want to do that just go to layout.css and delete the url references in backgound-image:

.topCats {

text-align: center;

background-image: url(../styleImages/backgrounds/catBg.gif);

height: 42px;

color: #ffffff;

margin-bottom: 15px;

}

.topCatsBgRight {

background-image: url(../styleImages/backgrounds/catBgRight.gif);

background-repeat: no-repeat;

background-position: right;

height: 42px;

}

.topCatsBgLeft {

float: left;

background-image: url(../styleImages/backgrounds/catBgLeft.gif);

background-repeat: no-repeat;

background-position: left;

height: 42px;

backup your file first

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...