[css-d] Problems with site template

2007-09-14 Thread grovesdavid
Hello, I have a few problems is completing site template: http://www.linkhomes2000.co.uk/mortgage-repayment.php 1) I can't make min-width work in I.E. 6, probably not in any others either ({can't check others} Works reasonably well in FF). 2) Need to make my menu more accessibility friendly,

Re: [css-d] Problems with site template

2007-09-14 Thread Rick Lecoat
On 14/9/07 (12:28) [EMAIL PROTECTED] said: I can't make min-width work in I.E. 6, probably not in any others either ({can't check others} Works reasonably well in FF). DG; IE5/6 doesn't understand min-width. However, it treats width the same way as min-width, I believe, so you can add in an

[css-d] Easy way to replace table layout with css-layout?

2007-09-14 Thread Magnus Fahlström
Hi everybody. I'm trying to find an easy way to replace a table layout with a css-layout. There will be about 100 pages with a different number of rows on each page. These pages will be attached to a Dreamweaver template with navigation, logo and so on. In a table layout I can add/remove a row

Re: [css-d] Problems with site template

2007-09-14 Thread Gunlaug Sørtun
Rick Lecoat wrote: On 14/9/07 (12:28) [EMAIL PROTECTED] said: I can't make min-width work in I.E. 6, probably not in any others either ({can't check others} Works reasonably well in FF). DG; IE5/6 doesn't understand min-width. However, it treats width the same way as min-width, I

Re: [css-d] Problems with site template

2007-09-14 Thread Philippe Wittenbergh
On Sep 14, 2007, at 9:32 PM, Rick Lecoat wrote: I can't make min-width work in I.E. 6, probably not in any others either ({can't check others} Works reasonably well in FF). DG; IE5/6 doesn't understand min-width. However, it treats width the same way as min-width, I believe, so you can

[css-d] Site check please

2007-09-14 Thread Cory Shubert
Hi all, I am throwing our new design out there for critique and suggestions. http://www.nwaworldvacations.com BLOCKED::http://www.nwaworldvacations.com We tried to do a better job of CSS and moved into a more Web 2.0 vibe, at least that is what we were trying for. I am sure many will lament

[css-d] IE7 breaks nav and site check

2007-09-14 Thread Brian Funk
Good day all, html at: http://www.lionbearkennels.com/ css at: http://www.lionbearkennels.com/lbk_style.css Zoom up or down in IE7 and watch the main navigation. Otherwise, since I'm nearly done with it, whoever wouldn't mind having a look, please do. All criticisms and comments most

[css-d] Help me about IE opacity for texts

2007-09-14 Thread Ethan
Hi, I really want to know that if I can set some sentences transparent in an article using IE filter opacity. For example, aa link/a or spansentence/span. I can do this using opacity in FireFox very easily. But this is not the case for IE. I know I need to give a position to the block

Re: [css-d] Easy way to replace table layout with css-layout?

2007-09-14 Thread Gunlaug Sørtun
Magnus Fahlström wrote: Hi everybody. I'm trying to find an easy way to replace a table layout with a css-layout. There will be about 100 pages with a different number of rows on each page. These pages will be attached to a Dreamweaver template with navigation, logo and so on. Need more

Re: [css-d] switching text size

2007-09-14 Thread David Dorward
On 14/09/2007, Peggy Coats [EMAIL PROTECTED] wrote: Yes, we know that, but unfortunately a lot of people don't -- especially elderly folks who have vision issues and aren't as technology savvy ;-) Perhaps some nice simple illustrated instructions for changing the preference in a number of

Re: [css-d] Problems with site template

2007-09-14 Thread Rick Lecoat
On 14/9/07 (13:37) Gunlaug said: IE6 does *not* treat 'width' as proper 'min-width', so a CSS based workaround is a bit more complicated... Apologies to DG, then, for faulty info. I'm certain that I read that somewhere, but clearly either I mis-read it, mis-understood it, or the information I

Re: [css-d] switching text size

2007-09-14 Thread Gunlaug Sørtun
David Dorward wrote: On 14/09/2007, Peggy Coats [EMAIL PROTECTED] wrote: Yes, we know that, but unfortunately a lot of people don't -- especially elderly folks who have vision issues and aren't as technology savvy ;-) Perhaps some nice simple illustrated instructions for changing the

Re: [css-d] font :wqx-height

2007-09-14 Thread Ray Leventhal
david wrote: snip While in a perfect world I'd agree with David, it's not so much the 'tender egos of folk involved in designing the site' it's usually, imnsho, the un- or refused-to-be-educated folk who actually pay for the site to look/feel a certain way. 0.02 delivered :) Part of this

Re: [css-d] Site check please

2007-09-14 Thread Gunlaug Sørtun
Cory Shubert wrote: http://www.nwaworldvacations.com We tried to do a better job of CSS and moved into a more Web 2.0 vibe, at least that is what we were trying for. I am sure many will lament our use of tables still, but some habits die hard. I am curious to learn how we might have

[css-d] Making legends behave like normal boxes

2007-09-14 Thread Barney Carroll
Hi all! I'm building a site strongly based on established style guides, in which all header elements have dotted bottom-borders that stretch (as you would expect) accross the available vertical space. And I want legends to act like headers. But after applying a very solid reset (Eric's –

Re: [css-d] Problems with site template

2007-09-14 Thread Elli Vizcaino
--- Gunlaug Sørtun [EMAIL PROTECTED] wrote: IE6 does *not* treat 'width' as proper 'min-width', so a CSS based workaround is a bit more complicated... http://www.brunildo.org/test/min-widthS.html ...or an expression can be used... http://www.gunlaug.no/contents/wd_additions_14.html

Re: [css-d] Help me about IE opacity for texts

2007-09-14 Thread David Hucklesby
On Fri, 14 Sep 2007 17:42:53 +0800, Ethan wrote: Hi, I really want to know that if I can set some sentences transparent in an article using IE filter opacity. For example, aa link/a or spansentence/span. I can do this using opacity in FireFox very easily. But this is not the case

Re: [css-d] Problems with site template

2007-09-14 Thread Gunlaug Sørtun
Elli Vizcaino wrote: http://e7flux.com/index3.html http://e7flux.com/css/e7flux.css Can someone explain why it's working and basically if I just need to scrap the min-width properties I have in the CSS as it seems to me based on this discussion that it's unnecessary? My guess is that the

Re: [css-d] Problems with site template

2007-09-14 Thread Elli Vizcaino
--- Gunlaug Sørtun [EMAIL PROTECTED] wrote: Elli Vizcaino wrote: http://e7flux.com/index3.html http://e7flux.com/css/e7flux.css Can someone explain why it's working and basically if I just need to scrap the min-width properties I have in the CSS as it seems to me based on

Re: [css-d] Making legends behave like normal boxes

2007-09-14 Thread Rafael
A link is really useful in these cases. If you can, strip down your HTML CSS to simply things. Barney Carroll wrote: Hi all! I'm building a site strongly based on established style guides, in which all header elements have dotted bottom-borders that stretch (as you would expect)

[css-d] IE 6 menu problem

2007-09-14 Thread JGardner
Hello, I am working on a drop down navigation - it looks/works correctly in IE7 and Firefox, but not IE 6. I would appreciate any guidance to fixing this. You can see the page here - http://www.jgardnerdesigns.com/web-design-services.htm Thanks, Jennifer

Re: [css-d] IE 6 menu problem

2007-09-14 Thread Ingo Chao
JGardner wrote: Hello, I am working on a drop down navigation - it looks/works correctly in IE7 and Firefox, but not IE 6. I would appreciate any guidance to fixing this. You can see the page here - http://www.jgardnerdesigns.com/web-design-services.htm Thanks, Jennifer you have

Re: [css-d] IE7 breaks nav and site check

2007-09-14 Thread Bruno Fassino
Brian Funk wrote: html at: http://www.lionbearkennels.com/ css at: http://www.lionbearkennels.com/lbk_style.css Zoom up or down in IE7 and watch the main navigation. In IE7, inline elements with padding, background, border (like your 'li' and 'a') have problems when 'zoomed' [1]. Try

Re: [css-d] Site check please

2007-09-14 Thread David Laakso
Cory Shubert wrote: Hi all, I am throwing our new design out there for critique and suggestions. http://www.nwaworldvacations.com BLOCKED::http://www.nwaworldvacations.com We tried to do a better job of CSS and moved into a more Web 2.0 vibe, ...{trimmed} I am posting here to help

Re: [css-d] Help me about IE opacity for texts

2007-09-14 Thread Bruno Fassino
Ethan wrote: I really want to know that if I can set some sentences transparent in an article using IE filter opacity. For example, aa link/a or spansentence/span. I can do this using opacity in FireFox very easily. But this is not the case for IE. I know I need to give a position

[css-d] Any tips on image loading?

2007-09-14 Thread Allison Kelly
Hi all, You all have been great so far with helping me out on my first CSS site, whether I emailed or checked the archives, I found everything I needed, so thanks! I finally have finished the homepage, but I noticed that my images are loading slowly. What am I missing here?

Re: [css-d] Problems with site template

2007-09-14 Thread David Laakso
[EMAIL PROTECTED] wrote: Hello, I have a few problems is completing site template: http://www.linkhomes2000.co.uk/mortgage-repayment.php 1) I can't make min-width work in I.E. 6, probably not in any others either ({can't check others} Works reasonably well in FF). 2) Need to make my

Re: [css-d] IE 6 menu problem - 1/2 solved

2007-09-14 Thread JGardner
With great embarrassment, I thank you - I forgot to upload it. That part works now. The menu is still not positioned correctly and the hover background color is not working on the drop down. Any ideas anyone? Thanks, Jennifer - Original Message From: Ingo Chao [EMAIL

Re: [css-d] Site check please

2007-09-14 Thread Walt F. Schaefer
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Cory Shubert Sent: Friday, September 14, 2007 5:44 AM To: css-d@lists.css-discuss.org Subject: [css-d] Site check please Hi all, I am throwing our new design out there for critique and suggestions.

[css-d] bg image pops up in IE7

2007-09-14 Thread =fatgraffix=
hmm anybody know why this happens on IE 7? - http://www.fatgraffix.com/clients/fatgraffix/fgx_v2a_dev10/logos_01.html other pages on this site w/ bgs seem to work fine. thx all for any assistance... =fgx= __ css-discuss [EMAIL

Re: [css-d] Any tips on image loading?

2007-09-14 Thread Kenny Graham
I finally have finished the homepage, but I noticed that my images are loading slowly. What am I missing here? Loads in less than a second here. But the two header images are pretty big. One way to optimize it would be to make the green grid a small repeating image in your #header span