[css-d] header problems

2006-08-18 Thread jaklitsch maya
http://www.quakercapecod.org/new/keynote2004.html This simple page is tying me up in knots. I hope by the time you look at it will have been updated (cannot ftp to the server). This is the same problem as my previous posting of too much space on the right side. I went and added in the css for

Re: [css-d] header problems

2006-08-18 Thread Gunlaug Sørtun
jaklitsch maya wrote: http://www.quakercapecod.org/new/keynote2004.html This simple page is tying me up in knots. I hope by the time you look at it will have been updated (cannot ftp to the server). Page not up for me yet, but it doesn't matter since the problem is well known. This is the

[css-d] Header problems

2006-05-26 Thread Mark Fellowes
I don't believe I've ran into this before, meaning not asked about this type of problem before here. Problem is the header in IE (haven't checked Opera or Netscape), looks right in Firefox. In IE, the height is off and the background graphic has a gray background.

Re: [css-d] Header problems

2006-05-26 Thread Tom Livingston
IE, the height is off and the background graphic has a gray background. Is the PNG transparent? Sounds like it. IE won't do trans PNGs -- Tom Livingston Senior Multimedia Artist Media Logic www.mlinc.com __ css-discuss

Re: [css-d] Header problems

2006-05-26 Thread Mark Fellowes
Message- From: [EMAIL PROTECTED] Sent: Friday, May 26, 2006 4:17 PM -07:00 To: Mark Fellowes [EMAIL PROTECTED] Cc: CSS List [EMAIL PROTECTED] Subject: [css-d] Header problems IE, the height is off and the background graphic has a gray background. Is the PNG transparent? Sounds like it. IE won't do

RE: [css-d] Header problems on resizing - Repost

2005-08-21 Thread Peter Williams
From: dwain alford this may sound a bit bazaar, but float the h4 left and replace your 10px left margin to 0 on the #sitenav and i think that should do it for you. Dwain, That changes the behavious slightly, but doesn't completely correct it either. I've uploaded a revised version

RE: [css-d] Header problems on resizing - Repost

2005-08-21 Thread Larry Miller
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Peter Williams Sent: Sunday, August 21, 2005 7:23 PM To: [EMAIL PROTECTED] Subject: [css-d] Header problems on resizing - Repost Dear list, I am working on a site where I have a header

Re: [css-d] Header problems on resizing - Repost

2005-08-21 Thread Rich Points
Hey Peter, I put together a tweak of your page. I did so under the assumption that you wanted a static width; 820px. It's a different story if you going after a squishy layout. I also tweaked the html and made it simpler. I took out the H1 and H4 tag because those tags are often best used

RE: [css-d] Header problems on resizing - Repost

2005-08-21 Thread Peter Williams
From: Larry Miller Have you tried adding a width property to your #header declaration? From: Rich Points I put together a tweak of your page. I did so under the assumption that you wanted a static width; 820px. http://richpoints.com/tc.html Rich and Larry, I had tried a fixed width

Re: [css-d] Header problems on resizing - Repost

2005-08-21 Thread Rich Points
I don't understand what you mean by the h1 and h4 being best in the body content of the page either. I say that in reference to SEO where it's a good idea to put keywords of the page in the h1 tags.. This is off topic for this list though. I'd be pleased to hear how it works across few

RE: [css-d] Header problems on resizing - Repost

2005-08-21 Thread Larry Miller
Have a look at the current iteration that I made after trying Dwain's suggestions and see how it behaves. http://www.nci.net.au/temp-test/ I'd be pleased to hear how it works across few browsers and OSs. I know that IE/Win doesn't resize the text and that FF 1.06/Win seems pretty

[css-d] Header problems on resizing

2005-08-18 Thread Peter Williams
Dear list, I am working on a site where I have a header that contains: - Company logo (image wrapped in h1 on left) - Site wide navigation bar (styled ul, middle right) - Catchy slogan (h4, bottom right) I have an example page that can be viewed at: http://www.nci.net.au/temp-test/ The sample