[css-d] Need help with styles for javascript menu

2006-08-24 Thread John Goodwyn
In the site http://ver5.elliswyatt.com/campfire you'll see that if you
rollover programs/camping and outdoor education, something is causing an
extra space beneath the main menu item.  It does this anywhere there is a
sub to a sub.  Can anyone see anything in the styles that is causing this?

 

John Goodwyn

President

Ellis Wyatt Interactive

www.elliswyatt.com

205.222.6527

Fax 205.402.2020

 

__
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] Print style sheet problem

2005-10-07 Thread John Goodwyn
I'm having print problems with the site www.alasave.com/default.aspx?id=98.
The page is set with everything displaying "none", which is fine, but the
content, which is set to "auto" displays all the way at the bottom of the
page.  Below is my css - any hints?

 

/* Alasave Print CSS Document */

body {color:black; background-color:white;}

.headMast{display:none;}

.logo {display:none;}

.hmRight {display:none;}

.topRight {display:none;}

.navSidebar {display:none;}

.sitemenu {display:none;}

.flash {display:none;}

.mainContentArea {width:auto;}

.leftSidebarArea {display:none;}

.topLeftSBTitle {display:none;}

.joinSidebar{display:none;}

.topLeftSB {display:none;}

.midLeftSB {display:none;}

.bottomLeftSBTitle {display:none;}

.bottomLeftSB {display:none;}

.mainContent {display:none;}

.rightSidebarArea {display:none;}

.rightSidebarTitle {display:none;}

.rightSidebar {display:none;}

.Content2 {width:auto;}

.copyrightTop {display:none;}

.copyrightBottom {display:none;}

.copyrightBottom a{display:none;}

.copyrightBottom a:hover {display:none;}

.footer {display:none;}

.footer a{display:none;}

h1{font-size:12px;}

.footer a:hover{display:none;}

.vendorImage{display:none;}

 

John Goodwyn

President

Ellis Wyatt Interactive

P.O. Box 361714

Birmingham, AL 35236-1714

www.elliswyatt.com

(t)205-222-6527

(f)205-402-2020

 

__
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] Print Stylesheet and spacing problems

2005-10-06 Thread John Goodwyn
www.alasave.com <http://www.alasave.com/> , in the Vendors Section, the
pages that have a static image above the descriptive text should print that
way - in other words it should be that company's image then right below it
the content about the company.  It prints correctly, in that, those are the
only two items that print, however, there's a huge space between the image
and the text.  

 

Additionally, on the site itself if you go to the vendors that have a full
size image in that space (cheney brothers, Sysco, Kraft) you will see that
something is creating a space where just a small bar of gray appears below
the "join Now" box to the right of that, but only in IE.  On the pages that
use flash or have white background images (Staples, Ellis Wyatt Interactive,
Black & White Magazine), it doesn't occur.  I've tried tinkering with
margins and padding and widths and heights in the *html tags, as well as the
regular tags and can't affect it.  Any ideas?

 

John Goodwyn

President

Ellis Wyatt Interactive

P.O. Box 361714

Birmingham, AL 35236-1714

www.elliswyatt.com

(t)205-222-6527

(f)205-402-2020

 

__
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] centered liquid layout

2005-07-15 Thread John Goodwyn
Is it possible to have a liquid layout that expands both right and left and
keeps the header and content areas centered?  What is the best way to
accomplish this?

 

John Goodwyn

President

Ellis Wyatt Interactive

P.O. Box 361714

Birmingham, AL 35236-1714

www.elliswyatt.com

(t)205-222-6527

(f)205-402-2020

 

__
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] problem with background image

2005-07-07 Thread John Goodwyn
I have a site that has an expandable left hand column by use of a repeating
background image.  However, the images extends the column past the footer
and it shouldn't.  Can someone look at my code and give me a clue as to how
I can fix this?  I've tried moving the "copyright" div out of the
"contentWrapper" nest of divs, but that took away the bg image completely.
Any thoughts?

 

http://ver5.elliswyatt.com/borland/default.aspx?id=4

 

John Goodwyn

President

Ellis Wyatt Interactive

P.O. Box 361714

Birmingham, AL 35236-1714

www.elliswyatt.com

(t)205-222-6527

(f)205-402-2020

 

__
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/


RE: [css-d] Help with liquid layout

2005-07-06 Thread John Goodwyn
I think if I were starting from scratch, (and next time I will) I would look
more closely at the faux column suggestion.  I read that and for what I was
trying to accomplish it would have required a substantial rewrite.  For now
the "display:table" solution will be a nice patch.  Thanks for the help!

John Goodwyn
President
Ellis Wyatt Interactive
P.O. Box 361714
Birmingham, AL 35236-1714
www.elliswyatt.com
(t)205-222-6527
(f)205-402-2020

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Gary Turner
Sent: Wednesday, July 06, 2005 7:57 AM
To: css-d@lists.css-discuss.org
Subject: Re: [css-d] Help with liquid layout

Gunlaug Sørtun wrote:
> Gary Turner wrote:
> 
>> Putting it on .content only did not extend the left column, which I 
>> think the OP wanted ({height: 100%;}).  Did I miss something in your 
>> suggestion?
> 
> 
> Don't know, but according to the original request: "In IE, it looks and
> functions exactly as it should..." I just added what was necessary to
> make the good browsers display the page as IE6 does. My Firefox, Safari,
> iCab and Opera do just that.
> 
OK, I see the bluish column extend to the footer in IE, so I think both 
divs need the table value if he doesn't go the faux column route.

I'll admit to having given up on the table group of display values due 
to IE's non-support.  I need to re-investigate.  That's a novel, to me, 
use.  But, I'm probably behind the curve.

John's got a variety of solutions to pick from. :)

cheers,

gary
-- 
Anyone can build a usable web site.  It takes a graphics designer to
make it slow, confusing, and painful to use.
__
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-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] Help with liquid layout

2005-07-05 Thread John Goodwyn
I have a site that I'm building with a liquid layout format -
http://ver5.elliswyatt.com/billue/default.aspx?id=2. In IE, it looks and
functions exactly as it should but in Mozilla the left nav background image
doesn't continue to flow with the content and the wrapping content shifts to
the left instead of continuing as one column down the page.  Can someone
point me in the right direction on this?

 

John Goodwyn

President

Ellis Wyatt Interactive

P.O. Box 361714

Birmingham, AL 35236-1714

www.elliswyatt.com

(t)205-222-6527

(f)205-402-2020

 

__
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] Help with Content Area in Mozilla Firefox

2005-05-16 Thread John Goodwyn
This is a very simple site (http://ver5.elliswyatt.com/EWyatt) but in
Mozilla I can't get the background behind the content to automatically
expand to the length of the sidebars when they differ. IE looks fine.  

 

John Goodwyn

President

Ellis Wyatt Interactive

P.O. Box 361714

Birmingham, AL 35236-1714

www.elliswyatt.com

(t)205-444-0194

(c)205-222-6527

(f)205-402-2020

 

__
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/