Re: [css-d] Firefox clearing float problem?

2007-02-10 Thread Andrew Leach
Hi Georg, Thanks for this advice. Unfortunately, that has the negative effect (in Firefox only) of cutting off the upper half of my graphic which I'd intentionally placed over the the div boundries. Are there any other solutions that you or anyone else could suggest? Regards, Andrew On 11/02/07

[css-d] help with ie.everything / at my wit's end!

2007-02-10 Thread bill scheider
Hi everyone, I hope you can (will) help. On this site: http://first-encounter-design.dreamhosters.com/fed , all looks as I'd like it to on most browsers (screenshot here: http://first-encounter-design.dreamhosters.com/fed/ss/fedSS.jpg

Re: [css-d] CSS and accesskeys

2007-02-10 Thread Ricky Zhou
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Arlen Walker wrote: > I've been wracking my brain: Is there any way a CSS selector can pick > up on the accesskey assigned to a link to style it differently? You can use attribute selectors (http://www.w3.org/TR/REC-CSS2/selector.html#attribute-selec

[css-d] CSS and accesskeys

2007-02-10 Thread Arlen Walker
I've been wracking my brain: Is there any way a CSS selector can pick up on the accesskey assigned to a link to style it differently? Have Fun, Arlen -- In God we trust, all others must supply data

Re: [css-d] Firefox clearing float problem?

2007-02-10 Thread Gunlaug Sørtun
Andrew Leach wrote: > From what I can tell, it seems like a clearing float problem as if I > include a clear:left; further down in the html it solves the problem > but the whole layout drops and that's not what I want!! > http://www.leachy.co.uk Yes, IE6 is "saved" by its 'hasLayout'[1] bug - a

Re: [css-d] Problems with site in Opera and Firefox!!

2007-02-10 Thread Gunlaug Sørtun
[EMAIL PROTECTED] wrote: > The page now passes as valid HTML 4.01 transitional Nice. > The only problem I can now see with this page is that the options in > the unordered list under 'Other Links' is much further over to the > right in Opera and Firefox than as it should look in IE7 ? > > Why d

Re: [css-d] Problems with site in Opera and Firefox!!

2007-02-10 Thread Ianvaughan1979
Hi Georg Thanks you are a lifesaver!! The page now passes as valid HTML 4.01 transitional The only problem I can now see with this page is that the options in the unordered list under 'Other Links' is much further over to the right in Opera and Firefox than as it should look in IE7 ? Wh

[css-d] Firefox clearing float problem?

2007-02-10 Thread Andrew Leach
Hi, I'm creating my first web page and I've based my design on some of the hacks proposed in 'In search of one true layout' at position is everything: http://www.positioniseverything.net/articles/onetruelayout/print However, in firefox

Re: [css-d] Design repository less fancy than CSS Zen Garden

2007-02-10 Thread francky
Hi Martin, Maybe the designs / links in the css-discuss Wiki page about CSS layouts can give some inspiration? Success in deciding which one! :-) francky __ css-discuss [EMAIL PR

Re: [css-d] help with internet explorer oddity..

2007-02-10 Thread francky
Si wrote: > [...] > The dynamic pages are nearly working but still getting conflicts are: > > http://www.find4.eu/events/event_list.php > > - the main content of the table > seems to be breaking the design of the 2column layout > [...] > Hi Si, With IE6 or FF2 under WinXP I don't see a breakin

Re: [css-d] Site Check please

2007-02-10 Thread Gunlaug Sørtun
Robin Fisher wrote: > This is my first "proper" project and would like a quick check just > on the homepage particularly in relation to IE 6 & 7. Nice project. > I've been using Browsercam to check and I've noted some problems > particularly with regards to the right column and the navigation

Re: [css-d] Problems with site in Opera and Firefox!!

2007-02-10 Thread Gunlaug Sørtun
[EMAIL PROTECTED] wrote: > What is causing the header and main global navigation to be distorted > in Opera and Firefox, when it shows up fine in IE 6 and 7? It's a combination of 'collapsing margins' and lack of 'expand to contain floats'. IE/win _is_ "saved" by its own bugs on both accounts. Th

[css-d] Site Check please

2007-02-10 Thread Robin Fisher
Hi All, This is my first "proper" project and would like a quick check just on the homepage particularly in relation to IE 6 & 7. I've been using Browsercam to check and I've noted some problems particularly with regards to the right column and the navigation menu. Any advice in this regard woul

Re: [css-d] Problems with site in Opera and Firefox!!

2007-02-10 Thread Gunlaug Sørtun
[EMAIL PROTECTED] wrote: > Hi Georg > > Thanks very much for that it is starting to look much better! Thought so :-) > What is causing the header and main global navigation to be distorted > in Opera and Firefox, when it shows up fine in IE 6 and 7? Looks like there are some 'collapsing margins

Re: [css-d] position: relative on , hasLayout problem in IE?

2007-02-10 Thread Ingo Chao
Mark Lundquist wrote: > Hi, I'm trying to make a simple 2-level all-CSS nav menu: first level > horizontal, second level "flyover" vertical. It looks fine in Firefox > and Safari, but not IE6. Here's a test page: > > http://dev.firpoint.wd-2.net/ > > ... > [6] I found that if I removed

Re: [css-d] vertical line graphic not showing in mozilla and netscape and driving me nuts!!!

2007-02-10 Thread david
Melinda Odom wrote: > I cannot get this vertical line to show in mozilla nor netscape. > http://www.designhosting.biz/designhosting/ssl/index.html > > It does show in ie7. > > If I remove this style: > * html #container { > overflow: visible; > } > > and add "table: display;" to the #c

Re: [css-d] Problems with site in Opera and Firefox!!

2007-02-10 Thread david
[EMAIL PROTECTED] wrote: > I am struggling with some major css problems at the moment. > > The following website > _http://www.food.thfctalk.com/sample.html_ > (http://www.food.thfctalk.com/sample.html) > > works great in IE 6 and IE7 but when I used Opera 9 and below and Firefox, > the pag

Re: [css-d] Problems with site in Opera and Firefox!!

2007-02-10 Thread Ianvaughan1979
Hi Georg Thanks very much for that it is starting to look much better! What is causing the header and main global navigation to be distorted in Opera and Firefox, when it shows up fine in IE 6 and 7? So as it is html 4.01 instead of it should be and the same for the = element ? Than

Re: [css-d] Problems with site in Opera and Firefox!!

2007-02-10 Thread Gunlaug Sørtun
[EMAIL PROTECTED] wrote: > I am struggling with some major css problems at the moment. > > The following website _http://www.food.thfctalk.com/sample.html_ > (http://www.food.thfctalk.com/sample.html) > > works great in IE 6 and IE7 but when I used Opera 9 and below and > Firefox, the page is a

[css-d] help with internet explorer oddity..

2007-02-10 Thread Si
Hi, Please can you help me.. I've been looking at for the past 10 hours and can't find the conflict. I've got the layout working ok in IE and Firefox 3 columns: http://www.find4.eu/layout.html 2 columns: http://www.find4.eu/layout2c.html The dynamic pages ar

Re: [css-d] why does text move to the right when hovering over a link in IE7?

2007-02-10 Thread H. Dean Hua
No- I can't see why I would set m/p for the a:hover state. But here is the site that I am working to help clarify; www.sachitesting.com Thx, Dean On 2/10/07, Tim Dawson <[EMAIL PROTECTED]> wrote: > > Have you set any margin/padding for the a:hover state ? > You should post a link to your page ot

[css-d] Problems with site in Opera and Firefox!!

2007-02-10 Thread Ianvaughan1979
I am struggling with some major css problems at the moment. The following website _http://www.food.thfctalk.com/sample.html_ (http://www.food.thfctalk.com/sample.html) works great in IE 6 and IE7 but when I used Opera 9 and below and Firefox, the page is all over the place. Any ideas on w

[css-d] position: relative on , hasLayout problem in IE?

2007-02-10 Thread Mark Lundquist
Hi, I'm trying to make a simple 2-level all-CSS nav menu: first level horizontal, second level "flyover" vertical. It looks fine in Firefox and Safari, but not IE6. Here's a test page: http://dev.firpoint.wd-2.net/ notes before going on...: [1] In case you're viewing it only in IE6:

Re: [css-d] vertical line graphic not showing in mozilla and netscape and driving me nuts!!!

2007-02-10 Thread Gunlaug Sørtun
Melinda Odom wrote: > Hi, > > I cannot get this vertical line to show in mozilla nor netscape. > http://www.designhosting.biz/designhosting/ssl/index.html > > It does show in ie7. IE7 still has the 'Layout' bug, and uses the 'width: 900px' as trigger for expansion to contain floats. > If I rem

Re: [css-d] vertical line graphic not showing in mozilla and netscape and driving me nuts!!!

2007-02-10 Thread Bradley Wright
Melinda Odom wrote: > > I cannot get this vertical line to show in mozilla nor netscape. > http://www.designhosting.biz/designhosting/ssl/index.html > > If I remove this style: > * html #container { > overflow: visible; > } > Hi Melinda, The issue is that the #container element is not

Re: [css-d] IE7 dropdown submenu shows behind menu

2007-02-10 Thread Gunlaug Sørtun
[EMAIL PROTECTED] wrote: > [...] > URL: http://www.kepcopower.com/a-test2.htm > Ideally, it would be nice if the submenus consistently opened > adjacent to the menus without covering them for all browsers, but I > had no luck trying to get that to work in Firefox, Opera, etc. so I > would sett

[css-d] vertical line graphic not showing in mozilla and netscape and driving me nuts!!!

2007-02-10 Thread Melinda Odom
Hi, I cannot get this vertical line to show in mozilla nor netscape. http://www.designhosting.biz/designhosting/ssl/index.html It does show in ie7. If I remove this style: * html #container { overflow: visible; } and add "table: display;" to the #container style the vertical line sho

Re: [css-d] IE7 dropdown submenu shows behind menu

2007-02-10 Thread tedd
At 5:20 PM -0500 2/9/07, [EMAIL PROTECTED] wrote: >Tried to add PRODUCTS OVERVIEW submenu to dropdown PRODUCTS menu in top >navigation. Works OK in IE5, Netscape, Firefox, Opera, but in IE7 >the submenu is >covered by the dropdown menu instead of the submenu covering the menu. Any >ideas? > >URL:

[css-d] Design repository lees fancy than CSS Zen Garden

2007-02-10 Thread martin f krafft
Dear list, I am looking for a new style for my personal homepage. Since I am self-employed, I want the design to be both slick and serious, catchy but not playful. I don't have exact ideas and would like to be able to shop around. On the other hand, while I am confident with CSS, I'd prefer a rea

Re: [css-d] First list post (noob)

2007-02-10 Thread Gunlaug Sørtun
Doug Brown wrote: > http://72.174.248.16/totallyclassified/index.cfm > Hi everyone! This will be my first of probably many posts to the > lists as I am very green (noob) at css. I of course will do my best > to find answers via books and other resources before tying up someone > elses time. We

[css-d] First list post (noob)

2007-02-10 Thread Doug Brown
Hi everyone! This will be my first of probably many posts to the lists as I am very green (noob) at css. I of course will do my best to find answers via books and other resources before tying up someone elses time. Now on to my first question. I have the following little search function that is

Re: [css-d] why does text move to the right when hovering over a link in IE7?

2007-02-10 Thread Tim Dawson
Have you set any margin/padding for the a:hover state ? You should post a link to your page otherwise no-one can see what your problem is. Tim On 10/02/2007 06:50, H. Dean Hua wrote: > I just noticed that in IE7, if I mouse over a hyperlink, the text in my > content div will push right up again