1
vote
2answers
33 views

How to change parent style by child :hover action in LESS

I have this LESS setup: .wrapper { .parent { height: 100px; .children { //some style; &:hover { .parent & { height: ...
3
votes
2answers
50 views

Cancel CSS hover behavior with jQuery

The website I work on has a navigation menu (a CSS-formatted unordered list) with sub-menus for some of the categories (children unordered lists). This CSS rule hides a submenu unordered list: ...
0
votes
1answer
21 views

prevent a pseudo element from triggering hover?

If I have markup: <div class="a b"></div> where the .a class has a hover class associated with it and the .b class has a pseudo element associated with it... like so: div { width: ...
0
votes
3answers
27 views

Css help? Images on hover

Hey guys i need help with some css i have some images that expand when i hover over them but it pushes everything away at the same time <style> .box { width: 750px; height: ...
-2
votes
1answer
21 views

Menu links are not working when clicked

Please take a look at a site I am developing at: http://zugoil.com/ The main menu links at the top of the page aren't working, you can see you will hover over them fine with the anchor hand ...
0
votes
0answers
31 views

Third-level dropdown in menu disappears when hovering over

My third-level dropdown menu seems to be disappearing or repositioning somehow when attempting to hover over it. It's making it impossible to select those pages. I don't have any styling for the hover ...
0
votes
0answers
43 views

How to solve hover function issue?

guys, the problem is that when I open bottom section an bring cursor up the first section is opening correctly. But! when I move cursor down on the border between two sections they are closing. Hope U ...
0
votes
2answers
37 views

3 divs — two are changed by one hover css

I have 3 divs in this order 1 - 2 - 3 I want to change the background of 1 & 3 when I hover over 2 (using css) so far only div 3 will change
0
votes
1answer
36 views

Change multiple background-images with jQuery

In my css page, i have this as code: header { background:url('afbeeldingen/r.png'),url('Afbeeldingen/black.jpg'); background-position: 50% 33%, left top; background-repeat: no-repeat, ...
0
votes
0answers
50 views

CSS menu hover with 3 images

I have to hover effect for a menu. Please see the image for reference. All menu items are of different size. The hover has shades it it. More black on left, less black on right while center is ...
0
votes
1answer
33 views

Border-radius and :hover state area issue

I'm looking everywhere to answer this question but nowhere can I find anything about it. Can anyone tell me whether we can affect the area which received the item hover border-radius property. So that ...
-1
votes
5answers
57 views

Best way to make hovering over one <a> element affect another?

Code: My Code: <a class="image_is_displayed_using_this"></a> - This is the image <a class="text_with_it">Text here</a> - This is the text that should change color if above ...
0
votes
5answers
29 views

Trying to get a whole table row to highlight on mouseover

I have a gradient row in a table, and I would like to change the gradient of the entire row when the mouse is over any cell in that row. As far as I've been able to read, the CSS I'm using now should ...
0
votes
2answers
44 views

:hover not working to show another image

I have 2 images, initially i display the small image, but i move the big image out of the screen using CSS. But on hovering over the small image, i'm trying to bring the bigger image back onto the ...
0
votes
1answer
40 views

How to make objects appear when hovering over image

I have a problem. I'm trying to edit my code in Wordpress and running into a problem. I want to make objects (left/right navigation) appear when hovering over the slider image. See website here: ...
0
votes
4answers
54 views

CSS styling - title color on mouse hover

Someone can help me with this css code for Joomla 2.5 extension - RSS news title slider. It has very poor css styling - #RSS-SHOW-SETTING1 p { width:100%; vertical-align:middle; ...
0
votes
2answers
40 views

CSS3 hover on nested divs

I have mutlilevel nested divs. Each div has a span in it. <div> <span>AA</span> <div> <span>BB</span> <div> ...
0
votes
1answer
30 views

Google Chrome does not resize content when toggling overflow property

I have a div#pane element with overflow:hidden in regular state, overflow: auto in the 'hover' state. Inside that div there is a div.content element. When div#pane gets hovered, div.content is ...
-6
votes
1answer
30 views

How to show tags on tumblr when you hover over a picture? [closed]

I got this new theme (http://soeststhemes.tumblr.com/casual) but unfortunately it doesn't show the tags. I'd like to show the tags when you hover over an image, does anyone know how to do it on html? ...
0
votes
1answer
80 views

Cons of MouseOver for webpages

So I am currently creating a "button" with multiple images within it like a slideshow and whenever I MouseOver it, the image changes to another image. However whenever the slideshow image changes, ...
1
vote
0answers
35 views

Weebly Navigation - Parent Menu Item Stays in hover when mouse on child item

So, I am a beginner on CSS and HTML, and I am trying from the past hour for this to work, but it just wont! So I want the parent menu item to stay hovered when mouse goes over the child of that ...
0
votes
1answer
47 views

Why do I lose css hover functionality on menu items after changing attributes with jquery?

I have a navigation menu which link css attributes I modify when clicking them. Also when I click on anything but the links they're css properties change as they should. But before initiating the ...
0
votes
2answers
66 views

Navigation - image on a:hover and a:selected

I'm trying to add a "folder" (don't know what to call it) behind the items I hover on in my navigation menu and also stays there on the selected page. You can see the image here: But since this ...
1
vote
1answer
66 views

Super fish hover on page load

Hi I am using jquery superfish and I need active(hover) first menu item on page load but on hover another menu item cancel that hover on first item. Any suggestion? This is html code for menu <ul ...
0
votes
3answers
31 views

Change other list items' CSS when hovering an item

How to change the other items' CSS when hovering a list item? I mean, when i hover Item 1 i want the others to have, lets say, lover opacity to make an highlight effect. I'd prefer pure css but if ...
2
votes
5answers
62 views

Display image left of href hover

So i've got wall of text with links, when hovering over the href it should display a image on the exact same line and always on the left of the full text, so not next to the link itself (meaning ...
-5
votes
1answer
54 views

Remove hover effect after click but not the property [closed]

I am using Javascript not jquery . I made menu by referring to this tutorial: http://line25.com/tutorials/how-to-create-a-pure-css-dropdown-menu Now when I click on any menu item the menu must ...
1
vote
1answer
32 views

How to display a div while another div is hovered with position: fixed?

I have three divs, one hidden: Parent Message (hidden) Image I need to display Message when Image is hovered. That's usually a simple job, but I think the problem arises at the positioning of ...
0
votes
1answer
34 views

How to create a roll-over effect for two divs at once in CSS

I'm working on a website - being very new to html and css, and I have a problem. You'll find my work in progress here: http://users.telenet.be/blijvendvertrek/default.htm. Now I want to add an ...
1
vote
2answers
41 views

Hover over one one div element to display 2 div child elements

Here is my piece of code: <div class="print"> <a href="#"><img src="images/icons/185-printer.png" width="18" height="18" alt="printicon"/</a> <div ...
-2
votes
1answer
24 views

Span class will not allow me to add a hover when after an image, inside a link in an li

I am trying to get my span text to have a hover effect, but it does not seem to be allowing me to. Here is the HTML: <span class="FooterTitles">Dealer Social</span> <ul ...
-1
votes
1answer
38 views

css :hover on ul li, don't do that hover on ul li.dont-hover but not with override

I am wondering if the following is possible, couldn't find it while searching for it the last half hour so here it is. i got a unordered list <ul> <li class="head">Day 1</li> ...
1
vote
2answers
45 views

submenu disappears on hover [closed]

My website's submenu disappears on hover. I am pretty sure it's in header.php. Here's the code with the code that I think relates to this (see: ): <!DOCTYPE html> <!--[if lt IE 7 ...
0
votes
2answers
64 views

css hover image position change

I'm certain it's something super stupid, but I've been stuck for a while, now... So, I have images on a website, and I'd like them to move slightly on hover. So I have in the HTML: <a ...
0
votes
2answers
90 views

How to add a semi transparent box over background image but under text inside div?

This is what I currently have: <div class="square"> <div id="wrapper"> <h2>Text</h2> <h3>Text</h3> </div> </div> .square { ...
2
votes
1answer
35 views

CSS: Active act as hover?

When using tab to navigate my site, is there a way to make an active link act as if the mouse is hovering over it? I have several sub-stylesheets for different colors and a master one for things such ...
-1
votes
0answers
87 views

Text hover over image. Responsive issues [closed]

I would really appreciate if anyone could help me out to write CSS/HTML code. (I have described everything in couple screenshots below) Website is here
0
votes
1answer
27 views

Border-bottom issue (expanding downwards on hover)

I'm working on a navigation, and I can't seem to figure out how to make the bottom border increase in size upwards, instead of expanding downwards (which in turn extends my header a few pixels), I ...
0
votes
4answers
69 views

CSS and Javascript: Function to change color effects hover style

I have an element where I set a text color and a different text color for the hover state in the CSS. I have some javascript so that when I click the element, it changes the text color of the element. ...
0
votes
2answers
32 views

html/css adding an image for every for every listitem in my menu

I have a listmenu (buttons) and I want to add a small image onto the button in front of every listitem text (link1,2,3,4) with a padding-left of 5 pixels, it should also stay when I hover with my ...
2
votes
4answers
386 views

PHP: Add hover effect to image

I am working on a PHP file. I'm working on the menu bar, the menu bar are all image buttons, if someone hovers on one of the buttons I want them to change image(color). Could someone help me out with ...
2
votes
1answer
42 views

jquery hover list background

Okay what I'm trying to do is have a hover to have no background except for the <a> which does have a background during hover. What I have if you look carefully, background is transparent black ...
1
vote
2answers
49 views

Navigation Drop-Down Toggle Issues with Bootstrap

I recently had my Wordpress site's homepage redesigned at www.seosherpas.com. That was designed on a theme that uses Bootstrap. It is implemented on Thesis by taking the code of the customized site, ...
0
votes
2answers
60 views

Hover effect won't trigger underlying elements?

I've got overlapping elements (images, to be precise) and I need them all to activate their respective hover effects if hovered over, even if they are not on top. I feel like this should be pretty ...
0
votes
3answers
50 views

Why does the CSS hover function work for the “.Footer” and not for the “.Left”? Please help me

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta ...
1
vote
4answers
75 views

how do I modify a :hover style using JavaScript / jQuery?

I have a :hover style definition declared in the CSS stylesheet file: .myclass:hover { border-color: red; background-image: url('http://goo.gl/zdLfy'); } Now, under given conditions, I want ...
1
vote
3answers
99 views

Hover effect with jQuery to affect container div

I have the following jQuery Demo: http://jsfiddle.net/FTERP/ Currently when I hover over the blue box, the img inside steve div fades out. Is it possible that when I hover over the blue box('john'), ...
0
votes
2answers
30 views

Icon with overhead label - how to get both to respond to hover, with CSS?

I've looked everywhere for a solution to this so I don't really expect it to be simple. I want to display an icon with an overhead text label. I'd like the text to respond to hover, whether the ...
0
votes
1answer
22 views

My hover menu Displays behind my banner [closed]

Basically I purchased an animated banner that is supported by all browsers and even turns into a 2d transitions when on older browsers. Got it updated and running on my site but now for some reason ...
1
vote
2answers
21 views

hover value on menu has color that shouldn't be there - can't find on css

I've created this site: www.citysafe.org.uk (not ready yet...) I'm trying to work out why the hover on the menu's drop downs appears black. I've done everything I can to get rid of any black on the ...

1 2 3 4 5 28