Re: [css-d] CSS for input, super basic

2007-06-03 Thread skip evans
d pop into affect. Not sure why that is, but it does seem to be working now. Sorry for the extraneous post. Skip Jukka K. Korpela wrote: > On Sat, 2 Jun 2007, skip evans wrote: > >> A client site I'm doing some maintenance on has a bunch >> of input statements like this

[css-d] CSS for input, super basic

2007-06-02 Thread skip evans
Helvetica, sans-serif; border: 1px solid #00; color: #00; font-weight: normal; font-size: 11px; } ...but this has no affect. I also tried input.text { but that had no affect either. Suggestions greatly appreciated, Skip -- Skip Evans Big Sky Penguin 61 W

[css-d] Extra line in LI border

2007-06-01 Thread Skip Evans
; } .menu li a:visited { color: #ff; } .menu li a.child { background-color: #bec8d9; } .menu li a.home { border-top: 1px solid #666; } -- Skip Evans Big Sky Penguin, LLC 61 W Broadway Butte, Montana 59701 406-782-2240 http://bigskypenguin.com =-=-=-=-=-=-=-=-=-= Check out PHPenguin, a

[css-d] Saving JS vars across page loads?

2007-05-29 Thread Skip Evans
as always, greatly appreciated. var previousObject=0; var previousClass=0; function setBGColor(object) { previousObject.className=previousClass; previousObject=object; previousClass=object.className; object.className='current'; } -- Skip Evans Big Sky Penguin, LLC

Re: [css-d] Overriding style sheet for list item

2007-05-28 Thread skip evans
Yes! This did the whole shebang! Much thanks everyone!!! Mauricio Samy Silva wrote: > From: "skip evans" <[EMAIL PROTECTED]> > > ...but it turned off the hover cover from the list. > --- > Hi Skip >

Re: [css-d] Overriding style sheet for list item

2007-05-28 Thread skip evans
Yup. That did the background properly, but it turned off the hover cover from the list. That's what I'm trying to solve now. Perhaps a class will do that. Thanks! Skip Mauricio Samy Silva wrote: > From: "skip evans" <[EM

[css-d] Overriding style sheet for list item

2007-05-28 Thread skip evans
style sheet, not using the inline code. Any help would be greatly appreciated! Skip -- Skip Evans Big Sky Penguin 61 W Broadway Butte, Montana 59701 =-=-=-=-=-=-=-=-=-=- Check out PHPenguin, a versatile and lightweight code base for developing PHP/MySQL applications. phpenguin.bigksypenguin.com

Re: [css-d] Can't assign links specific styles

2007-01-13 Thread Skip Evans
css-d > IE7 information -- 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/ > -- Skip Evans Big Sky Penguin, LLC 61 W Broadway Butte, Montana 59701 406-782-22

[css-d] Can't assign links specific styles

2007-01-13 Thread Skip Evans
specs for the links, is listed last in the CSS file. I would think since they have separate names, that each would adhere to the properties of the one they are called by. I know to all of you this is trivial and you're rolling your eyes, but I'm a bit confused. Thanks, Skip

Re: [css-d] "Sliding door" tab navigation to 100% ?

2007-01-11 Thread Skip Evans
Hi Zoe & all, I checked out that link, and now I see it is what I want and the best solution to what I'm trying to do. Thanks much! Skip Zoe M. Gillenwater wrote: > Skip Evans wrote: > >>http://shop.venomouspenguin.com/template/bedandbath.html >> >>I could re

Re: [css-d] "Sliding door" tab navigation to 100% ?

2007-01-11 Thread Skip Evans
e, it would be better to put each tab in its own TD cell. Right now they are all in one, so I will try this first. Thanks! Any more advice, of course, would be greatly, greatly appreciated. Skip Zoe M. Gillenwater wrote: > Skip Evans wrote: > >>I have implemented his "Slid

[css-d] "Sliding door" tab navigation to 100% ?

2007-01-10 Thread Skip Evans
rowser the tabs wrap around to the next line. How can I set them so they fill 100% across the table's TD cell, regardless of browser, etc? Thanks much! -- Skip Evans Big Sky Penguin, LLC 61 W Broadway Butte, Montana 59701 406-782-2240 =-=-=-=-=-=-=-=-=-=-= Check out PHPenguin, a lig