Re: [css-d] elements disappearing in IE6, bad Safari rendering

2009-07-10 Thread divya manian
On Fri, Jul 10, 2009 at 11:12 AM, Lori K. Brown wrote: > Dear list: > > I have been working on a revised site template, here: > > http://ibis.grdl.noaa.gov/SAT/draft/index.php > > Then I heard that it breaks on Safari for the Mac, and that the lower > right banner elements disappear completely in I

Re: [css-d] site check in IE + background image issue

2009-07-10 Thread divya manian
On Mon, Jul 6, 2009 at 10:12 AM, Ron Zisman wrote:> > i'm also having issues with a background image (a slight gradation on > the red background) > You should try to use much higher resolution for the background image if you want to see a more smooth gradation in the background. What you see in ph

[css-d] elements disappearing in IE6, bad Safari rendering

2009-07-10 Thread Lori K. Brown
Dear list: I have been working on a revised site template, here: http://ibis.grdl.noaa.gov/SAT/draft/index.php In particular, I have been working on the banner elements, and am using an absolutely positioned div on the left and right of the banner to position the banner elements on top of a back

Re: [css-d] top nav tabs - distorted on laptop?

2009-07-10 Thread Greg Wilker
- Original Message - From: "David Laakso" Sent: Thursday, July 09, 2009 3:58 PM Subject: Re: [css-d] top nav tabs - distorted on laptop? > > ul#toc { > overflow: hidden; < :: add > height: .9em; <- :: delete > } That did the trick - thank you. greg _

Re: [css-d] css image reveal rollover problem

2009-07-10 Thread J.M. Knowles
Part 1 you are declaring 10px top margin for UL - you could change to 0 ul {margin: 10px 0 10px; padding: 0 0 0 20px; list-style-image: url(/pics/bullet.gif); list-style-type: square;} Sara Ullman wrote: > I'm not sure how to respond within a thread so apologies for that. I want to > thank Tim

Re: [css-d] General Check

2009-07-10 Thread MEM
> > Give the form an explicit width. It doesn't need to be hidden from > > other browsers. > e.g. #form_login { width: 11.75em; } I was doing clear:left; both; overflows, comment those lines, put them back. I was thinking about some lines on my css that should start with moz- ... And here it

Re: [css-d] css image reveal rollover problem

2009-07-10 Thread Tim Snadden
On 10/07/2009, at 4:41 PM, Sara Ullman wrote: > I'm not sure how to respond within a thread so apologies for that. I > want to > thank Tim Snadden and Bobby Jack for your help. I feel foolish that > I missed > that. Tim I tried your most simplified code but wasn't able to make > it work. >

Re: [css-d] css image reveal rollover problem

2009-07-10 Thread J.M. Knowles
Not sure what is going on with part 1, part 2 is fixed by putting commas between your fonts Sara Ullman wrote: > I'm not sure how to respond within a thread so apologies for that. I want to > thank Tim Snadden and Bobby Jack for your help. I feel foolish that I missed > that. Tim I tried your mos