Jump to content
SubSpace Forum Network

Recommended Posts

Posted

Obitrate is my Redstar squad. Our site is www.obitrate.com - and I need some CSS help. It looks fine and dandy in Firefox / Opera, but in IE, the margins mess up, and there's this background issue that I can only imagine is related to poor padding code.

 

So, help me out.

Posted

Well, on your index page everything displays nicely, but on the other pages the text part is lower than it should be. I honestly don't see why you used different coding for the index and the others.

 

<div id="cwrapper">
<div id="fix">
blah blah
</div>
</div>

versus the index page

<div id="info">
blah
</div>
<div id="content">
blah
</div>

As far as I see, just use the same format as the index page, changing the div ids to that of the index, and adding this part into your css "#content". If it still has problems, I'll take a better look later.

#content table tr td {
	padding: 5px 0 5px 0;
	}
	#content div b {
		padding-top: 5px;
		}

Posted
Well, on your index page everything displays nicely, but on the other pages the text part is lower than it should be. I honestly don't see why you used different coding for the index and the others.

This is a recode, and aside from *really* cleaning up the code and remove all the image tags, I basically followed my old model, which is probably why I did that.

Guest
This topic is now closed to further replies.
×
×
  • Create New...