Hello everyone, I am new to the group, and have enjoyed reading many of the emails thrown back and forth. There is a site that I am working on, and it is hard for me to check it out on many different platforms, and browsers. The site is at http://www.guchdesign.com/pop/
Let me say beforehand that I am using tables for layout (yikes! I really do understand the accessibility issues related to that, but that is partially why I'm asking for your help...) 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? Thank you in advance. Cheers, John ______________________________________________________________________ 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/
