Re: [css-d] Possible to use a PHP echo within CSS?

2005-08-07 Thread Mike Stickel
d serving it up as CSS, less bloat. [1] http://www.shauninman.com/plete/2005/08/css-variables Mike Stickel Screenflicker Developments www.screenflicker.com p: 403-923-7667 e: [EMAIL PROTECTED] __ css-discuss [EMAIL PROTECTED]

Re: [css-d] Color change on row hover

2005-07-11 Thread Mike Stickel
g I noticed is that you're missing the text color declaration in the #navcontainer a:hover style. Try adding "color: #333" or whatever color you'd like the text to be in there. HTH, Mike Stickel Screenflicker Development

Re: [css-d] List word wrap interferes with a:hover in IE

2005-06-10 Thread Mike Stickel
and because you defined the last list item as last it's looking for the definition for links in the last class. Because it can't find any definitions it resorts to default behavior, just hover over the text. HTH, Mike Stickel Screenflicker Developments www.screenflicker.

Re: [css-d] centering web page within all browsers no matter resolution/screen size

2005-06-10 Thread Mike Stickel
to" to the #wrapper_outer div. See if that helps. Mike Stickel Screenflicker Developments www.screenflicker.com p: 403-923-7667 e: [EMAIL PROTECTED] __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-

Re: [css-d] two columns, resize issue

2005-06-10 Thread Mike Stickel
column if you choose to go with a more fluid layout. HTH, Mike Stickel Screenflicker Developments www.screenflicker.com p: 403-923-7667 e: [EMAIL PROTECTED] __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman

Re: [css-d] OT When is the next version of CSS?

2005-06-01 Thread Mike Stickel
SS without hacks is shattered. Double damn. That's actually what Dean Edwards' IE7 is suppose to do, eliminate the need for IE specific hacks. You've read the compatibility page so you have an idea but you should take a read of the overview page. It'll tell you really

Re: [css-d] Re: advice for complex background image?

2005-05-27 Thread Mike Stickel
e/jello-liquid-layout/ Mike Stickel Screenflicker Developments www.screenflicker.com p: 403-923-7667 e: [EMAIL PROTECTED] __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://cs

Re: [css-d] Base font size

2005-05-26 Thread Mike Stickel
//css-discuss.incutio.com/?page=UsingFontSize [2] http://css-discuss.incutio.com/?page=UsingPercentages Mike Stickel Screenflicker Developments www.screenflicker.com p: 403-923-7667 e: [EMAIL PROTECTED] __ css-discuss [EMAIL PROTEC

Re: [css-d] link style question

2005-05-26 Thread Mike Stickel
ut it would be advisable to keep them manageable. HTH, Mike Stickel Screenflicker Developments www.screenflicker.com p: 403-923-7667 e: [EMAIL PROTECTED] __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/lis

Re: [css-d] floated divs that are centered to collapse them

2005-05-25 Thread Mike Stickel
that inner div. I want the inner centered in the outer, is there a trick I can use to make this happen? Mike Stickel Screenflicker Developments www.screenflicker.com p: 403-923-7667 e: [EMAIL PROTECTED] __ css-discuss [EMAIL

Re: [css-d] Floating and not wrapping images

2005-05-25 Thread Mike Stickel
image once it gets past the image. I have put up a sample html table to illustrate what I am trying to do. -- Mike Stickel Screenflicker Developments www.screenflicker.com p: 403-923-7667 e: [EMAIL PROTECTED] __ css-d

Re: [css-d] Specifying a width for list items

2005-05-18 Thread Mike Stickel
Maybe I'm not fully understanding the comment but I'm not using images for the menu, just boxes of text. I'll probably go the float route until I have more time to fool around with different methods. On May 18, 2005, at 6:23 PM, Lorin Rivers wrote: On May 18, 2005, at 5:36 P

Re: [css-d] Specifying a width for list items

2005-05-18 Thread Mike Stickel
05, at 3:35 PM, jack fredricks wrote: you can't give a width to an inline element like an . Turn your s into block elements using a { display:block; width:auto; } li { width:88px } On 5/19/05, Mike Stickel <[EMAIL PROTECTED]> wrote: I'm working on a new project and the horizonta

[css-d] Specifying a width for list items

2005-05-18 Thread Mike Stickel
inline; border: 1px dashed #f00; } #mainnav li a:hover { background-color: #558EB6; } Mike Stickel Screenflicker Developments www.screenflicker.com p: 403-923-7667 e: [EMAIL PROTECTED] __ css-discuss [EMAIL PROTECTED] http://w

Re: [css-d] feeding different body tag to different pages. How

2005-05-13 Thread Mike Stickel
at-y 50% 0; } body.otherpage{ background: #000 url(path/to/other/image.gif); } etc. Mike Stickel Screenflicker Developments www.screenflicker.com p: 403-923-7667 e: [EMAIL PROTECTED] __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.o