[thelist] css trouble

ben morrison morrison.ben at gmail.com
Tue Sep 25 03:42:48 CDT 2007


On 9/25/07, Manfred at D <manfred at manfredk.com> wrote:
> Hi
> Maybe somebody can help with this css query
> In Firefox 2
> On this Page (http://www.artify.co.za/gallery.asp) I can see (what I
> think are list bullets) over the small thumbnail pics on the right side
> In IE 7 I do not have that problem.

In gallerystyles.css (line 142) you have the following css:

ul li {
color:#666666;
font-size:0.7em;
font-weight:normal;
line-height:1.6em;
list-style-type:square;
margin:0pt;
padding:0pt;
}


list-style-type:square; is what is displaying - change it to none

A tool that will help you debug css in firefox (and many other usefull
tools) is called firebug, which will let you 'inspect' elements to
find out what CSS is being applied:

http://www.getfirebug.com/

ben

-- 
Ben Morrison
http://www.benjaminmorrison.com



More information about the thelist mailing list