Re: [css-d] IE margin issues

2008-09-07 Thread Gunlaug Sørtun
Daniel Hammond wrote: > > When you hover over the photo thumbnails, there should be 15px of > margin space below the highlighted blue background behind the photo > captions. Delete the 'hasLayout' trigger and make it... ...and both IE7 and 6 will

Re: [css-d] IE Margin Issues

2008-06-06 Thread Arlen Walker
On Jun 5, 2008, at 8:58 PM, David Terrell wrote: > > --- Arlen Walker <[EMAIL PROTECTED]> wrote: > >> Wouldn't it have been simpler all around to just use >> the header image >> as a background, and put the menu inside the header >> div? Use of >> negative margins has a spotty record. As you >> n

Re: [css-d] IE Margin Issues

2008-06-06 Thread Len Switalski - ZinZang Studio
Wouldn't it be best to assign an ID (or class) to each page's html body tag? eg: , , , etc. The css would be, for example: #home #hdr { background: url(i/bg-hdr1.png) } #faq #hdr { background: url(i/bg-hdr2.png) } #whatever #hdr { background: url(i/bg-hdr3.png) } __

Re: [css-d] IE Margin Issues

2008-06-05 Thread Gunlaug Sørtun
David Terrell wrote: > I have an issue with a negative margin in IE. I have this site set up > so that the navigation falls back on top of the header [...] > http://www.lyramid.com/test The following additions/corrections should bring IE in line with the others, or the other way round... #menu

Re: [css-d] IE Margin Issues

2008-06-05 Thread Chris Williams
Don't put the header image CSS in the style sheet, but on the code for the page... > From: David Terrell <[EMAIL PROTECTED]> > Subject: Re: [css-d] IE Margin Issues > > The header image has to change for every page so it > would be impractical to create a different styl

Re: [css-d] IE Margin Issues

2008-06-05 Thread Arlen Walker
On Jun 4, 2008, at 10:33 PM, David Terrell wrote: > Hello All, > > I have an issue with a negative margin in IE. I have > this site set up so that the navigation falls back on > top of the header as seen in this capture: Wouldn't it have been simpler all around to just use the header image as