Hello,

Re: http://www.draftingservices.com/autocad_tutorials.html

 

I'm trying to accomplish two things, and have been failing. 

1. Stop my nested list from inheriting the text decoration and cursor
styling. (I got this to partially work, but removed the code because it
didn't work completely.)

2. Get my nested list indented.

 

My nested list is under AutoCAD Tutorials. 

 

Can anyone help?

 

I have a touch of CSS in my html head, and the code for the nav bar is:

 

/* ===== Secondary Navigation ===== */

 

/* ===== 0border+0padding+10margin+190width=200 ===== */

#navtwocontainer {

            float: left;

            padding: 0;

            margin: 0px 0px 0px 10px;

            width: 190px;

            }

 

#navtwocontainer ul {

            padding-left: 0;

            margin-left:0;

            list-style-type: none;

            }

 

/* ===== 0border+20padding+170width=190 ===== */

#navtwocontainer a {

            display: block;

            padding: 3px 10px;

            margin: 0;

            width: 170px;

            text-decoration: none;

            color: #000;

            background-color: #E1E1E1;

            border-bottom: 1px solid #fff;  

            }

 

#navtwocontainer a:hover

            {

            text-decoration: underline;      

            }

 

/* IE/6.0 doubles the margin-left causing the float to drop. 08.28.10 */

#navtwocontainer {

            display : inline;

            }

 

/* ===== list header ===== */

#navtwocontainer #t-listheader1 {

            display: block;

            padding: 3px 10px;

            margin: 0;

            width: 170px;

            text-decoration: none;

            color: #fff;

            background-color: #5F5F5F;

            border-bottom: 1px solid #fff;

            font-weight: bold;

            }

 

/* ===== list header ===== */

#navtwocontainer #t-listheader2 {

            display: block;

            padding: 3px 10px;

            margin: 0;

            width: 170px;

            text-decoration: none;

            color: #fff;

            background-color: #5F5F5F;

            border-bottom: 1px solid #fff;

            font-weight: bold;

            }

 

 

Sincerely,
Brian M. Curran | CAD Consultant



 

______________________________________________________________________
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to