Re: [WSG] Need a fresh eye - can anyone see what's wrong please?

2010-12-01 Thread Debbie Johnson
Mike -
You have put the background color and image under background-image. Why
don't you consolidate all of your backround statements into one:
 #footer {
color: #d9d9d9;
background: #33 url(images/Footer_background_s1.jpg) repeat-x top;
min-height: 96px;
}
Otherwise, you need to separate background-image and background-color.
Debbie


On Wed, 1 Dec 2010 15:50:16 +1100, Mike Kear w...@afpwebworks.com
wrote:
 I have a draft layout for a client that is fine in all respects except
that
 in IE8,  the background image in the footer is missing. 
 
 Here's the page concerned:
 http://afpwebworks.com/strikingdistance/index.cfm
 
 And the footer div rule is as follows for IE (I have a IE-only style
sheet)
 : 
 
 #footer {
   color: #d9d9d9;
   background-image: #33 url(images/Footer_background_s1.jpg);
   background-repeat: repeat-x;
   background-position: top;
   min-height: 96px;
 }
 
 Both the HTML and the CSS validate ok. 
 
 
 So does any one see what I have wrong for IE?
 
 Cheers
 Mike Kear
 Windsor, NSW, Australia
 Adobe Certified Advanced ColdFusion Developer 
 AFP Webworks
 http://afpwebworks.com 
 ColdFusion 9 Enterprise, PHP, ASP, ASP.NET hosting from AUD$15/month
 
 
 
 
 ***
 List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
 Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
 Help: memberh...@webstandardsgroup.org
 ***


***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: memberh...@webstandardsgroup.org
***



Re: [WSG] css

2010-11-16 Thread Debbie Johnson
I did a menu like this at wpsmedicare.com. The trick is to use a negative 
margin to hide the menu on hover. You can look at the master.css file to see 
the full code.


Debbie

-Original Message- 
From: PurencoolGmail

Sent: Sunday, November 14, 2010 10:18 PM
To: wsg@webstandardsgroup.org
Subject: [WSG] css

hi

http://203.193.216.214/

I have an issue with this menu it works fine but the client has asked
when you hover over
top menu that the sub menu becomes visible and the stays there until you
hover over than
part of the top menu. If I was to move the mouse anywhere on the screen
the menu sub menu
will stay visible.

I was thinking hover a {display:block} any help would be appreciated.
But I am not sure how to
do this in css.

Purencool




***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: memberh...@webstandardsgroup.org
*** 




***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: memberh...@webstandardsgroup.org
***