vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=15)
-   -   non-vB HTML question (https://vborg.vbsupport.ru/showthread.php?t=202043)

dismas 01-16-2009 08:52 PM

non-vB HTML question
 
I'm trying to trouble shoot something for someone and I can't see where the problem is. Could someone look at this page and tell me why the bottom "Wildlife" button isn't showing up until you roll over it with your mouse?

Here's the CSS for that page:
Code:

#naturallightgallerybutton a:hover  {
  background-position: -622px 0%;
}

#studiolightgallerybutton a:hover  {
  background-position: -595px 0%;
}

#wildlifegallerybutton a:hover  {
  background-position: -572px 0%;
}

#studiolightgallerybutton a  {
  background: url(sg_gallery_media/studiolightgallerybutton.jpg) no-repeat 0% 0px;
  display: block;
  height: 369px;
  width: 595px;
  font-size: 369px;
  line-height: 369px;
}

#naturallightgallerybutton  {
  visibility: visible;
  position: absolute;
  left: 63px;
  top: 674px;
  z-index: 3;
  width: 622px;
  height: 358px;
}

#studiolightgallerybutton  {
  visibility: visible;
  position: absolute;
  left: 70px;
  top: 271px;
  z-index: 3;
  width: 595px;
  height: 369px;
}

#wildlifegallerybutton  {
  visibility: visible;
  position: absolute;
  left: 69px;
  top: 1066px;
  z-index: 3;
  width: 572px;
  height: 358px;
}

thanks!

nexialys 01-16-2009 09:04 PM

simply missing the image...

join your CSS until the work is done, you will see your errors more easily. join your block of statements in the same place, so you see what is missing and what not...

Guest190829 01-16-2009 09:08 PM

Moved to Programming Discussions Forum.


All times are GMT. The time now is 09:55 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,714KB
  • 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
  • (3)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