Matthew Stoneback wrote: > Good afternoon - > > http://dev.eddysound.com/dev/rrc/design_help/RRC%20Landing%20Page.jpg > > http://dev.eddysound.com/dev/rrc/design_help/RRC%20Landing%20Page%20-%20Glow.jpg
> I started to code the site and got this far: > http://dev.eddysound.com/dev/rrc/ It looks like you're heading in the right direction given the circumstances. You may want to break more elements down into transparent PNGs so that it's not all one single 1 MB image loading at once. Instead of an image map I would break out all of the hover sections into transparent pieces so that the circular area loads separately and is optimized maybe even with 8-bit PNG or GIF if it's possible. I would apply the circle to the background of centered DIV and possibly put the link elements inside there as absolute positioned sections. Research alpha-PNG fixes for IE 6 because they will come in handy for you in this project for the surrounding things like the logo with a shadow on it. Others here will no doubt have more advice... -Adam Ducker (http://adamducker.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/
