corsasport.co.uk
 

Corsa Sport » Message Board » Off Day » Geek Day » CSS - List help


New Topic

New Poll
  Subscribe | Add to Favourites

You are not logged in and may not post or reply to messages. Please log in or create a new account or mail us about fixing an existing one - register@corsasport.co.uk

There are also many more features available when you are logged in such as private messages, buddy list, location services, post search and more.


Author CSS - List help
liamC
Member

Registered: 28th Feb 04
User status: Offline
6th Apr 08 at 17:11   View User's Profile U2U Member Reply With Quote

Wanting to make a list but dont want the list to be 'indented'. How do I do that?

So instead of this: (Ignore the white underscores)

Title
___• link 1
___• link 2
___• link 3

I want this:

Title
• link 1
• link 2
• link 3

This is the code I have:

code:
.column ul li{
list-style:none;
padding: 0px 0px 0px 15px;
margin:5px 0px;
background:url(images/arrow_br.jpg) 0px 3px no-repeat;}



[Edited on 06-04-2008 by liamC]
Doug
Member

Registered: 8th Oct 03
User status: Offline
6th Apr 08 at 17:38   View User's Profile U2U Member Reply With Quote

code:

ul{
list-style-type: none;
padding: 0;
margin-left: 0;
font-weight: bold;
}



?
Bart
Member

Registered: 19th Aug 02
Location: Midsomer Norton, Bristol Avon
User status: Offline
6th Apr 08 at 17:38   View User's Profile U2U Member Reply With Quote

have you tried adjusting the margin, and on a onother occasion the padding?

I dont know CSS particurly well, but it cant be that hard?
liamC
Member

Registered: 28th Feb 04
User status: Offline
6th Apr 08 at 20:07   View User's Profile U2U Member Reply With Quote

quote:
Originally posted by Doug
code:

ul{
list-style-type: none;
padding: 0;
margin-left: 0;
font-weight: bold;
}



?


indeed - cheers - think im sitting looking at code too long when i forget basic stuff like this
Doug
Member

Registered: 8th Oct 03
User status: Offline
6th Apr 08 at 20:26   View User's Profile U2U Member Reply With Quote

No worries

 
New Topic

New Poll

  Related Threads Author Forum Replies Views Last Post
CSS webdesign help Houckham Geek Day 3 895
20th Apr 06 at 11:01
by Houckham
 
any web designers here??? KITcorsa Geek Day 7 1602
12th Jul 06 at 19:16
by Dom
 
FAO: Webmasters: CSS Bart Geek Day 14 1125
24th Oct 06 at 14:57
by Ian
 
Input on a website please, web designers especially :D drunkenfool Geek Day 56 3018
25th Nov 06 at 19:08
by aPk
 
Web Design/CSS = IE problem after problem :mad: liamC Geek Day 10 652
15th Nov 07 at 00:41
by Steve
 

Corsa Sport » Message Board » Off Day » Geek Day » CSS - List help 29 database queries in 0.0135610 seconds