Erin Spangler wrote: > Hello everyone, > > Please check this image: > http://www.thedogsonline.com/temp-site/new-showcase/images/example-image.jpg > > against this page: > http://www.thedogsonline.com/temp-site/new-showcase/showcase-template.html > http://www.thedogsonline.com/temp-site/new-showcase/showcase.css > > and you'll see that I'm having a little trouble moving the links section > over underneath the title graphic and my banner image that I'm trying to use > as a background image for my absolutely placed div is slightly "off" as > well. > > Any suggestions would be appreciated! > >
Hmm. What to say... It is quite easy to use CSS to reproduce the photoshop comp on the screen (no absolute positioning needed). However, if you want a page that "works" regardless of user preference to do whatever they ---- well please, /you may want to re-think your concept/. One approach to maintaining structural integrity (a site that is not brittle and does not brake with user discretion) is to let content determine height. And to test thoroughly cross-browser (with the fonts set at default) at minimum font-size 32px; at +2 in compliant browsers; and at text-size "largest in the IE's. This is a quick attempt at it... <http://www.chelseacreekstudio.com/ca/cssd/a.htm> css <http://www.chelseacreekstudio.com/ca/cssd/a_files/showcase.css> -- http://chelseacreekstudio.com/ ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies -- http://css-discuss.org/policies.html Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
