Hi all,
I'm struggling to get a background-image appearing in IE5 Mac (it's fine in every other browser under the sun).
The relevant CSS is

#top {
background: transparent url(images/top.gif) top left no-repeat;
padding: 55px 0 0 0;
}

h1 {
background: transparent url(images/masthead.jpg) top left no-repeat;
margin: 0 0 0 67px;
padding: 260px 0 10px 10px;
}

and the HTML

<div id="top" class="clearfix">
<h1>Paul Grabowsky</h1>
</div>

Full CSS: http://www.paulgrabowsky.com/new/pg.css
Full HTML: http://www.paulgrabowsky.com/new/

Any ideas?

Cheers,
Virginia
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to