Jump to content

[LEARNER] Skin Help


Guest Jordan06

Recommended Posts

Guest Jordan06

G'day All,

Today I decided to make a skin for CubeCart and I have run into a bit of trouble. Ok here is the problem:

As you can see in the sshot I have modified the navigation menu under the banner area. I done the right side fine and the centre background, but why won't the left do the same, so I can have rounded corners. I look in every template file, and in the css files and could not find anything that could be related to the problem. I would really appreciate any help given. ;)

Link to comment
Share on other sites

The nav bar in Killer skin is an image that is called in layout.css.

It looks like this:

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

Make sure you have this in layout.css

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...