Re: [css-d] Hover effect doesn't cover the whole background

2012-04-07 Thread Olle Risberg
Ah, using this method it works! Thank you! Olle Date: Fri, 6 Apr 2012 22:06:22 +0200 From: k-r...@t-online.de To: css-d@lists.css-discuss.org Subject: Re: [css-d] Hover effect doesn't cover the whole background Hi Olle, instead of setting float: left; for the li elements, give them

[css-d] Hover effect doesn't cover the whole background

2012-04-06 Thread Olle Risberg
Hi! I'm using Wordpress to make a website and I'm stuck on this one. When hovering above an item in my navigation bar (Home, About etc), I get a nice hover effect, the background is lit up. However, it doesn't do this all the way down, there is a little space at the

Re: [css-d] Hover effect doesn't cover the whole background

2012-04-06 Thread Christian Kirchhoff privat
Hi Olle, when I change the rule: #access ul { display: inline-block; } to #access ul { display: block; } the gap disappers (tested only in Firefox). There might be side effects, so the consequences of such a change have to be considered. When the ul is an inline-block, it surrounds the

Re: [css-d] Hover effect doesn't cover the whole background

2012-04-06 Thread Olle Risberg
@lists.css-discuss.org Subject: Re: [css-d] Hover effect doesn't cover the whole background Hi Olle, when I change the rule: #access ul { display: inline-block; } to #access ul { display: block; } the gap disappers (tested only in Firefox). There might be side effects, so

Re: [css-d] Hover effect doesn't cover the whole background

2012-04-06 Thread Olle Risberg
the menu items? I've been trying to put auto-margins in every div I can think of but it doesn't seem to turn out as I'd like. Any clue, someone? Olle From: olle_risb...@hotmail.com To: css-d@lists.css-discuss.org Date: Fri, 6 Apr 2012 16:48:59 +0200 Subject: Re: [css-d] Hover effect doesn't

Re: [css-d] Hover effect doesn't cover the whole background

2012-04-06 Thread Christian Kirchhoff privat
To: css-d@lists.css-discuss.org Date: Fri, 6 Apr 2012 16:48:59 +0200 Subject: Re: [css-d] Hover effect doesn't cover the whole background Hi, thanks for your help and thorough explanation! :-) I managed to fix the problem in another way, by simply shrinking the bar a few pixels to get the hover

Re: [css-d] Hover effect doesn't cover the whole background

2012-04-06 Thread David Hucklesby
Am 06.04.2012 10:41, schrieb Olle Risberg: [...] I've tried to use Firebug to find relevant CSS-stuff but I can't find what to change. I'm currently using a Twenty Eleven childtheme I made/am making. You can see the site (which isn't at all finished, by the way) at

[css-d] Hover Effect on an Image Map

2010-10-15 Thread Dagmar Noll
Hi, folks. I am working on a site that includes some maps. One of them is a giant key map, an overview of a river section. There are 4 pages linked off of the kep map page with more detailed information for each section of the river. http://www.willimanticriver.org/recreation/paddling.html

Re: [css-d] Hover Effect on an Image Map

2010-10-15 Thread Jack Timmons
On Fri, Oct 15, 2010 at 2:09 PM, Dagmar Noll dag...@wincog.org wrote: What I'm discovering is that it's not, but I'm having trouble sorting out the best way to meet my goal without using Javascript and staying compatible. I am ok with older browsers not seeing the hover effect, so long as all

Re: [css-d] Hover Effect on an Image Map

2010-10-15 Thread tedd
At 3:09 PM -0400 10/15/10, Dagmar Noll wrote: Hi, folks. I am working on a site that includes some maps. One of them is a giant key map, an overview of a river section. There are 4 pages linked off of the kep map page with more detailed information for each section of the river.

Re: [css-d] hover effect

2008-04-30 Thread Nancy E. Sosna Bohm
From: Sarah Atkinson [EMAIL PROTECTED] I have two Classes and a hover effect on Class1. However when someone hovers on the item for class1 I want the effect to be to Class2 Is this possible and how? You can put, for instance: a href=http://whatever.com; class=class1

[css-d] hover effect

2008-04-29 Thread Sarah Atkinson
Ok say I have two Classes and a hover effect on Class1. However when someone hovers on the item for class1 I want the effect to be to Class2 Is this possible and how? No virus found in this outgoing message. Checked by AVG. Version: 7.5.524 / Virus Database: 269.23.6/1403 - Release Date:

Re: [css-d] hover effect

2008-04-29 Thread nancy
From: Sarah Atkinson [EMAIL PROTECTED] I have two Classes and a hover effect on Class1. However when someone hovers on the item for class1 I want the effect to be to Class2 Is this possible and how? You can put, for instance: a href=http://whatever.com; class=class1 class2whatever.com/a For

[css-d] Hover effect to input button in Internet Explorer

2007-08-24 Thread Shivanand Reddy Yerva
I am using a input button whose code is: input name=Input type=button value=Send my password class=buttonStyle / I have styled the buttons using the classes below: .buttonStyle{ font-family:Tahoma, Arial, verdana, sans-serif; font-size:11px; color:#fff; font-weight:normal;

Re: [css-d] Hover effect to input button in Internet Explorer

2007-08-24 Thread Rick Lecoat
On 24/8/07 (09:16) Shivanand said: I am using a input button whose code is: input name=Input type=button value=Send my password class=buttonStyle / I have styled the buttons using the classes below: .buttonStyle{ font-family:Tahoma, Arial, verdana, sans-serif; font-size:11px;