Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

CSS Forum


You are currently viewing our CSS Forum as a guest. Please register to participate.
Login



Reply
list-style-type:none ignored in slider menu - HELP!
Old 08-15-2009, 02:46 AM list-style-type:none ignored in slider menu - HELP!
Average Talker

Posts: 15
Name: JTPratt
Location: Adrian, MI
Trades: 0
I installed a slider menu here:
http://www.blogspot.moments-preserved.com/?page_id=43

I have html like this:
Code:
<div id="imageMenu">
            <ul>
                <!-- THESE ARE THE LINKS YOU GO TO WHEN YOU CLICK ON A SLIDING DOOR IMAGE-->
                <!-- change the href to look like this: <a href="yourlink.com">     -->
                <li class="bk1"><a href="/edit-with-category-or-page">Category 1</a></li>
                <li class="bk2"><a href="/edit-with-category-or-page">Category 2</a></li>
                <li class="bk3"><a href="/edit-with-category-or-page">Category 3</a></li>
                <li class="bk4"><a href="/edit-with-category-or-page">Category 4</a></li>
                <li class="bk5"><a href="/edit-with-category-or-page">Category 5</a></li>
                <li class="bk6"><a href="/edit-with-category-or-page">Category 6</a></li>
                <li class="bk7"><a href="/edit-with-category-or-page">Category 7</a></li>
            </ul>
            </div>
the container of course is "imageMenu", this is the CSS that should make the bullets go away:

Code:
#imageMenu ul {
    list-style: none;
    margin: 0px;
    display: block;
    height: 440px;
    padding: 0;
    }

#imageMenu ul li {
    float: left;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    padding-bottom: 12px;
    padding-top: 12px;
    list-style-type: none;
}
you see I have both list-style: none; and list-style-type: none; in the other.

I can actually use the firebug extension in firefox and show that the #imageMenu css property is listing "list-style-type: none;" properly for the li's - and yet both Firefox and IE on both Linux and Windows ignore that declaration (even with !important). I don't get it, the exact same menu works perfectly on another site.

I have reverted to the default wordpress theme and disabled ALL plugins and the problem still exists. view the source of the page to get the CSS URL's if you want to check for anything canceling something out (if there was I couldn't see it).

ANY help would be GREATLY appreciated - I've tried everything with these to get the list styles to go away on the li's.
__________________
My name is JTPratt and I blog
Please login or register to view this content. Registration is FREE
tips and tricks, and sell
Please login or register to view this content. Registration is FREE
.
jtpratt is offline
Reply With Quote
View Public Profile Visit jtpratt's homepage!
 
 
Register now for full access!
Old 08-15-2009, 12:26 PM Re: list-style-type:none ignored in slider menu - HELP!
LadynRed's Avatar
Defies a Status

Posts: 10,016
Location: Tennessee
Trades: 0
Ok, took me a while to ferret this out. The problem is a background image coming from another style for the post. Add background: none; to #imageMenu ul li and it will get rid of the bullet.
__________________
Web Goddess & Web Standards Evangelist :) - Tables Be Gone !!

Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE

LadynRed is offline
Reply With Quote
View Public Profile
 
Old 08-15-2009, 02:53 PM Re: list-style-type:none ignored in slider menu - HELP!
Average Talker

Posts: 15
Name: JTPratt
Location: Adrian, MI
Trades: 0
thank you, thank you! This absolutely fixed it!
__________________
My name is JTPratt and I blog
Please login or register to view this content. Registration is FREE
tips and tricks, and sell
Please login or register to view this content. Registration is FREE
.
jtpratt is offline
Reply With Quote
View Public Profile Visit jtpratt's homepage!
 
Reply     « Reply to list-style-type:none ignored in slider menu - HELP!
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 1.09736 seconds with 12 queries