How's this:

p { background: url(someimage.png) no-repeat left top; }
p:first-letter { padding-left: 15px; }

Works in IE5.5 onwards. 5 and below don't quite get it, I'm afraid. If 5 is your target, you may have to resort to using a sacrificial span

<p><span></span>blah blah...</p>

and the convoluted
p { background: url(arrow_on.png) no-repeat left top; }
p span { padding-left: 15px; display: block; float: left;}

Patrick H. Lauke
_____________________________________________________
re·dux (adj.): brought back; returned. used postpositively
[latin : re-, re- + dux, leader; see duke.]
www.splintered.co.uk | www.photographia.co.uk
http://redux.deviantart.com

******************************************************
The discussion list for  http://webstandardsgroup.org/

Proud presenters of Web Essentials 04 http://we04.com/
Web standards, accessibility, inspiration, knowledge
To be held in Sydney, September 30 and October 1, 2004

See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list & getting help
******************************************************



Reply via email to