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

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

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

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