Quote:
Originally Posted by jonlar
Yapp. Thanks. works well now. But still have a problem here
2 are underlined rest not.... Default is just mouseover is underlined?!
and i would like also to know how i get rid of the "always underlined" navbar. Thank you
|
Humm... All links must be underlined. Styles & Templates >> Styles Manager >> Main CSS >> Class "tfoot" : you must have "underline" into Text Decoration field, for Normal Links, Visited Links and Hover Links.
2nd request:
Styles & Templates >> Styles Manager >> Main CSS >> In the first field of "Additional CSS Definition" (at the bottom of the page), find:
HTML Code:
.vbmenu_dark .vbmenu_control a:link, .vbmenu_dark .vbmenu_control_alink
{
color: #FFFFFF;
text-decoration: underline;
}
.vbmenu_dark .vbmenu_control a:visited, .vbmenu_dark .vbmenu_control_avisited
{
color: #FFFFFF;
text-decoration: underline;
}
Replace by:
HTML Code:
.vbmenu_dark .vbmenu_control a:link, .vbmenu_dark .vbmenu_control_alink
{
color: #FFFFFF;
text-decoration: none;
}
.vbmenu_dark .vbmenu_control a:visited, .vbmenu_dark .vbmenu_control_avisited
{
color: #FFFFFF;
text-decoration: none;
}
Quote:
Originally Posted by kruzzen
|
Some images are not uploaded.
Check if all the images were imported.