Bungie.net Community
This topic has moved here: Subject: Theme help
  • Subject: Theme help
Subject: Theme help

This post provided by Halo Babies.

Hey all, I'm working on a seventh column theme and wondering if there's any way to turn on the animation for the tabs at the top of the page. Right now they're just set to different states but it would be great if they would change when I put the mouse over them. If you have any ideas go ahead and messege me, thanks!

  • 01.07.2005 4:37 AM PDT

Only Becausae I'm Awesome

Forum Tutorials --- WATCH THEM AND LEARN

Hey, it's Gruntsbane!

I dont' think there's anyway you can. Sorry.

[Edited on 1/7/2005 5:52:29 AM]

  • 01.07.2005 5:52 AM PDT
  • gamertag:
  • user homepage:
  • last post: 01.01.0001 12:00 AM PDT

Just save the source code of a Chapter's main page from the File menu (if you're using Internet Explorer, like you should) to your theme's folder, and then open the HTML document with Notepad, change the Group Home Files/Group.css to do_not_change.css, and Default/Bungie/ColumnWW/Mullins.css (near the Group.css) to styles.css. Then open the file, and you will be able to roll your mouse over the header nav image and get the desired effect.

  • 01.07.2005 10:24 AM PDT

This post provided by Halo Babies.

Thanks, Psyched. Took me a while to get it to work with Mozilla but that helped a lot.

  • 01.07.2005 3:23 PM PDT
  • gamertag:
  • user homepage:
  • last post: 01.01.0001 12:00 AM PDT

Really, all you'd have to do is to create a new html document in the theme folder, and use:

<link href="teststyles.css" rel="stylesheet" type="text/css">

<a class="rollover" href="http://www.bungie.net">
Home
</a>

Then create a new CSS document in the same folder, naming it teststyles.css, and filling it with:

a.rollover
{
background-image: url(images/HeaderNavBackgroundMouse.gif);
display: block;
width: 131px;
height: 27px;
}

a.rollover:link
{
background-position: 0px 0px;
}

a.rollover:visited
{
background-position: 0px 0px;
}

a.rollover:hover
{
background-position: 0px -27px;
}

Of course, that's just me being nerdy.

[Edited on 1/7/2005 4:02:22 PM]

  • 01.07.2005 3:36 PM PDT

(if you're using Internet Explorer, like you should)

WHAT? Rediculous. Sure, this site works best in IE, but personally I never use it unless I have to.

I can edit my css and view images correctly right in Firefox.

But don't take my word for it. I guess....

  • 01.07.2005 5:59 PM PDT

Posted by: AGDTinMan
(if you're using Internet Explorer, like you should)

WHAT? Rediculous. Sure, this site works best in IE, but personally I never use it unless I have to.

I can edit my css and view images correctly right in Firefox.

But don't take my word for it. I guess....

I can already hear the pitter-patter of tiny feet from the IE department coming down to beat you.

  • 01.07.2005 7:16 PM PDT
  • gamertag:
  • user homepage:
  • last post: 01.01.0001 12:00 AM PDT

Posted by: goweb
Posted by: AGDTinMan
(if you're using Internet Explorer, like you should)

WHAT? Rediculous. Sure, this site works best in IE, but personally I never use it unless I have to.

I can edit my css and view images correctly right in Firefox.

But don't take my word for it. I guess....

I can already hear the pitter-patter of tiny feet from the IE department coming down to beat you.


I imagine they've already severely reduced his pay.

  • 01.07.2005 7:27 PM PDT
  • gamertag:
  • user homepage:
  • last post: 01.01.0001 12:00 AM PDT

Posted by: AGDTinMan
But don't take my word for it. I guess....


Way ahead of you =)

  • 01.08.2005 12:13 AM PDT

This post provided by Halo Babies.

I
Posted by: AGDTinMan
(if you're using Internet Explorer, like you should)

WHAT? Rediculous. Sure, this site works best in IE, but personally I never use it unless I have to.

I can edit my css and view images correctly right in Firefox.

But don't take my word for it. I guess....

I've been using firefox too but the rightside navbar is moved a few pixels to the left and the bars tile for some reason. Of course, if I open it in IE it looks fine.

By the way, love the avatar. Yuck.

  • 01.08.2005 3:02 PM PDT
  • gamertag:
  • user homepage:
  • last post: 01.01.0001 12:00 AM PDT

Posted by: Psyched
(if you're using Internet Explorer, like you should)


Bad, Psyched, bad. >:(

After all the time I spent bashing IE in #cfounders....

  • 01.08.2005 4:44 PM PDT

Only Becausae I'm Awesome

Forum Tutorials --- WATCH THEM AND LEARN

hey, hey, hey... let's not start browser wars again.

  • 01.08.2005 7:36 PM PDT
  • gamertag:
  • user homepage:
  • last post: 01.01.0001 12:00 AM PDT

Posted by: littlerat
hey, hey, hey... let's not start browser wars again.


Yeah, we all know IE is teh roxx0rs, and nothing else stands a chance.

  • 01.09.2005 3:10 AM PDT

- Mike

Posted by: Psyched
Posted by: littlerat
hey, hey, hey... let's not start browser wars again.


Yeah, we all know IE is teh roxx0rs, and nothing else stands a chance.

Amen!

Also a question....
Why cant we change the forum "new Topic ,Previous topic, next topic" buttons backgrounds? Not the images themself but the backgrounds.

  • 01.09.2005 11:05 AM PDT
  • gamertag:
  • user homepage:
  • last post: 01.01.0001 12:00 AM PDT

Posted by: Psyched
Posted by: littlerat
hey, hey, hey... let's not start browser wars again.


Yeah, we all know IE is teh roxx0rs, and nothing else stands a chance.


It has waaaaaaaay too many glitches. Jeez, I tell something to move over 100 pixels, and it moves 200. I use Firefox all the time now.

  • 01.09.2005 1:57 PM PDT
  • gamertag:
  • user homepage:
  • last post: 01.01.0001 12:00 AM PDT

Posted by: Stickman Army
Posted by: Psyched
Posted by: littlerat
hey, hey, hey... let's not start browser wars again.


Yeah, we all know IE is teh roxx0rs, and nothing else stands a chance.


It has waaaaaaaay too many glitches. Jeez, I tell something to move over 100 pixels, and it moves 200. I use Firefox all the time now.


In my 6 or however many years of using IE, I'm yet to encounter one of these infamous bugs.

  • 01.09.2005 2:05 PM PDT
  • gamertag:
  • user homepage:
  • last post: 01.01.0001 12:00 AM PDT

Can't we all just agree that all browsers fall before the might of Avant?

  • 01.09.2005 2:14 PM PDT
  • gamertag:
  • user homepage:
  • last post: 01.01.0001 12:00 AM PDT

Posted by: Tanikaze
Can't we all just agree that all browsers fall before the might of Avant?


Mmm...nah.

  • 01.09.2005 2:34 PM PDT

=)

MSXL: The Last Honest Chapter

Posted by: AGDTinMan
(if you're using Internet Explorer, like you should)

WHAT? Rediculous. Sure, this site works best in IE, but personally I never use it unless I have to.

I can edit my css and view images correctly right in Firefox.

But don't take my word for it. I guess....


Oh man, I have had nothing but issues with Firefox and trying to read CSS! Until I can really see a big improvment, I am sticking with Explorer. I have never once had an issue with it.

  • 01.09.2005 9:15 PM PDT
  • gamertag:
  • user homepage:
  • last post: 01.01.0001 12:00 AM PDT

The only problems I have with firefox is that it will not display some for the forum color codes etc..

  • 01.10.2005 5:49 AM PDT