vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Member Archives (https://vborg.vbsupport.ru/forumdisplay.php?f=202)
-   -   CSS Boxes (https://vborg.vbsupport.ru/showthread.php?t=57294)

SmEdD 09-21-2003 09:35 PM

CSS Boxes
 
Ok this is my code and I want to drop the under line when it's not in a hover state.

In a hover state there is no underline which I want but non hover state will not work!

Code:

a.mainmenu {
        border: 1px solid #172432;
        border-left-width: 0px;
        border-right-width: 0px;
        color: #C0C9D9;
        display: block;
        font: 10px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
        font-weight: bold;
        padding-left: 2px;
        width: 100%;
        text-decoration: none;
}

a.mainmenu:hover {
        background-color: #4D98C1;
        border: 1px solid #4DABDE;
        border-left-width: 0px;
        border-right-width: 0px;
        color: #FFFFFF;
        text-decoration: none;
}


Dean C 09-22-2003 10:07 AM

This is a template issue - nothing to do with php or mysql ;)

Moved

SmEdD 09-22-2003 11:47 AM

It dosn't state on any forum Template Help ;)

Dean C 09-22-2003 03:39 PM

Grrr i hate these new code boxes - i'll just post it in bold. If i picked up on what you were saying then use this:


a.mainmenu {
border: 1px solid #172432;
border-left-width: 0px;
border-right-width: 0px;
color: #C0C9D9;
display: block;
font: 10px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
font-weight: bold;
padding-left: 2px;
width: 100%;
text-decoration: none;
}

a.mainmenu:hover {
background-color: #4D98C1;
border: 1px solid #4DABDE;
border-left-width: 0px;
border-right-width: 0px;
color: #FFFFFF;
text-decoration: underline;
}


Btw you need to add the active, visited one's too (there's one more too which i'm just to lazy to dig out from my memory ;))

SmEdD 09-23-2003 11:58 PM

Ya the mainmenu one still under lines tho text-decoration is none


All times are GMT. The time now is 07:00 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.00957 seconds
  • Memory Usage 1,715KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_code_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (5)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete