BusyBrandi
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Frisco for BuddyPress] Post NavigationThat worked Perfect!! Thanks a ton ??
Forum: Themes and Templates
In reply to: Rollover Image in headerForum: Themes and Templates
In reply to: Rollover Image in headerI have tried to create a header that when you hover over it the image is changed to something else. I put the following code into my style.css , but nothing happens. Could i please get some other suggestions. Thanks in advance!
[CSS moderated as per the Forum Rules. Please just post a link to your site.]
Forum: Themes and Templates
In reply to: Rollover Image in headerOh, i am sorry. Well then i am not sure what else i should ask. I will try somewhere else. Sorry, again.
Forum: Themes and Templates
In reply to: Rollover Image in headerI am using Blissful Blog Theme. I have noticed that there is some JQuery code in my header.php such as
<script type="text/javascript"> var $j = jQuery.noConflict(); $j(document).ready(function() { $j("ul.menu li:first").addClass("first"); });
Bust wasn’t exactly sure how or where to add a code to make the rollover happen. Would i need to add something like .rollover to my this
<div id="header"> <p id="title"><a>/"><img src="<?php header_image(); ?>" width="<?php echo HEADER_IMAGE_WIDTH; ?>" height="<?php echo HEADER_IMAGE_HEIGHT; ?>" alt="Header Image" /></a></p> </div>
I’m just not quite sure how to do it. Thanks.
[Please post code or markup snippets between backticks or use the code button.]
Forum: Themes and Templates
In reply to: Rollover Image in headerReally? ?? That’s odd. i have searched this forum up and down and i have seen so many similar posts but not one as specific i guess. I understand the basic markup, what i meant was i wasn’t sure if you need to use JQuery or if i could use CSS. Thanks anyways. Sorry for wasting your time.