Welcome to Geeklog, Anonymous Monday, December 23 2024 @ 06:37 pm EST
Geeklog Forums
How to insert an arrow on the upper menu?
Status: offline
kreative
Forum User
Chatty
Registered: 08/15/04
Posts: 53
Location:Verona, Italy
Hello,
how can I insert an arrow on the upper menu , when I go over a link with the mouse, like in Axonz site? (you can check here: www.axonz.com )
Is there a style or something else?
Thanks a lot!
how can I insert an arrow on the upper menu , when I go over a link with the mouse, like in Axonz site? (you can check here: www.axonz.com )
Is there a style or something else?
Thanks a lot!
5
6
Quote
kreative
Anonymous
My God, it's difficult to be understood
OK, there is a style to insert this arrow.
The question is (another time): HOW HOW HOW HOW TO insert this arrow? WHAT I HAVE TO WRITE IN THE STYLE? What's the SYNTAX OF THE STYLE to insert this arrow?
My problem is HOW TO WRITE in the style to make it appear, nothing else...
OK, there is a style to insert this arrow.
The question is (another time): HOW HOW HOW HOW TO insert this arrow? WHAT I HAVE TO WRITE IN THE STYLE? What's the SYNTAX OF THE STYLE to insert this arrow?
My problem is HOW TO WRITE in the style to make it appear, nothing else...
5
6
Quote
Me !
Anonymous
Hey..kreative... Don't shout at people 'cause you'll have to find out yourself !
People are gonna tell you what to do with the arrow not how to insert it on your page.
People are gonna tell you what to do with the arrow not how to insert it on your page.
4
5
Quote
kreative
Anonymous
Thanks for your support
5
5
Quote
Status: offline
Robin
Forum User
Full Member
Registered: 02/15/02
Posts: 725
Quote by kreative:My problem is HOW TO WRITE in the style to make it appear, nothing else...
And my problem is that I didn't write the css code therefore I can't tell you what the code is (although I am looking at it)
I can't tell you how to get this code because it hasn't been released yet although you can get it yourself easily.
I know it may look to you like a bit of a puzzle but if you don't want to wait for official release of the theme you hve to figure out how to get the style.css responsible for the intriguing arrows.
Good luck
Geeklog Polish Support Team
3
7
Quote
The Code
Anonymous
And my problem is that I didn't write the css code therefore I can't tell you what the code is (although I am looking at it)
I can't tell you how to get this code because it hasn't been released yet although you can get it yourself easily.
CSS
Text Formatted Code
a (line 49)
{
color: rgb(51, 124, 186);
text-decoration: none;
}
a:hover (line 54)
{
color: rgb(255, 204, 0);
text-decoration: none;
}
.boption:hover a (line 545)
{
color: rgb(255, 204, 0);
}
HTML
Text Formatted Code
<div class="block">
<div class="blocktitle">Axonz Sections:</div> <div class="boption-off">Home </div>
<div class="boption" onclick="window.location.href='http://www.axonz.com/index.php?topic=General'"><a href="http://www.axonz.com/index.php?topic=General">General News (23/0)</a></div>
5
3
Quote
blah
Anonymous
Although that bit of code will make the links on the left, the arrow effect you want to steal uses this css:
color: #FFCC00;
background-image: url(images/arrow-down-yellow.gif);
background-repeat: no-repeat;
background-position: 50% -3px;
}
and this html:
All you have to do to find out is open the style sheet.
Text Formatted Code
.header-links a:hover {color: #FFCC00;
background-image: url(images/arrow-down-yellow.gif);
background-repeat: no-repeat;
background-position: 50% -3px;
}
and this html:
Text Formatted Code
<td class="header-links" colspan="2">All you have to do to find out is open the style sheet.
4
9
Quote
Status: offline
Robin
Forum User
Full Member
Registered: 02/15/02
Posts: 725
Looks like a friend in need is a friend indeed, pity he's anonymous
Although it's so easy to get the desired css code, before anyone uses it go and ask @ axonz.com for permission so noone will have to use words like [Quote by: blah] steal [/quote]
Geeklog Polish Support Team
Although it's so easy to get the desired css code, before anyone uses it go and ask @ axonz.com for permission so noone will have to use words like [Quote by: blah] steal [/quote]
Geeklog Polish Support Team
7
5
Quote
All times are EST. The time is now 06:37 pm.
- Normal Topic
- Sticky Topic
- Locked Topic
- New Post
- Sticky Topic W/ New Post
- Locked Topic W/ New Post
- View Anonymous Posts
- Able to post
- Filtered HTML Allowed
- Censored Content