Go Back   CodingForums.com > :: Client side development > HTML & CSS

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 02-01-2013, 06:28 PM   PM User | #1
iksfcrc
New Coder

 
Join Date: Feb 2013
Posts: 28
Thanks: 6
Thanked 1 Time in 1 Post
iksfcrc is an unknown quantity at this point
Bug with my floating side menu

Hi everyone!

I'm hand coding our website and though I'm not a complete newb, I am relatively inexperienced with CSS.

So, my issue has to do with a floating side menu that I made. Everything seems to work just fine, but my code is generating a small white dot to the left of the menu.

It's not a huge deal, but I'd like to fix the bug.

The page can be viewed here:
http://www.sfcrc.com
http://www.sfcrc.com/aboutus.html

It exists on every page where the side menu is implemented. When I remove the html for the side menu, the white spot disappears.

I have a feeling it has something to do with how the browser is positioning the location of the side menu, relative to the other elements, but if I change the back ground of the side menu, it doesn't achieve what the end result i'm looking for.

I'd be happy to share any code or information that would be helpful, but I hesitate to dump all my code, not because it's super secret or anything, but just because there's probably a lot of irrelevant stuff in there.

Thank you for your attention, I would greatly appreciate any help with this.
iksfcrc is offline   Reply With Quote
Old 02-02-2013, 12:34 AM   PM User | #2
Excavator
Master Coder


 
Excavator's Avatar
 
Join Date: Dec 2006
Location: Alaska
Posts: 9,410
Thanks: 22
Thanked 1,765 Times in 1,749 Posts
Excavator has a spectacular aura aboutExcavator has a spectacular aura aboutExcavator has a spectacular aura about
Hello iksfcrc,
A better question would be why aren't the other list items showing a bullet.
Get rid of it with this bit in highlighted in red -
Code:
ul {
    list-style: none;
    padding: 0;
}
__________________
Validate often DURING development - Use it like a splelchecker | Debug during Development |Write it for FireFox, ignore IE
Use the right DocType | Validate your markup | Validate your CSS | Why validating is good | Why tables are bad
Excavator is offline   Reply With Quote
Users who have thanked Excavator for this post:
iksfcrc (02-04-2013)
Old 02-04-2013, 10:27 PM   PM User | #3
iksfcrc
New Coder

 
Join Date: Feb 2013
Posts: 28
Thanks: 6
Thanked 1 Time in 1 Post
iksfcrc is an unknown quantity at this point
Quote:
Originally Posted by Excavator View Post
Hello iksfcrc,
A better question would be why aren't the other list items showing a bullet.
Get rid of it with this bit in highlighted in red -
Code:
ul {
    list-style: none;
    padding: 0;
}
Thanks Excavator!

I was intentionally removing the bullets from that list, but I must have changed around my CSS and it may have broken something.

Now that I know it's an extra bullet, it seems so obvious.
iksfcrc is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

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

Forum Jump


All times are GMT +1. The time now is 07:19 PM.


Advertisement
Log in to turn off these ads.