Previous Message
Next Message

Positioning issue

Sent by Sage Olson on 28 March 2004 19:07


Hi,

I'm having an issue on a site I'm working on: 
<http://www.deralta.net/insider/>

The header text that says "Insider - Issue 1"  looks fine in Safari and 
Gecko browsers (it should be behind the article box, with a small 
overlap), but IE/win places it so far down that it's almost completely 
covered. Any ideas?

Site: <http://www.deralta.net/insider/>
CSS: <http://www.deralta.net/insider/screen.css>

<div id="issue">
<h2>Insider &ndash; Issue 1</h2>
</div>

/* ----- issue number ----- */

#issue {
	position: relative;
	left: 50%;
	width: 650px;
	margin: 0 0 0 -325px;
	padding: 0;
	height: 40px;
}

#issue h2 {
	position: relative;
	top: 35px;
	left: 60px;
	font-size: 20px;
	color: #acacac;
	font-style: italic;
	letter-spacing: -0.05em;
}

______________________________________________________________________
css-discuss [EMAIL-REMOVED]]
http://www.css-discuss.org/mailman/listinfo/css-d
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
Previous Message
Next Message

Possibly related: