Re: [css-d] Links in Safari aren't clickable

2005-11-02 Thread Jack Keller
; Goddesses Herbology Kitchen http://www.blogickal.com/library/"; title="">Library Solution: Check the links in the blog (presumed MovableType) and make sure they're properly "linked" for the template. Jack Keller | cell7.org On Nov 2, 2005, at 8:30 PM, mary wr

[css-d] How to validate quirky stuff

2005-06-29 Thread Jack Keller
Okay, this is actually separate from my earlier question, and yes I researched the wiki and google for answers but nothing really addresses a solution. I am wanting a vertical and horizontal centered content area for a site I'm working on, this is just roughly laid out right now but you'll see

[css-d] positioning : classes vs id's

2005-06-29 Thread Jack Keller
es to either or both approaches? Jack Keller | cell7.org __ 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 --

Re: [css-d] consistent container height no matter the amount of content

2005-06-08 Thread Jack Keller
I've seen the css attribute min-height work in some cases but then it just dies in IE and won't work correctly. A functioning, albeit goofy, workaround would be to just use a shim, but I'm sure somebody here knows of a more graceful solution. Jack Keller | cell7.org On Jun 8

[css-d] Fixed Divs in IE?

2005-05-20 Thread Jack Keller
't get any of the stuff in the tutorials to work properly. Jack Keller __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by ev

Re: [css-d] Line space

2005-05-18 Thread Jack Keller
Arnie Shafer wrote: Some members have frowned on my use of the tag to create the desirable line spaces Sometimes one, sometimes two, or possibly three line spaces are desired. Simple question: What is a better way to accomplish this other than, ,br /> Thanks for your input. I would maybe

Re: [css-d] PHP and CSS

2005-05-13 Thread Jack Keller
d when the php file is rendered the databased info and dynamic stuff is of course not viewable to sneaky source readers. Jack Keller | cell7.org __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d Lis

Re: [css-d] lack of padding when using a classname in a ASP variable

2005-05-10 Thread Jack Keller
Gerrit Bakker wrote: Working with HTML+CSS+ASP, in ASP file using a class name as a variable see beneed this line: valign=top> the <%midyellow %> ia a ASP variable. In my CSS file there are two classes on witch could be into the ASP variable: Okay, starting off with the classes you've provided be

Re: [css-d] Site Check [pc users]

2005-05-10 Thread Jack Keller
On May 10, 2005, at 12:37 AM, David Laakso wrote: XP_SP2 IE6.0/FF1.03/Opera8 IE has a little problem when zooming the fonts when you set the font-size on the body in em's. Try changing 1em to 100.01%. I'll give that a whirl Opera8 is doing a number on the green images. A few errors on the CSS fil

[css-d] Site Check [pc users]

2005-05-09 Thread Jack Keller
dy bg/headline colors, will probably turn this into a dynamic php driven css file once everything goes live) Jack Keller | cell7.org __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ --

Re: [css-d] Site Check: especially Macs please

2005-05-09 Thread Jack Keller
of the center) in your CSS #wrapper {width: 690px; padding: 0;} by adding a margin: 0 auto; you should be able to have it perfectly centered, but then again maybe you were going for a slight bit more to the left approach, if so, you have accomplished. Jack