Re: [WSG] CSS foul-up in IE. Trying to implement Myers pure css pop-up code

2005-12-14 Thread morten fjellman
I would just like to share the solution to my problem.div#menu a:hover {border-right:0;}I do not understand why this makes IE show the hover text, but it does so I guess I'm happy. If anyone knows why it works please let me now. Otherwise just tuck it into the IE is weird category for future reference.
RegardsMorten FjellmanOn 12/12/05, morten fjellman [EMAIL PROTECTED] wrote:
Sorry for the late reply. I have removed the pipe seperators, but there is still no text showing in IE. The other problem is off course gone.
Any ideas?Regards Morten Fjellman
On 12/11/05, Joshua Street [EMAIL PROTECTED] wrote:

Can you possibly ditch the un-semantic pipe separators (|) and justuse border-right:1px solid #000; on the li elements? That wouldprobably help...Josh**
The discussion list forhttp://webstandardsgroup.org/ See 
http://webstandardsgroup.org/mail/guidelines.cfm
 for some hints on posting to the list  getting help**




Re: [WSG] CSS foul-up in IE. Trying to implement Myers pure css pop-up code

2005-12-14 Thread Gunlaug Sørtun

morten fjellman wrote:

I would just like to share the solution to my problem.

div#menu a:hover { border-right:0; }

I do not understand why this makes IE show the hover text, but it 
does so I guess I'm happy. If anyone knows why it works please let me
 now. Otherwise just tuck it into the IE is weird category for 
future reference.


IE/win need /something/ to change on :hover for it to re-render and
release pop-ups. It has nothing to do with the link's content,
only the container - the link itself.

So even the slightest change of background, background-position, borders
and so on will make IE/win react. If there's no change at all for the
link-container, then IE/win will stay passive.

regards
Georg
--
http://www.gunlaug.no
**
The discussion list for  http://webstandardsgroup.org/

See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list  getting help
**



Re: [WSG] CSS foul-up in IE. Trying to implement Myers pure css pop-up code

2005-12-12 Thread morten fjellman
Sorry for the late reply. I have removed the pipe seperators, but there is still no text showing in IE. The other problem is off course gone.Any ideas?Regards Morten Fjellman
On 12/11/05, Joshua Street [EMAIL PROTECTED] wrote:
Can you possibly ditch the un-semantic pipe separators (|) and justuse border-right:1px solid #000; on the li elements? That wouldprobably help...Josh**
The discussion list forhttp://webstandardsgroup.org/ See http://webstandardsgroup.org/mail/guidelines.cfm
 for some hints on posting to the list  getting help**


Re: [WSG] CSS foul-up in IE. Trying to implement Myers pure css pop-up code

2005-12-11 Thread Joshua Street
Can you possibly ditch the un-semantic pipe separators (|) and just
use border-right:1px solid #000; on the li elements? That would
probably help...

Josh

On 12/12/05, morten fjellman [EMAIL PROTECTED] wrote:
 Hi list.
 I'm trying to implement Eric Myers css code for pop-up text on hover, but
 are having difficulties making it work in IE (I have been successful before
 so I don't get this). On hover all the span tags that contain a seperator in
 the form of | to the right of the link are being moved a few pixels to the
 left. This does not happen in opera or Firefox for PC. In those two browsers
 it all works nicely. Also the hover text that are supposed to appear those
 not. Can someone check out the code and enlighten me?

 Page: http://www.madshusskifestival.no/index2.php
 CSS: http://www.madshusskifestival.no/css/skifestival.css

 Regards
 Morten Fjellman



--
Joshua Street

http://www.joahua.com/
+61 (0) 425 808 469
**
The discussion list for  http://webstandardsgroup.org/

 See http://webstandardsgroup.org/mail/guidelines.cfm
 for some hints on posting to the list  getting help
**