<image border="0" id='button377' width="90" height="25" src="http://static1.grsites.com/user/folders/ltoney77/r2250674/button71176413.jpg" = 'document.getElementById("button377").src = "http://static1.grsites.com/user/folders/ltoney77/r2250674/button88428407.jpg"' = 'document.getElementById("button377").src = "http://static1.grsites.com/user/folders/ltoney77/r2250674/button71176413.jpg"'>
The problem i have is where can i input this much text, for now i just right clicked the properties and pasted the url to get the images to appear, it seems to work but i dont get the mouse over effect i put in. can anyone help me understand this, im sure there is a way to do this.
Selected tab (SelectedTab)Selected tab mouseover (SelectedTabMo)Unselected tab (UnSelectedTab)Unselected tab mouseover (UnSelectedTabMo)
td.Tab a:hover { background: #ffff00; border: #ffff00 1px solid;}
Tabs 150px wide (click me) .TabBar { background: transparent; border: 0; margin: 0 auto; padding: 0; width: 100px; } .SelectedTab a { color: #ffffff !important; } .UnSelectedTabMo a { color: #ffcc00 !important; } .SelectedTab, .UnSelectedTab, .UnSelectedTabMo { color: #ffffff; background: url(http://i259.photobucket.com/albums/hh311/hotwow/themes/styles/wowbutton1.gif) no-repeat; font-weight: bold; text-align: center; height: 42px; width: 150px; padding: 14px 0 0 0; border: 0px; } .SelectedTab { background-position: left top; } .UnSelectedTab { background-position: left -42px; } .UnSelectedTabMo { background-position: left bottom; } /* html>body added for non-IE styling */ html>body .SelectedTab, html>body .UnSelectedTab, html>body .UnSelectedTabMo { height: 28px; Tabs 125px wide (click me) .TabBar { background: transparent; border: 0; margin: 0 auto; padding: 0; width: 100px; } .SelectedTab a { color: #ffffff !important; } .UnSelectedTabMo a { color: #ffcc00 !important; } .SelectedTab, .UnSelectedTab, .UnSelectedTabMo { color: #ffffff; background: url(http://i201.photobucket.com/albums/aa236/Mottie1/testsite/tabs/wowbutton1x.gif) no-repeat; font-weight: bold; text-align: center; height: 42px; width: 125px; padding: 14px 0 0 0; border: 0px; } .SelectedTab { background-position: left top; } .UnSelectedTab { background-position: left -42px; } .UnSelectedTabMo { background-position: left bottom; } /* html>body added for non-IE styling */ html>body .SelectedTab, html>body .UnSelectedTab, html>body .UnSelectedTabMo { height: 28px; } Tabs 100px wide (click me) .TabBar { background: transparent; border: 0; margin: 0 auto; padding: 0; width: 100px; } .SelectedTab a { color: #ffffff !important; } .UnSelectedTabMo a { color: #ffcc00 !important; } .SelectedTab, .UnSelectedTab, .UnSelectedTabMo { color: #ffffff; background: url(http://i201.photobucket.com/albums/aa236/Mottie1/testsite/tabs/wowbutton2-1.gif) no-repeat; font-weight: bold; text-align: center; height: 41px; width: 100px; padding: 13px 0 0 0; border: 0px; } .SelectedTab { background-position: left top; } .UnSelectedTab { background-position: left -41px; } .UnSelectedTabMo { background-position: left bottom; } /* html>body added for non-IE styling */ html>body .SelectedTab, html>body .UnSelectedTab, html>body .UnSelectedTabMo { height: 28px; }
* Note: Follow these instructions, if you decide to use a different set of images:
1. Add the tab images as you would normally do.
Control Panel > Styles & Colors > Tab Bar Styles > Horizontal Tab Bar
then Style & Colors > Tab Images
Add the URL of your images here and then save
2. Now add this to your CSS (Styles & Colors > Custom StyleSheet)
Add the "table.TabBar" if you want your buttons all scrunched together. Add the other two for the hover effect to work. Change the green text below to change your non-hover (333333 = dark grey) and hover (0000aa = blue) colors.
table.TabBar { border: 0; margin: 0 auto; padding: 0; width:100px;}td.Tab a img { background: #333333;}td.Tab a:hover img { background: #0000aa;}