[thelist] CSS Question

Burhan Khalid burhankhalid at members.evolt.org
Wed Mar 6 16:43:01 CST 2002


'ello List :

	I've been working on a new layout (the old one got written over by
mistake). I've got the basic layout (three column, with header on top)
licked, but I'm having problem with the background image in a CSS box.

	Here is my css :

.smallbox {
	border:1px solid black;
	width:161px; overflow:hidden;
	background:url("cal/snow.jpg") center;
	float:none;

	}

However, the picture will not center in an outlying box, which contains it.
Here is the CSS for the "container" box :

#navBeta {
	position:absolute;
	width:190px;
	top:56px;
	right:20px;
	padding:10px;
	border:1px solid black;
	z-index:1;
	voice-family: "\"}\"";
	voice-family:inherit;
	width:168px;
	text-align:center;
	overflow:hidden;

	}
body>#navBeta {width:190px;}

Any suggestions? Here is the url :

http://members.evolt.org/burhankhalid/devshed/index2.php

I'm concerned with the box on the right, but will entertain any other
comments that you might have.
Thanks,
Burhan Khalid




More information about the thelist mailing list