Haven't heard from anyone, but have been banging my head against the wall
and have come closer with my earlier post (at bottom)! I've also switched to
strict DOCTYPE.... Feel like I've made some progress....

Couple things I was going to see if anyone could help me with though....

On Home page: http://cmmi.trgsoftware.com I have a menu popup that appears
above each main nav, but for some reason the list inside the popup isn't
showing up? This is in Firefox (haven't even gotten to IE on this as popup
isn't even showing there :-P) 

Also, for some reason the popup is inheriting the opacity of the parent
list?

On Sub page: http://cmmi.trgsoftware.com/who/index.cfm?Fuseaction=Sub_page_2
Inconsistent "hot area" for the thumbnails.... First 2 don't do anything on
rollover but 3rd the right-hand side is hot, and 4th, whole image is
hot....??? And it's just a hyperlinked image inside a list

<ul id="thumbnails">
        <li><a
href="index.cfm?Fuseaction=Joe_Architect&amp;parentid=255"><img
src="/uploads/thumb_who21.jpg" width="70" height="70" border="0" alt="Joe
Architect"></a></li>
</ul>   
 
And here's the CSS:
        #thumbnails{
                width: 296px;
                height: 84px;
                margin: 0px;
                left: 0px;
                padding: 5px 0px 5px 0px;
                border-bottom: 1px solid #FFF;
                position: relative;
                top:0px;
                list-style-type: none;
        }
        #thumbnails li{
                display: inline;

        }
        #thumbnails a{
                float: left;
        }
        #thumbnails a:link img {
                border: 2px solid #2e2e2e;
        }
        #thumbnails a:visited img {
                border: 2px solid #2e2e2e;
        }
        #thumbnails a:active img {
                border: 2px solid #2e2e2e;
        }
        #thumbnails a:hover img{
                border: 2px solid #749EA5;
        }

Any help would be greatly appreciated! Thanks!
__________________________________________
ANGELA TRIGG * TRIGGERID


-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Angela Trigg
Sent: Tuesday, October 25, 2005 11:31 PM
To: [email protected]
Subject: [css-d] Having problem with nested layers and display problem in IE
(of course)

Am relatively new to CSS so forgive me if this is any easy one, but it's
driving me crazy.
 
I have it looking just swell in Firefox/WIN, but things get wacky in IE6/WIN

 
The problem is the rollovers on the thumbnails of the people... Box is not
showing up in same place as it does in Firefox. I've tried different
combinations of things and nothing seems to help. Am I missing something
obvious?
 
This is a link directly to the subpage where I'm having issues:
http://cmmi.trgsoftware.com/who/index.cfm?Fuseaction=Sub_page_2
 
Any help for a CSS novice (am an old "nesting tables" person trying to
switch to css!) is greatly appreciated! I probably shouldn't have tried to
bite off such a complicated bit of nesting on my first project :-P
__________________________________________
ANGELA TRIGG * TRIGGERID
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by evolt.org --
http://www.evolt.org/help_support_evolt/


______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by evolt.org --
http://www.evolt.org/help_support_evolt/


______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to