Help Please!

  • Eagle75au
    Inactive member
  • Topic Author
  • New Member
  • New Member
More
11 years 5 months ago #31077 by Eagle75au
Help Please! was created by Eagle75au
Can someone please tell me how i can move a menu image up so that it is centre to the menu names! see screenshot

Thanks

Attachments:

Please Log in to join the conversation.

More
11 years 5 months ago #31083 by ivan.milic
Replied by ivan.milic on topic Help Please!
That is special sittuation so we need to check it live. Please send link

Please Log in to join the conversation.

  • Eagle75au
    Inactive member
  • Topic Author
  • New Member
  • New Member
More
11 years 5 months ago #31091 by Eagle75au

Please Log in to join the conversation.

More
11 years 5 months ago #31093 by ivan.milic
Replied by ivan.milic on topic Help Please!
In layout.css at bottom add:

.nav.menu > LI > a > IMG{
position:relative;
top:-20px;
}

you may adjust top:-20px;

Please Log in to join the conversation.

  • Eagle75au
    Inactive member
  • Topic Author
  • New Member
  • New Member
More
11 years 5 months ago #31094 by Eagle75au
Replied by Eagle75au on topic Help Please!
Thanks for your help!

Is it possible to remove the black background from the menu just for that single image? I would rather it not have a black background when someone hovers over it.

Thanks

Please Log in to join the conversation.

More
11 years 5 months ago #31101 by ivan.milic
Replied by ivan.milic on topic Help Please!
You can do that from template parameters if you use custom style. If you use pre-defined style you can edit styles/styleX.php where X is number of style. Also workaround could be : in template_css.php , find:

ul, #nav li:hover {
background: ....
}

and soround it with:

/*
ul, #nav li:hover {
background: ....
}
*/

Please Log in to join the conversation.

Time to create page: 0.094 seconds
Powered by Kunena Forum