On 10/12/05 3:59 PM, "John Gucheman" <[EMAIL PROTECTED]> wrote:

> The site is at http://www.guchdesign.com/pop/
> 
> Let me say beforehand that I am using tables for layout... in combination with
>a trick I found on csszengarden, attributed to Douglas Bowman at
> stopdesign.com:
> 
> /* using an image to replace text in an h1. This trick courtesy Douglas
> Bowman, http://www.stopdesign.com/articles/css/replace-text/ */
> #pageHeader h1 { 
> background: transparent url(/001/h1.gif) no-repeat top left;
> margin-top: 10px;
> width: 219px; 
> height: 87px; 
> float: left;
> }
> #pageHeader h1 span {
> display:none
> }
> 
> So, my questions are
> 
> 1: how does the site look across various platforms?
> 
> 2: In text-only browsers does the html display OK?

John,

I just finished up a post about Image Replacement titled
"Re: [css-d] Multiple IR in IE 5.0/Win [Solved]"

You should take a look at the IR technique(s) mentioned here:
http://www.tjkdesign.com/articles/tip.asp


______________________________________________________________________
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