Re: [css-d] CSS navigation/"menu"/selection

2011-04-14 Thread trueskew
I realize I'm crossing streams here, but I'm trying to do the equivalent
under Mediawiki on a particular page.  I say page because I'd like to affect
just that page, and not have to modify skin files if at all possible.  I'm
slowly learning everything I can to figure out how to do this, but if anyone
has some pointers I'd appreciate getting them.

Thanks.
- skew
--- 
Sent by Kevin A. Cameron on 13 April 2011 18:06

Check out this:
http://www.kacevisual.com/files/CSSContentSlide/

Something I put together to emulate a Flash site a client had asked me to
recreate. It uses a single div with a fixed height with overflow:hidden, and
the content in divs with page jumps.

Kevin
__
css-discuss [EMAIL-REMOVED]]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

__
css-discuss [css-d@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] Stacking divs

2011-04-14 Thread RePost

Updating the thread:

I abandoned the "stacking divs" effort in favor of absolute/relative 
positioning. Worked best for what I needed. Thanks for the responses here.



On 4/10/11 8:39 AM, Chetan Crasta wrote:

Try

#header_topmenu class { position:relative; z-index: 100; }

Regards,
Chetan Crasta

On Sun, Apr 10, 2011 at 10:52 AM, RePost  wrote:

I'm attempting to stack two divs in a wrapper at the right side of my
header.

There's another div to the left, and the header is wrapped in a container
div.

My problem is, I can't get the stacked divs to behave. The content doesn't
stay in them and they don't conform to a height setting.

I'd appreciate any suggestions.

Thanks!

http://bit.ly/hLlMwb
__
css-discuss [css-d@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


.



__
css-discuss [css-d@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


[css-d] Fwd: Re: Padded image picks up a:hover background color

2011-04-14 Thread RePost

Another personal response intended for the list. Forwarding.


 Original Message 
Subject:Re: [css-d] Padded image picks up a:hover background color
Date:   Sat, 09 Apr 2011 08:38:12 -0500
From:   RePost 
To: "G.Sørtun" 



Thanks, Georg!

I finally had to go with this:

#socialbar a {
background: transparent!important;
}

#socialbar img {
margin: 10px 0 0 30px;
}

Otherwise, images insisted on bunching up.



On 4/9/11 2:27 AM, "G.Sørtun" wrote:

 On 09.04.2011 06:51, RePost wrote:


 I thought I could override the default a:hover background color, but
 it's not happening. Test site is here: http://bit.ly/hLlMwb


 The simple solution...

 #socialbar a {background: transparent!important;}

 ..but while you're at it you may as well put the margin on the link
 instead of on the image...

 #socialbar a {background: transparent!important; float: left; margin:
 10px 0 0 30px;}
 #socialbar a img {margin: 0;}

 ..thus limit the :hover area to the image itself.

 regards

 Georg



 __
 css-discuss [css-d@lists.css-discuss.org]
 http://www.css-discuss.org/mailman/listinfo/css-d
 List wiki/FAQ -- http://css-discuss.incutio.com/
 List policies -- http://css-discuss.org/policies.html
 Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
 .



__
css-discuss [css-d@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


[css-d] Fwd: Re: List items displaying inline; refusing to behave

2011-04-14 Thread RePost
Accidentally responded personally to Philippe instead of the list. 
Forwarding here.



 Original Message 
Subject:Re: [css-d] List items displaying inline; refusing to behave
Date:   Mon, 11 Apr 2011 20:39:55 -0500
From:   RePost 
To: Philippe Wittenbergh 



Philippe:

Thank you!



On 4/11/11 8:11 PM, Philippe Wittenbergh wrote:

 On Apr 12, 2011, at 10:03 AM, RePost wrote:


 My sidebar includes a tabbed menu. First tab is Popular Posts. You'll see the 
list items appear to be running together in an inline fashion.

 I'm throwing "display:block" everywhere, but I can't get the list to behave.

 I would appreciate any suggestions!

 http://bit.ly/eYGXbo

 well, they are not 'inline' but floated left.

 this in your layout.css causes this:
 .usual li {
float:left;
list-style:none outside none;
 }

 you could add to
 #tabs1 li {
display:block;
 float: none /*<-- add his */
 }

 Philippe
 --
 Philippe Wittenbergh
 http://l-c-n.com/






 .



__
css-discuss [css-d@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] CSS Problems in IE 9?

2011-04-14 Thread Philip Taylor (Webmaster, Ret'd)



David Laakso wrote:


Long-shot: write and upload an .htaccess file


Isn't .htaccess Apache-specific ?  From the original
message :

> On 4/13/11 7:20 PM, Richard Wendrock Forum wrote:

>> http://www.PineMillRanch.com/Index.asp

I would expect the use of IIS.

Philip Taylor
__
css-discuss [css-d@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/