how do I fix CSS?

D

dorayme

richard said:
http://www.1littleworld.net/sample/AMC-Rambler.html

The border for the ul li does not adjust for it's content.
Why? And how to correct so that it does?

You are inline displaying the lists, there are complicated things
about borders.

Try these styles instead:

#wrapit li
{
display: inline-block;
list-style-type: none;
margin: 5px;
border: 5px solid [choose a colour];
}

#wrapit li img {display: block;}
 
D

Doug Miller

richard said:
http://www.1littleworld.net/sample/AMC-Rambler.html

The border for the ul li does not adjust for it's [SIC] content. Why?
And how to correct so that it does? I have overflow:hidden, but does
nothing.

404 http://www.1littleworld.net/css/lightbox.css

because that directory does not exist, dumbass

Which, dumbass, is part of your problem.
and I am not using that stylesheet at all.

Yes, you are:

<link rel="stylesheet" href="css/lightbox.css" type="text/css" media="screen" />

And you've just earned a new nickname: RtD = Richard the Dumbass.
I am using slimbox 2.

Look at the source for your page, RtD.
 
B

Beauregard T. Shagnasty

Doug said:
Which, dumbass, is part of your problem.
...

And you've just earned a new nickname: RtD = Richard the Dumbass.

I like it!!!
Look at the source for your page, RtD.

Does he know how? I doubt he could write any code by hand.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,744
Messages
2,569,483
Members
44,903
Latest member
orderPeak8CBDGummies

Latest Threads

Top