Navigation Button mouseover code for HTML page
3 posters
Page 1 of 1
Navigation Button mouseover code for HTML page
On these codes below you can see the Navigation Button mouseover code for the Home button, but what do you use for an HTML page?
For your Home or Index nav button you use this:
_index
But what do you use for an HTML page?
Static Image:
Mouseover Image:
For your Home or Index nav button you use this:
_index
But what do you use for an HTML page?
Static Image:
- Code:
#i_icon_mini_index {
background-image: url('IMAGE LINK GOES HERE');
width: XYpx;
height: XYpx;
}
Mouseover Image:
- Code:
#i_icon_mini_index:hover {
background-image: url('IMAGE HOVER LINK GOES HERE');
width: XYpx;
height: XYpx;
}
Last edited by runawayhorses on July 17th 2012, 11:52 pm; edited 1 time in total
Re: Navigation Button mouseover code for HTML page
Do you mean with buttons you add yourself?
You give them a classname or ID and use that.
You give them a classname or ID and use that.
LGforum- Hyperactive
- Posts : 2265
Reputation : 264
Language : English
Location : UK
Re: Navigation Button mouseover code for HTML page
Topic Solved & Locked |
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Similar topics
» HTML Page code on one line.
» Spoiler Code for a HTML page
» HTML Page Wrap Code
» Issues with HTML into page code
» Html page with a button to post a new thread.
» Spoiler Code for a HTML page
» HTML Page Wrap Code
» Issues with HTML into page code
» Html page with a button to post a new thread.
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum