Jump to content

CSS space issue [Solved]


attila2452

Recommended Posts

whats wrong with the css file to this? http://attilahajzer.comeze.com/sites/Blue_stripes/http://attilahajzer.comeze.com/sites/Blue_stripes/style.cssOR

body {background-image:url('bg.png');background-repeat:repeat-x;background-position:top left;background-color:#000000;font-family:Arial;}#page{float:center;}#menu{margin:0px; padding:0px;}#menu ul {margin:0px;padding:0px;list-style: none;list-style-type: none;border:0px;}#menu ul li{display:inline; padding:0px; margin:0px; border:0px;}#menu ul li a{display:inline;padding:0px;margin:0px;}h1{color:#000; text-align:center;}h2{color:#8B4513; text-align:center;}#content{	background-image:url('content.png');	background-repeat:no-repeat;	float:center;	width:734px;	padding-left:0px;	height:600px;}#footer {margin-left:100px; padding:none;}#footer ul li{margin:15px;display: inline;list-style: none;list-style-type: none;border:0px;}#footer ul li a{text-decoration:none; color:#FFFACD;}#footer ul li a:hover{text-decoration:underline; }#footer li p.copyright {color:#FFFACD; text-align:center;}table{border:0px;}p{color:#8B4513;text-decoration:none;}p.paragraph{margin-left: 110px;margin-right: 110px;line-height:25px;text-indent:40px;}img{border:0;}#cont {		text-align:center;		border:1px solid #333;		float:left;		padding: 8px;		margin-left:10px;		margin-right:10px;		margin-top:10px;		margin-bottom:20px;}#img {border:1px solid #999;}#img :hover{ cursor:auto;}

Please help!

Link to comment
Share on other sites

still looks wrong in FF (unless the link hasn't been updated). Although I can bet there are better ways to solve it than with tables.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...