[css-d] suckerfish woes

2006-01-02 Thread clamato
I'm having a very strange problem. My implementation of Son of Suckerfish is 
working in IE but not Firefox, Opera, etc. If you view the page in IE, all is 
fine. However, in Firefox (Mac or PC) the background image on the top level ul 
is not showing up.

I've been banging my head over this and have probably done something silly but 
can't seem to find it. Can some one please take a look?

The page can viewed at:
http://www.cherylamato.com/smps/

and the stylesheet is at:
http://www.cherylamato.com/smps/css/advanced.css

tia,
Cheryl
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


[css-d] suckerfish woes

2006-01-02 Thread clamato
Suckerfish woes have been fixed. Declaring a min-height did the trick.

Thanks to all.

Cheryl
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


[css-d] Safari problem

2006-01-21 Thread clamato
I've been working on a site that has a strange bug in Safari. There is a 
dropdown for the top menu item, our yarns. The right side border is not showing 
up until you close the dropdown, and then it remains on screen! I've never seen 
this behavior before.

The page is available at:
http://www.cherylamato.com/wool/

Any ideas?

Cheryl
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


[css-d] spacing problem between 2 divs

2006-04-30 Thread clamato
I need to borrow a pair of eyes. I am trying to get 2 divs to align flush 
against each other. This should be no problem & usually isn't. But for some 
reason, in this instance, I can't get the navigation against the header in 
Firefox (Mac or Win) or Safari. Could someone see what silly mistake I've made.

The page in question can be viewed at:
http://www.cherylamato.com/arise/

The css at:
http://www.cherylamato.com/arise/css/basic.css

TIA
Cheryl
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


[css-d] disregard spacing help

2006-04-30 Thread clamato
Please ignore previous post re spacing between 2 divs - I found it the error.

Sorry for the bother.

Cheryl
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


[css-d] 2 column layout problem

2006-06-25 Thread clamato
I have a page in a 2 column layout When the content in the right column goes 
beyond the the content in the left column, the extra text moves to the left. 
It's a simple layout with one column floated left & the other having a left 
margin equal to it's width. There shouldn't be any box model issues but the 
problem is only happening in IE.

The page can be seen at http://www.cherylamato.com/arise/ 

I've tried everything I can think of. Any help is appreciated.

Cheryl
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


[css-d] extra space under in IE

2006-10-08 Thread clamato
As usual this problem deals with IE 6. I have bar that is filling a  as a 
background image - just decoration. The problem is IE is placing white space 
between this  and the navigation  below. Both have 0 margin and 0 
margin. If I remove the decoration div all is well and of course it works fine 
in FF.
The code is




home
about us
solutions
markets
contact us


and the css is:
.deco {
width: 100%;
height: 9px;
max-height: 9px;
margin: 0;
padding: 0;
background: url(../images/deco.gif) repeat-x;
}

I'm sure it somethings silly I've overlooked but I can't find it.

TIA
Cheryl

#nav {
margin: 0;
padding: 0;
width: 100%;
}
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


[css-d] extra space under in IE

2006-10-08 Thread clamato
As usual this problem deals with IE 6. I have bar that is filling a  as a 
background image - just decoration. The problem is IE is placing white space 
between this  and the navigation  below. Both have 0 margin and 0 
margin. If I remove the decoration div all is well and of course it works fine 
in FF.
The code is




home
about us
solutions
markets
contact us


and the css is:
.deco {
width: 100%;
height: 9px;
max-height: 9px;
margin: 0;
padding: 0;
background: url(../images/deco.gif) repeat-x;
}
#nav {
margin: 0;
padding: 0;
width: 100%;
}

I'm sure it somethings silly I've overlooked but I can't find it.

TIA
Cheryl

#nav {
margin: 0;
padding: 0;
width: 100%;
}
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


[css-d] extra space after in IE

2006-10-09 Thread clamato
Sorry I didn't put up a url the first time. If you go to the url below you will 
see the problem in IE. Everythng is zeroed so I'm clueless.

http://www.cherylamato.com/trusted/

TIA
Cheryl
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


[css-d] gap under image in FF - resolved

2006-10-12 Thread clamato
I've fixed the problem of the gap under the banner image.

Thanks

Cheryl
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


[css-d] annoying space between 2 divs

2006-10-12 Thread clamato
I'm having problems again and have no idea why this isn't working properly.

I have a div w/ an image that takes up the entire div. Under that is a basic 2 
column layout. I can't seem to get the 2 divs to butt against each other. 
Everything has been zeroed. I know it sill needs styling but right now I want 
to get rid of the space.

http://www.cherylamato.com/trusted/

I am at a complete loss. Any help is appreciated.

Cheryl 
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


[css-d] extra space after in IE

2006-10-12 Thread clamato
Thanks to several people the space is gone. There are actually 2 solutions - 
add a comment inside the html, or add a font-size smaller than the actual image.

Thanks to all.
Cheryl
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/