This article is kind of outdated, but it's currently the "Editor's Choice" piece on A List Apart (issue 206)
http://alistapart.com/articles/imagemap That example is more complex than what yours would need, though. If you combine your primary and secondary banner divs into one, you can use one background image instead of two, and stick two lists inside it (The top right links, and the bottom left links in two different lists). This also means if you wanted rollovers it's relatively painless to do (using :hover pseudo selectors and "sprite" backgrounds). You'd need to make the list items line up, yes, but you could use the same image as for the main background and just use background-position to get it right (so you don't have to create another five images manually). Hope that made some kind of sense... Josh On 10/28/05, Taco Fleur - Pacific Fox <[EMAIL PROTECTED]> wrote: > Hi, > > Browser is Internet Exploder. > > Image map is because I don't really like fooling around matching the gifs > with the background. Plus I send an email to this list a while back asking > whether it was bad to have an image map, I believe the answer was no ;-) > By all means convince me not to use it. > > Thanks, > > Taco Fleur - CEO > Pacific Fox http://www.pacificfox.com.au > an industry leader with commercial IT experience since 1994 … > > ** Web Design and Development > > ** SMS Solutions, including developer API > > ** Domain Registration, .COM for as low as AUSD$15 a year, .COM.AU for > AUSD$50 two years! > > ** Seamless Merchant integration > > ** We endorse PayPal, accept payments online now! > > > > > -----Original Message----- > > From: [EMAIL PROTECTED] > > [mailto:[EMAIL PROTECTED] On Behalf Of Joshua Street > > Sent: Friday, 28 October 2005 4:53 PM > > To: [email protected] > > Subject: Re: [WSG] Weird displacement > > > > > > What browser? Looks normal in Firefox 1.0.7/Linux. > > > > Side note: Why the image map for your Home/Basket/Email nav? > > Looks to me as though a styled list would work well there... > > > > On 10/28/05, Taco Fleur - Pacific Fox > > <[EMAIL PROTECTED]> wrote: > > > > > > Is anybody able to shed some light on why on > > > http://www.startregistration.com/domain/register/ the first > > fieldset > > > is touching the left border of the form, but each > > subsequent fieldset > > > is like indented and not touching the border? > > > > > > Then there is also the problem of the "Contact Information" > > fieldset > > > having a margin under each row, but all the other fields > > sets do not. > > > The CSS is the same for all forms. > > > > > > Any help is appreciated. > > > > > > PS. The page does not validate, but the issues it shows I > > am sure do > > > attribute to the problems, i.e. ALT tags missing etc. > > > > > > > > > Taco Fleur - CEO > > > Pacific Fox http://www.pacificfox.com.au > > > an industry leader with commercial IT experience since 1994 … > > > > > > ** Web Design and Development > > > > > > ** SMS Solutions, including developer API > > > > > > ** Domain Registration, .COM for as low as AUSD$15 a year, > > .COM.AU for > > > AUSD$50 two years! > > > > > > ** Seamless Merchant integration > > > > > > ** We endorse PayPal, accept payments online now! > > > > > > > > > -- > > Joshua Street > > > http://www.joahua.com/ > +61 (0) 425 808 469 > NŠÇ.²È¨žX¬µú+†ÛiÿünËZÖ«vÈ+¢êh(r)Òyèm¶ŸÿÁæìµ(c)Ýj·l‚º.¦Šàþf¢—ø.‰×¥Šw¬qùŸ¢»(™èbžÛ(žš,¶)à¶‹azX¬¶ > ¶)à…éi > > > ****************************************************** > The discussion list for http://webstandardsgroup.org/ > > See http://webstandardsgroup.org/mail/guidelines.cfm > for some hints on posting to the list & getting help > ******************************************************
