[css-d] Site Check: stephenjoneslaw.com

2005-07-14 Thread Jeff Clark
Hi list-

I'd like as many people as possible to see this before I submit it to
the client, so a site check would be very much appreciated! 
(especially if you're on a Mac or using a browser that isn't FF or IE)

http://www.stephenjoneslaw.com/home

*the home link on the site isn't active for obvious reasons, but you
can get to the index by using the above link!

Anything is appreciated.  Thanks!

Jeff
-- 
The name's Jeff.  I've got a website.
http://www.vacantcanvas.com
__
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] Background Won't Repeat to Bottom

2005-07-09 Thread Jeff Clark
On 7/9/05, Rimantas Liubertas [EMAIL PROTECTED] wrote:
 Hi,
 first of all make your code valid.
 That makes debugging (if there will be a need for such) much easier.

Oops..  I forgot that I had changed some things and hadn't checked
validation yet.  Thanks for the heads up.

Jeff
-- 
The name's Jeff.  I've got a website.
http://www.vacantcanvas.com
__
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] li:hover does not work in IE

2005-07-03 Thread Jeff Clark
The IE7 plugin/hack/whatever will allow it to work.

http://dean.edwards.name/IE7/

Good luck!
Jeff
-- 
The name's Jeff.  I've got a website.
http://www.vacantcanvas.com

On 7/2/05, David Laakso [EMAIL PROTECTED] wrote:
 
 I'm trying to use the :hover pseudo element for a list, and it works
 great in Firefox and Safari but not at all in IE (all Macintosh). Is
 there a trick to getting the :hover element to work in Explorer?
 
 This (:hover pseudo whatever it's called) css method --valid last time I
 looked-- is working for me and was developed with help from this list.
 Works cross-browser as far as I know. The page is currently hid from
 Mac/ie5.2(for other reasons), you can check the div:hover
 herehttp://www.dlaakso.com/sandbox/css.html on most other browsers.
 You *may* be able to adapt the method for your use?
 css
 .foo a, .foo:link, .foo:hover, a, a:link, a:hover { background: #FFF;
 border: none; color: #8F7B22; /*gold*/ cursor: text; display: block;
 line-height: 1.5; margin: 0; padding: 5px 120px 15px 100px; text-align:
 left; text-decoration: none; }
 .foo a:hover, .foo:hover { background: #FFF; border: none; color:
 #0D0F11; /*black*/ }
 html
 a class=foo href=#emSed scelerisque,/em sem sed tincidunt
 scelerisque, purus erat rutrum lectus, at dictum/a
 Regards,
 David Laakso
 
 --
 David Laakso
 http://www.dlaakso.com/
 
 
 __
 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] Background Image Printing

2005-05-20 Thread Jeff Clark
My goal is to have one of the background images display when printed, but 
obviously background images don't print.

Any ideas?

Jeff

-- 
The name's Jeff. I've got a website.
http://www.vacantcanvas.com
__
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/