vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   css underline color - not for avatars and co ? (https://vborg.vbsupport.ru/showthread.php?t=113588)

fatxy 04-20-2006 06:04 PM

css underline color - not for avatars and co ?
 
hello,
i changed the default body textdecoration hover css to
none; border-bottom:1px solid #FF0000

but now also avatars and the header logo picture has the underline, i searched and worked a bit but couldnt find the proper 'section' to add border-bottom:none

can anyone help?

KTBleeding 04-20-2006 08:59 PM

Quote:

Originally Posted by fatxy
hello,
i changed the default body textdecoration hover css to
none; border-bottom:1px solid #FF0000

but now also avatars and the header logo picture has the underline, i searched and worked a bit but couldnt find the proper 'section' to add border-bottom:none

can anyone help?

Not sure if I understood you correctly, but I believe if you add:
HTML Code:

img {
        border-bottom: 0px;
        }

to your css, that should do the trick.

fatxy 04-20-2006 09:28 PM

nah its cause of the images are link, like the new thread button

i thought there is a special class for that which i cant find, maybe im wrong and its not that easy to change

should be sth like this
a.no:hover { text-decoration:none; border-bottom:none }

Freesteyelz 04-20-2006 11:06 PM

You're globally setting the text-decoration:underline which will affect any link type. If you want the image links to appear without the underline I think you only need to set the <td> and <div> tags with that text-decoration. Then you can apply the text-decoration:none;border-bottom:none for your image links.

*Though, the default behavior of links is underlined. So if you keep the <body> at default and apply KTbleeding's code it should work.

fatxy 04-21-2006 08:45 AM

i tried it without success
img a:hover { text-decoration:none; border-bottom:none }

example for my prob: http://people.freenet.de/fatxyz/test.html

--> its not possible without classes, so is there any class for images in vb?


All times are GMT. The time now is 06:01 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.01044 seconds
  • Memory Usage 1,720KB
  • 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_html_printable
  • (1)bbcode_quote_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