[css-d] Zach Byrd

2013-06-15 Thread Zach Byrd
ghy

  http://www.naxholding.com/inrrcles/tgfosvrv/vywliycewzwtryr.php
 Zach Byrd
 gku
__
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-based flyout menu for mobile?

2013-06-15 Thread COM
On Jun 15, 2013, at 7:32 AM, David Hucklesby  wrote:

> On 6/14/13 4:20 PM, COM wrote:
>> Can anyone point me to a 100% css-based flyout menu for use with mobile
>> devices? By flyout, I mean that when User presses a Menu icon, the menu
>> slides out or otherwise appears, User presses their choice and menu hides,
>> chosen page loads.
>> 
> 
> Brad Frost has some useful resources for many responsive design patterns that
> you may find useful. Check out "The Toggle" and "The Left Nav Flyout" in his
> Responsive Navigation Patterns for example -
> 
> 
> 

as per usual, IE is the fly in the meta-ointment…these tutes look pretty good!

John

__
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-based flyout menu for mobile?

2013-06-15 Thread David Hucklesby

On 6/14/13 4:20 PM, COM wrote:

Can anyone point me to a 100% css-based flyout menu for use with mobile
devices? By flyout, I mean that when User presses a Menu icon, the menu
slides out or otherwise appears, User presses their choice and menu hides,
chosen page loads.



Brad Frost has some useful resources for many responsive design patterns that
you may find useful. Check out "The Toggle" and "The Left Nav Flyout" in his
Responsive Navigation Patterns for example -

 

--
Cordially,
David
__
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-based flyout menu for mobile?

2013-06-15 Thread Tedd Sperling
On Jun 14, 2013, at 7:20 PM, COM  wrote:

> Can anyone point me to a 100% css-based flyout menu for use with mobile 
> devices? By flyout, I mean that when User presses a Menu icon, the menu 
> slides out or otherwise appears, User presses their choice and menu hides, 
> chosen page loads.
> 
> Thank you!
> 
> John

John:

You might try this:

http://sperling.com/examples/menuv/

It appears to work for mobile.

You can leave out the csshover.htc file because you will not be working with < 
IE7 -- thus it is pure css.

Cheers,

tedd
_
tedd.sperl...@gmail.com
http://sperling.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] weirdest wrapping issue

2013-06-15 Thread Karl DeSaulniers
Try this...

remove..

p {
}

update..



p.gallery {
float: left;
text-align: center;
margin: 0px;
padding: 0px;
}

create..

.gallery img {
margin: 50px 20px 10px 20px;
padding: 3px;
border: 1px solid #ccc;
background-color: #fff;
}

its currently combined with  
.highslide-maincontent img 

delete all the 
you don't need them, your already identifying each with the ids.
Once i did all this everything lined up and had sufficient space.

HTH,

Best,

Karl DeSaulniers
Design Drumm
http://designdrumm.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-based flyout menu for mobile?

2013-06-15 Thread Peter H.
> El 15/06/2013, a las 01:20, COM escribió:
> 
> Can anyone point me to a 100% css-based flyout menu for use with mobile 
> devices? By flyout, I mean that when User presses a Menu icon, the menu 
> slides out or otherwise appears, User presses their choice and menu hides, 
> chosen page loads.
> 
> John

It's quite old now but Son of Suckerfish does the things on your list. It has a 
bit of javascript to deal with "hover:" on old IE's, but if you're not worried 
about that you can dispense with the script.

You'll find it at:
http://www.htmldog.com/articles/suckerfish/

regards, Peter
__
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] weirdest wrapping issue

2013-06-15 Thread Susanne Jäger

Angela French schrieb am 15.06.2013 00:38:

I've got the weirdest wrapping issue going on at this page:
http://168.156.9.250:8080/academy05-06.aspx . Currently it is
rendering fine, but if I swap out the code blocks for Mari and Randy
(put Randy in position 5) the last photo in the group will not render
in the left most position.


The thumbnail-img for Mari Kruger is 1px higher than the others. 91 
instead of 90px. You could change the image or force the height via CSS.


Or you could try inline-block instead of float for arranging the 
thunbnails it's usually more robust to such issues.


Greetings
Susanne

--
http://sujag.de - Webentwicklung und -beratung
susjae...@sujag.de
Christinenstr. 36, 10119 Berlin, Tel: 030 - 443 241 73
__
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/