> Can I not just provide a text only link to combat this??

Why not just set a background colour as a fallback?
#info_contents {
       /* start the magic of planning for the worst case */
       background-color:#369;
       /* end  the magic of planning for the worst case */
       background-repeat: repeat-y;
       width: 551px;
       background-image: url(images/bf_05.gif);
       height: auto;
}

Text only versions are _hardly ever_ a good option. Especially not
when they are an excuse for inflexible design. Zoom layout style
sheets are a better idea.

--
Chris Heilmann
Blog: http://www.wait-till-i.com
Writing: http://icant.co.uk/
Binaries: http://www.onlinetools.org/
______________________________________________________________________
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