Fitness.com
Advertisement
Go Back   Sports Forum > Community > Graphics > General Photoshop Board

General Photoshop Board

Topics cover anything to do with Photoshop outside of those forums below.


» Current Poll
Best 5 club teams in history of Football:
Liverpool 1977-1978 - 100.00%
1 Vote
Real Madrid 1956-1960 - 0%
0 Votes
Juventus 1985 - 0%
0 Votes
Milan 1989-1990 - 100.00%
1 Vote
Ajax 1971-1973 - 0%
0 Votes
Santos 1962-1963 - 0%
0 Votes
Torinho 1940's - 100.00%
1 Vote
Ajax 1995 - 0%
0 Votes
Flamengo 1981 - 100.00%
1 Vote
Benfica 1961-1962 - 100.00%
1 Vote
Total Votes: 1
You may not vote on this poll.
» Stats
Members: 48,619
Threads: 84,986
Posts: 1,031,252
Top Poster: Rindalik (4,430)
Welcome to our newest member, kin668
If you register for free, you will be able to post threads, vote on polls and lots more. If you have problems with the registration or logging in, please contact the administrator.

Reply
 
LinkBack Thread Tools Display Modes
Old 02-18-2004, 09:09 AM   Question about CSS Post #1
Senior Member
 
Join Date: Feb 2002
Posts: 1,021
Rep Power: 9
Rick is on a distinguished road
Send a message via Yahoo to Rick
Default Question about CSS

On my board I have a Western motif, as you all probably know

The Challenge I have is this:

when I am writting a tute, I would like to use Bulleted lists and I would like an image of a six shooter to be the bullet, so the question;

can I create a style for <p> that will include the graphic of the six-gun at the start of each paragraph?

If so, what would the code look like,

I am pretty new to style sheets but I know some of you here are very good at it

If you don't understand what I'm after I will post an image to show what I mean.

Thanks
Rick is offline   Reply With Quote
Old 02-18-2004, 09:32 AM   Question about CSS Post #2
Senior Member
 
Join Date: Feb 2002
Posts: 356
Rep Power: 8
lindaw is on a distinguished road
Default Question about CSS

Ok Rick first you don't use the <p> tag for lists. Here is the css code for an un ordered list which means it won't show a i, I, A, B, etc.

ul {
color: #ffffff;
font-family: verdana, arial, helvetica, sans-serif;
font-size: 12px;
padding-right: 2px;
padding-bottom: 4px;
list-style-type: square;
The color code is only if you need to change the color of the square

Here is the code for the actual list:

li.main {
font-family: verdana, arial, helvetica, sans-serif;
font-size: 12px;
color: #000000;
list-style-type: square;
Only use this if you have different lists in the site that need different colors or list types such as circles

Here is the list code to use an image instead of a square, circle etc.

ul {
font-size : 10px;
font-family : verdana, arial, helvetica, sans-serif;
color : #000000;
list-style-image: url(/graphics/bullet.gif);
}

This is the code you will use to have a gif as the bullet instead of the defaults. When using this code in the CSS there is no need to class out the list in the HTML. If you decide to change a normal bullet list from the defautl black square to a blue one then your html code would be:

<ul>
<li class="main">stuff here</li>
</ul>

The normal list HTML code if only changing the bullet to a gif:

<ul>
<li>stuff here</li>
</ul>

Just make sure you add the ul code in your CSS file.

:}

BTW both your sites are awesome Rick! Good work!! [righton]
lindaw is offline   Reply With Quote
Old 02-18-2004, 09:50 AM   Question about CSS Post #3
Senior Member
 
Join Date: Feb 2002
Posts: 1,021
Rep Power: 9
Rick is on a distinguished road
Send a message via Yahoo to Rick
Default Question about CSS

Thanks Linda - you really are a web-guru (gurette) 8)) thanks for the quick reponse i will work on this. expect a PM :B :B
Rick is offline   Reply With Quote
Old 02-18-2004, 12:23 PM   Question about CSS Post #4
Senior Member
 
Join Date: Feb 2002
Posts: 356
Rep Power: 8
lindaw is on a distinguished road
Default Question about CSS

You are most welcome! Let me know if you have any problems. :} :B
lindaw is offline   Reply With Quote
Reply

Go Back   Sports Forum > Community > Graphics > General Photoshop Board

Bookmarks

Thread Tools
Display Modes


Similar threads to Question about CSS
Thread Thread Starter Forum Replies Last Post
CA/PA question
CA/PA question: Am I right in thinking that CA/PA is how much...
billgrant88 Skinning Hideout 4 02-05-2007 12:53 PM
Question!!
Question!!: Would it be possible for me to use one of the...
Matieo10 General Photoshop Board 2 02-03-2007 09:15 AM
LLM Question
LLM Question: Hi established LLM's, I'm new to the forum...
BlackpoolFC Scout Report 4 01-16-2007 01:13 PM
A question
A question: I'm looking to supply the ball more to my...
(Formy) Tactics & Training Tips 0 01-12-2007 10:24 PM
Question about LLM
Question about LLM: That's strictly to the feeling of the LLaMa. ...
Jason the Yank Scout Report 11 09-21-2003 02:01 PM

More threads of Rick
Thread Date Forum Replies Last Post
Blender
Blender: Don't know if anyone knew this or is interested...
04-02-2004 General Photoshop Board 12 07-08-2004 04:19 AM
Feedback on new template
Feedback on new template: I have been working on a new site template, not...
04-30-2004 General Photoshop Board 2 04-30-2004 04:08 PM
Getting Nailed
Getting Nailed: I am getting nailed by a program that attaches...
04-01-2004 The Pub 7 04-08-2004 11:25 PM
New Board design
New Board design: I have been struggling with the design of my...
03-31-2004 General Photoshop Board 2 04-01-2004 02:22 PM
PS to Illustrator
PS to Illustrator: I have a logo in Photoshop format, is it possible...
03-26-2004 General Photoshop Board 4 03-27-2004 07:51 PM

Other threads in forum General Photoshop Board
Thread Date Thread Starter Replies Last Post
What Font?
What Font?: What font is used here? ...
06-11-2007 tubezinho 0 06-11-2007 11:45 PM
CS2 colors washed out in program
CS2 colors washed out in program: I've been using CS2 all morning, dragging and...
04-30-2007 KMye 5 05-03-2007 12:54 AM
colour palette
colour palette: Hi Hope someone can help. I have lost white...
01-28-2007 greyed out 4 01-31-2007 12:16 AM
Stroking and Filling Problem
Stroking and Filling Problem: Me again, I wont be making threads here...
11-09-2006 CC| 0 11-09-2006 05:41 PM
Need to correct lint/smudge defect in an image.
Need to correct lint/smudge defect in an image.: I just finished traveling S.E. Asia and took...
12-18-2004 bleah 9 12-20-2004 10:29 AM

» Online Users: 33
0 members and 33 guests
No Members online
Most users ever online was 2,128, 07-21-2008 at 08:27 PM.

All times are GMT +1. The time now is 08:30 PM.


Powered by vBulletin® Version 3.8.3
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0
Fitness.com | Weight Loss | Training & Fitness | BodyBuilding | Chinese | Spanish | French | Germany | Italian | Friend Codes |
You are viewing Question about CSS.