[css-d] Menu's Sticking in IE

2006-10-23 Thread Murphy, Percevial
Here is the page link: 
http://www.ecu.edu/cs-dhs/customcf/murphyp/sample3-4.html

I am not finished styling this so please ignore the appearance. It works
like I want it to in Firefox and Opera, but in IE, the submenus that
appear on the mouseover get stuck and won't go away. I have no clue as
to why.

plm
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


[css-d] Menu Positioning

2006-10-18 Thread Murphy, Percevial
Below is some CSS that I found that I really like. To see a working
sample, visit http://www.ecu.edu/cs-dhs/customcf/murphyp/sample5.html.
Right now when you hover over the links, you get a description. I
actually plan to modify this so that an actual sub menu with links
appears, but I can't figure out how to descriptions that are appearing
below the menu to show to the right of the main menu item you are
hovering over?


style type=text/css
!--
body {position: relative; background: black; margin: 0; padding: 0;}

div#links {position: absolute; top: 81px; left: 0; width: 166px; height:
700px; font: 16px Verdana, sans-serif; z-index: 100;}
div#links a {display: block; text-align: center; font: bold 1em
sans-serif; 
   padding: 5px 10px; margin: 0 0 1px; border-width: 0; 
   text-decoration: none; color: #FFC; background: #444;
   border-right: 5px solid #505050;}
div#links a:hover {color: #411; background: #AAA;
   border-right: 5px double white;}

div#links a span {display: none;}

div#links a:hover span {display: block;
position: absolute; top: 180px;left: 0; width: 125px;
   padding: 5px; margin: 10px; z-index: 100;
   color: #AAA; background: black;
   font: 10px Verdana, sans-serif; text-align: center;}

--
/style
/head

body

div id=links
a href=#Homespan The main page of the site-- a jumping-off point,
as it were-- and not actually a picture of our house/span/a
a href=#Linksspan A collection of things which interest me, and
might interest you/span/a
a href=#Awayspan Who knows?  Could be anywhere; you clicks the
link and you takes your chances!/span/a
a href=#Ericspan He's been called an internationally recognized
expert, but then he's also been called a techno-fascist/span/a
a href=#Katspan She cooks fabulous meals, she throws great
parties, she helps women deliver their babies-- what emcan't/em she
do?/span/a
a href=#Otherspan Inevitably, there's stuff that doesn't fit in
with other stuff, so we stuffed it all into this page of random
stuff/span/a
/div

/body
/html
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


[css-d] Menu

2006-10-17 Thread Murphy, Percevial
I want to create a menu similar to the one that appears when you hover
over the Services link that appears in the left navigation of this page
(www.dukehealth.org). I know it is being done by styles, but I have no
clue of how.
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


[css-d] Header and UL

2006-04-07 Thread Murphy, Percevial
You will note on this page
http://www.ecu.edu/cs-dhs/mph/customcf/headerbox.html, the background
where the text Useful Links text appears is not the same width as the
links below it. How can I set it so that they are both the same width? 

Percevial
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/