Website Coding

Stuck on a line of code? Find resources and post your coding questions here.

Forum Sponsor (Advertise with us)
Reply
 
Thread Tools Display Modes
    #1 (permalink)  
Old 01-30-2009
Jill T's Avatar
Contributing Member
Company name: DanceFit Marketing LLC
 
Join Date: May 2008
Location: Buffalo, NY
Posts: 118
Send a message via MSN to Jill T Send a message via Skype™ to Jill T
Default Bullets Not Showing Up In Firefox
I'm banging my head against the wall.

I've created css bulleted lists which show up fine in IE, but for some reason the bullets do not show up in Firefox.

Has anyone ever come across this bizarre behavior? I'm guessing I need to tweak something in my main css file, but I've been sitting here for an hour trying different things and no luck.

Any helpful hints are much appreciated.
__________________
Jill Tirone
DanceFit Marketing LLC
Reply With Quote
    #2 (permalink)  
Old 02-13-2009
Codehead's Avatar
Administrator
Company name: Codehead LLP
My latest blog post: Mac Performance Benchmark App
 
Join Date: Apr 2007
Location: WA
Posts: 175
Default Re: Bullets Not Showing Up In Firefox
Hey, can you post your CSS code here?
__________________
"Imagination is more important than knowledge."
Albert Einstein
Reply With Quote
    #3 (permalink)  
Old 02-15-2009
Jill T's Avatar
Contributing Member
Company name: DanceFit Marketing LLC
 
Join Date: May 2008
Location: Buffalo, NY
Posts: 118
Send a message via MSN to Jill T Send a message via Skype™ to Jill T
Default Re: Bullets Not Showing Up In Firefox
Thanks for your response and thanks for any help you can lend!

Here is the css code:

Code:
/* Column left list */

.column-left ul {
margin: 10px 10px 10px 50px;
list-style-type: bullet;
}

.column-left ul li {
display: block;
}

.column-left ul li a, .column-left ul li a:visited {
color: #3A3A3A;
font-weight: normal;
text-decoration: none;
display: block;
padding: 10px 0;
border-bottom: 1px solid #CECECE;
}

.column-left ul li a:hover, .column-right ul li a.active {
color: black;
font-weight: bold;
border-bottom: 1px solid #00A7ED;
}
And, here is the html code on my page (which I'm guessing I'm not entering correctly based on my css code):

HTML Code:
<ul>
<li>Research<br>
<li>Registration<br>
<li>Travel Arrangements<br>
<li>Follow Up and Confirmations<br>
</ul><br>
__________________
Jill Tirone
DanceFit Marketing LLC
Reply With Quote
    #4 (permalink)  
Old 02-16-2009
Codehead's Avatar
Administrator
Company name: Codehead LLP
My latest blog post: Mac Performance Benchmark App
 
Join Date: Apr 2007
Location: WA
Posts: 175
Default Re: Bullets Not Showing Up In Firefox
Jill,

The issue is in this rule:
Code:
.column-left ul li {
display: block;
}
Li's are already block elements so no need for this, remove it and the issue will be fixed.

Also, there is a problem in your code, you will have to properly close all your open tags, for example, I can't see any closing li tags </li>

The HTML should look like this:
HTML Code:
<ul>
<li>Research</li>
<li>Registration</li>
<li>Travel Arrangements</li>
<li>Follow Up and Confirmations</li>
</ul>
No <br>s necessary.

I hope this helps
__________________
"Imagination is more important than knowledge."
Albert Einstein
Reply With Quote
    #5 (permalink)  
Old 02-16-2009
Jill T's Avatar
Contributing Member
Company name: DanceFit Marketing LLC
 
Join Date: May 2008
Location: Buffalo, NY
Posts: 118
Send a message via MSN to Jill T Send a message via Skype™ to Jill T
Default Re: Bullets Not Showing Up In Firefox
Thank you! Thank you! Thank you!

I made the changes you suggested and it worked like a charm.

I've been struggling with that issue for quite a while and I was getting very frustrated. The changes only took me a minute or two and the bullets now show up in Firefox.

Thanks again for taking the time to help me!
__________________
Jill Tirone
DanceFit Marketing LLC
Reply With Quote
Reply

Thread Tools
Display Modes

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 On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Showing Physical Locations Ivy Freelance Website Content 8 10-03-2008 01:29 AM
SEO Tool for Firefox JKVirtualOffice Search Engine Optimization (SEO) 1 09-18-2008 07:35 PM
Showing Your True Colors! Brianna Young Website Content 2 04-27-2008 09:49 AM


All times are GMT -4. The time now is 11:14 AM.

International Virtual Assistants Association
Project Management for Virtual Assistants
Work from Home | Become A Virtual Assistant
Virtual Assistant Directory
Affordable WordPress Themes
Create a Professional New Client Welcome Packet
Virtual Assistant Forums Advertising

© Virtual Assistant Forums 2012
All content and images are protected under copyright law and may not be reproduced in any way without express written consent.