On 12/8/05, Craig Morris <[EMAIL PROTECTED]> wrote: > Two problems: > First, the whole setup blows up if CSS is off (that's not a huge issue > for me, but it might be to some people).
I don't see any way around that... except to use smaller images. If CSS backgrounds were scalable, you could take the images out of the markup, but they aren't. One solution would be to add the img tags in as CSS generated content, but that is not widely supported. This wouldn't be the first thing to fall apart with CSS off so I guess it's forgivable. > Second, the whole button isn't > a clickable link right now, just the text on it is. I think the solution is just to wrap the anchor around the entire thing, including the images. <a> <img left> <img middle> Option <img right> </a> The images should have empty alt attributes so it should be an okay way to do it. -- -- Christian Montoya christianmontoya.com ... rdpdesign.com ... cssliquid.com ______________________________________________________________________ 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/
