Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

3
votes
4answers
4k views

jQuery rollovers using multiple ids and classes

I'm building a photo gallery and what I would like to do is make it so that as the user rolls over an image (let's say for the purposes of this question it's a picture of an apple), all the other ...
2
votes
3answers
59 views

Link Inside <li> No Working

Pretty simple nut I'm trying to crack. I'm doing image rollovers with CSS only. When I plugged in my a href link, it just does not work. By not work I mean, it does not act like it's a link and as a ...
2
votes
3answers
199 views

CSS Image Rollovers

<div id="navigation> <ul class="navlist"> <li><img src="images/btn1.gif"/></li> <li><img src="images/btn2.gif"/></li> ...
1
vote
3answers
79 views

How to automatically highlight CSS rollovers

I'm a newcomer to HTML trying to develop a new site for my company. There's a prototype below. http://www.technomot.com/index_3.html I think it works OK but some of my more...er.. senior colleagues ...
1
vote
2answers
154 views

Link a JS rollover image

I have been trying to create a simple rollover image, and I have done so with CSS and JavaScript methods. However, I cannot get this image to link. In the CSS version (as viewed below), I was using ...
1
vote
1answer
90 views

jQuery rollover with some php

I'm trying to get some rollovers working using jQuery. The trouble is that the image source has to be got using some php code. If I do it inline like this with javascript it works: <a ...
1
vote
2answers
1k views

JQuery, how to apply the same mouseover effect to multiple divs with the same classes? help please?

i am new to jQuery and i am having some rollover issues, i am trying to apply the same "roll over" effect to multiple divs, and it seems to work, the only thing is when i roll over an element all of ...
1
vote
2answers
777 views

JSON as HTML data in Flex - Hyperlink Rollovers

I am using JSON to parse HTML data with customized html tags in Flex. Flex's support for HTML is pretty minimal, so I am wondering if it's possible to do a simple font color change rollover effect on ...
1
vote
1answer
112 views

Can someone please Help with this Jquery code

I have been trying to get this code to work for a while now and cannot figure out what is wrong. It is for a tri state rollover with images. (I know that I can do this with CSS so please do not answer ...
1
vote
1answer
636 views

Building Nav Bars with rollovers in DreamWeaver CS3

I'm working with Dreamweaver CS3. The question here is what part of the code (listed below) do I need to replicate to have my secondary nav bar utilize the on-click action? FYI...DW has two menu ...
0
votes
1answer
117 views

Internet Explorer 8 problems with CSS rollover

I've been trying to get this CSS rollover menu to work in Internet Explorer 8 for the last few days. It doesn't work. It doesn't even have an active link. Sometimes I can see the rollover image ...
0
votes
1answer
40 views

rollover image for form

Is it possible to have a rollover effect for an image and a form. I.e. I would like to have an image, which when the user hovers over, rolls away to reveal a form (like a login or sign up form). ...
0
votes
1answer
173 views

Lightbox opens but image doesn't show up

I'm trying to get my lightbox gallery to open up. Everything seems to work up to the point where the image should be showing up. The lightbox background fade is in place, but where the image normally ...
0
votes
1answer
44 views

bg block colour rollover

Hi im struggling to insert a rollover background colour behind a a menu on Wordpress. Im trying to achieve something like this yellow band on this site http://alecsoth.com/photography/ this is my css ...
0
votes
1answer
202 views

Navigation Rollovers with CSS and apply jQuery

I would like to know how would i create rollovers for my navigation bar, and also apply some JQuery to set the opacity 0 to 100 once the navigation has been hovered if that is possible. My navigation ...
0
votes
1answer
71 views

How do I make this mouseover effect? with hopefully jquery

For a perfumer's website I'm displaying a row of nine bottles on a shelf. It appears as one continuous photograph. I've cut it into nine seamless slices, each in its own table cell with its own id. ...
0
votes
4answers
2k views

as3 RollOver movieclip menu

I'm trying to do a bottom menu like in www.zara.com. My code have a transparent movieclip that shows the menu when mouse rolls over it, and hide when mouse rolls out. The menu appears over that ...
0
votes
1answer
396 views

Still having troube with jquery Image rollovers

Ok I am still having some issues with this code below. I have received some guidance from some SO users and I appreciate that. However, I am still perplexed with what I am doing wrong here. I have a ...
0
votes
2answers
1k views

jquery with on off and click state using images

Hi I am trying to do a tri state rollover using jquery. I want an on state off state and click state. I have to replicate a specific interface style and not using images in not an option. Below is ...
0
votes
2answers
401 views

Javascript help rollover is a rollover

I already started this in javascript so I don't want to use jquery but can somejavascript expert look at my code and tell me what I'm doing wrong and or right? Let me tell you what I am trying to ...