vb.org Archive

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

gengar003 04-27-2003 04:17 PM

Quote:

Today at 06:16 PM Mist said this in Post #10
No drop the buttons....

It looks like they've just been plonked on there for no reason hehe :)

Also trying using neuropol for "The Anime Corner" text :)

- miSt


Lol, I forgot about Neuropol text, but I kinda like the buttons...

gengar003 04-27-2003 04:28 PM

1 Attachment(s)
Okay, Used neurpol for forum name, and I added a bevel... I personally think that it raises the banner just enough to fit in with the buttons... I added an adjustment layer, made them a little bluer. On rollover, they'd go back 2 silver, making them stand out...

gengar003 04-27-2003 09:24 PM

Ya gotta admit, the last one looked nice. Now, check out THIS one:

The Best Yet

However, I'd prefer to have used javascript to put a blue filter on the buttons, then take it off on mouseover, but I don't know how... help?

Dean C 04-28-2003 12:53 PM

Well the neuropol font makes it look far better but i don't like the bevel or the buttons - there's no need for them realy :)

Also never use imageready to do the html code. Just use the slices it makes as the html in that example is SO shabby. Unquoted attributes and rowspan and colspan should never be used as they are highly uncompatible with certain browsers etc :)

- miSt

- miSt

Xenon 04-28-2003 03:18 PM

Hmm, i like the logo, nice buttons i think

Genocide 04-29-2003 01:44 AM

Yo... how in the hell do you get those buttons to light up... is there a mod for that... please tell me

gengar003 04-29-2003 11:27 AM

Lol, It uses javascript, which i could post here, but do you have imageready? Probly not, or you'd have known this, anyway, here's the code...


Code:

<a href="javascript://"

onMouseOut="document.images.pic1.src='http://pgsforum.com/vb/images/0stars.gif'"

change the "http://pgsforum.com/vb/images/0stars.gif" to the url of whatever the image will loook like normally.

also, change the "Javascript://" to the Url of the page you want the button to link to.

Code:

onMouseOver="document.images.pic1.src='http://pgsforum.com/vb/images/5stars.gif'">


this time, change the url of the image to the "over" state. (what it looks like when they put the pointer on it.

Code:

  <img src="http://pgsforum.com/vb/images/0stars.gif" name="pic1" border=0">
change the image src to whatever your pic would normally be.

and when you put it all together, you get:

Code:


<a href="javascript://"onMouseOut="document.images.pic1.src='http://pgsforum.com/vb/images/0stars.gif'"
onMouseOver="document.images.pic1.src='http://pgsforum.com/vb/images/5stars.gif'">  <img src="http://

pgsforum.com/vb/images/0stars.gif" name="pic1" border=0">

DEMO: http://pgsforum.com/rollover.html

Note that this in in HTML code.

Also, you will want to put this code between the <head> </head> tags on your page, and may also want to put the code like this:

<head>
<script language="javascript">

// the code....

</script>
</head>

Hope that helped!

Genocide 05-05-2003 01:58 AM

Yeah I have image ready 7.0
but how exactly do you get buttons to light up on that?
I can make it animate and stuff but I dont know how to use java on it

gengar003 05-05-2003 11:21 AM

I'll PM you.

Dean C 05-05-2003 03:13 PM

I wrote a template mod for this ;)

vBrollovers :)

- miSt


All times are GMT. The time now is 04:28 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.01251 seconds
  • Memory Usage 1,739KB
  • 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
  • (4)bbcode_code_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete