Re: [css-d] Is it possible to create this type of a layout with CSS?

2005-09-13 Thread Melissa Brands
Rob, Thank you so much for helping me! Your example has helped me immensely! Your example works perfectly but, I've managed to break it :) I added: height: 200px; to the #header and I've tried positioning logo by adding: margin-left: 32px; to the #logo to position it a bit to

Re: [css-d] Is it possible to create this type of a layout with CSS?

2005-09-13 Thread Rob Cochrane
Melissa Brands wrote: Rob, Thank you so much for helping me! Your example has helped me immensely! Your example works perfectly but, I've managed to break it :) I added: height: 200px; to the #header and I've tried positioning logo by adding: margin-left: 32px; to the #logo

[css-d] Having trouble clearing a footer

2005-09-13 Thread Kristina Floyd
Hello again List ;o) If you have a moment could you please have a look at http://24.m-corp.com/ID01_BSOhomepage_autumn.html and tell me why I don't seem to be able to clear the footer below the right hand side column. I have floated the div right, and given it an absolute position, but i'm

RE: [Fwd: Re: [css-d] suckerfish issue]

2005-09-13 Thread Tekin Suleyman
Thanks, this has solved the problem but has created a new one. Now a gap appears between the list item with the sub list and the next item in IE. I've Spent the morning trying to get rid of this gap but with no success. Updated page is here: http://www.boxivity.co.uk/test/main-template.html

Re: [css-d] Having trouble clearing a footer

2005-09-13 Thread Gunlaug Sørtun
Kristina Floyd wrote: If you have a moment could you please have a look at http://24.m-corp.com/ID01_BSOhomepage_autumn.html and tell me why I don't seem to be able to clear the footer below the right hand side column. I have floated the div right, and given it an absolute position, but i'm

Re: [css-d] Having trouble clearing a footer

2005-09-13 Thread Kristina Floyd
Kristina Floyd wrote: http://24.m-corp.com/ID01_BSOhomepage_autumn.html and tell me why I Gunlaug Sørtun wrote: Remove 'AP' and just let it float, and a normal 'clear: both' on footer will work as expected. Thank you for your reply. The reason I was using AP, is because the design has been

Re: [Fwd: Re: [css-d] suckerfish issue]

2005-09-13 Thread Ray Mike Troy Pello
Tekin Suleyman wrote: Thanks, this has solved the problem but has created a new one. Now a gap appears between the list item with the sub list and the next item in IE. I've Spent the morning trying to get rid of this gap but with no success. Updated page is here:

RE: [Fwd: Re: [css-d] suckerfish issue]

2005-09-13 Thread Tekin Suleyman
no, the problem is that when you roll over the 'products' menu buttom, the sub menu appears, but a big gap also appears between the 'products' button and the 'gallery' one. I only seem to get this with IE6.. I have discovered that if i add height:1em; vertical-align: bottom; to the ul#mainnav li

Re: [css-d] Having trouble clearing a footer

2005-09-13 Thread Gunlaug Sørtun
Kristina Floyd wrote: Is what I'm trying to do possible? If you go to http://24.m-corp.com/ID01_BSOhomepage_autumn.html and then resize the browser you will get an idea of what I have in mind Had just a quick look at the source-code... I see what you are trying to do, but using 'AP' is

[css-d] Nested ListNavi breakes in IE

2005-09-13 Thread Carsten Peters
Hi List, please have a look at: http://upload2.fender-training.de/cms/front_content.php?idcat=7 Trouble is the navi works in Firefox and other standards compliant Browsers but breakes in IE. Your guidance would be greatly appreciated. Carsten -- Carsten Peters http://carsten-peters.net

Re: [Fwd: Re: [css-d] suckerfish issue]

2005-09-13 Thread Ray Mike Troy Pello
Tekin Suleyman wrote: no, the problem is that when you roll over the 'products' menu buttom, the sub menu appears, but a big gap also appears between the 'products' button and the 'gallery' one. I only seem to get this with IE6.. I have discovered that if i add height:1em; vertical-align:

[css-d] How to keep suckerfish drop-down menus on top in IE?

2005-09-13 Thread David Dickerson
you can find a test version of this with the error here: http://www.rosecreekvillage.com/test/ and the CSS at: http://www.rosecreekvillage.com/v4.css - the suckerfish specific CSS is actually inline in the document. I'm trying to implement the Suckerfish drop-down menus into our website,