|
|
My problem is that the bitebackimage is not showing in my scrolling tabs..
Return to Recent Questions
Q:
I am trying to use the following horizontal scrolling tabs:
http://deluxe-tabs.com/file/templates/deluxe-tabs-style-3.html
My problem is that the bitebackimage is not showing as you can see in the example below.
All the left and right side images appear, but not the repeating
button background. All the images are in the same directory and have
the same URL to point to them.
Any ideas on what the problem might be?
Any style tab menu that I use produces the same results.
A:
The reason is in your styles. Now you have in style.css file:
TABLE {
FONT-SIZE: 10pt; BACKGROUND-REPEAT: no-repeat; FONT-FAMILY: Arial,Helvetica,sans-serif
}
TR {
FONT-SIZE: 10pt; BACKGROUND-REPEAT: no-repeat; FONT-FAMILY: Arial,Helvetica,sans-serif
}
TD {
FONT-SIZE: 10pt; BACKGROUND-REPEAT: no-repeat; FONT-FAMILY: Arial,Helvetica,sans-serif
}
You should write:
TABLE {
FONT-SIZE: 10pt; FONT-FAMILY: Arial,Helvetica,sans-serif
}
TR {
FONT-SIZE: 10pt; FONT-FAMILY: Arial,Helvetica,sans-serif
}
TD {
FONT-SIZE: 10pt; FONT-FAMILY: Arial,Helvetica,sans-serif
}
Try that.
Return to Recent Questions
Related:
- Oct 27, 2006 - In IE 6.0 and Firefox 1.5.0.4, the submenus of my dhtml dropdown menu are not visible
- Oct 31, 2006 - Java script executes when the link is clicked it is not the html drop down link itself.
- Nov 21, 2006 - How are this javascript scrolling menu compatible with Frontpage 2003?
- Dec 08, 2006 - I created a custom error page for a site, but the Menu JavaScript would not display.
- Jan 04, 2007 - My horizontal submenu is not display at the good position with Firefox.
- Jan 31, 2007 - I tried to create the html version of the rollover menus. It is still not working.
- Feb 22, 2007 - My javascript menu horizontal software is not recognizing the arabic text
- March 23, 2007 - Why there is not this easy drop down menus with sound?
- May 07, 2007 - Submenus of the menu drop down vertical disappears not fast enough.
- May 08, 2007 - My javascript menu html is fixed like a rock. It does not float.
- May 15, 2007 - I am getting a Javascript error, when accessing any of the javascript menus.
|