Re: [css-d] Flex question

2017-05-22 Thread Al Sparber
Just for the hell of it, try this: Item 1 Item 2 Item 3 Item 4 CSS: ol{ display: flex; flex-direction: column; margin: 0px; padding: 0px; } ol li { display: inline-flex; justify-content: center; } ol li:nth-child(odd) { background-color:

Re: [css-d] Flex question

2017-05-22 Thread Al Sparber
On 5/22/2017 12:50 PM, Tom Livingston wrote: Hello list, Given the following: Item 1 Item 2 Item 3 Item 4 ol{ position: absolute; display: flex; flex-direction: column; height: 100%; /* 100% of taller parent */ } ol li{ display: flex; flex:1; } ol li a{

Re: [css-d] Flexbox question

2017-04-10 Thread Al Sparber
See if you can work with this: http://www.projectseven.com/csslab/flexbox/tom-cssd/ It's all in the head. This looks good. I think I might be able to run with this. Thanks Al. Seems like the key to what I was after was flex-direction: column (as opposed to row) - to keep the last two items

Re: [css-d] Flexbox question

2017-04-10 Thread Al Sparber
On 4/10/2017 4:01 PM, Tom Livingston wrote: List, I haven't used flex at all basically, but have an opportunity to. I have rows of 3 items. I would like them evenly spaced, but if the last row has only 2 items, I'd like the same amount of space between but I want them aligned to the left (like

Re: [css-d] Ham Menus

2017-03-31 Thread Al Sparber
On 3/31/2017 10:12 PM, Crest Christopher wrote: I don't follow ? Why have a ham menu for a site that isn't responsive as the one you linked too ? Well, the site is responsive, but I guess you mean that the menu is always a hamburger. That's a very difficult question to answer for obvious

Re: [css-d] Ham Menus

2017-03-31 Thread Al Sparber
On 3/31/2017 9:54 PM, Crest Christopher wrote: I'll think of something that is obviously, then again as you mention; You can use both: http://www.projectseven.com/ __ css-discuss [css-d@lists.css-discuss.org]

Re: [css-d] thoughts on bootstrap and is bootstrap a good approach to setting up a website that fits in different viewport sizes?

2015-05-10 Thread Al Sparber
of. The work you speak of still has to happen. Yes. That is what I meant. -- Al Sparber - PVII http://www.projectseven.com The Finest Dreamweaver Menus | Galleries | Widgets Since 1998 __ css-discuss [css-d@lists.css-discuss.org

Re: [css-d] thoughts on bootstrap and is bootstrap a good approach to setting up a website that fits in different viewport sizes?

2015-05-09 Thread Al Sparber
On 5/9/2015 4:37 PM, Erik Visser wrote: Al Sparber schreef op 09-05-15 om 18:30: On 5/9/2015 7:25 AM, Erik Visser wrote: Bootstrap (getbootstrap.com) was brought to my attention. Is this a good bas/general approach? What are your thoughts on and experiences with bootstrap

Re: [css-d] thoughts on bootstrap and is bootstrap a good approach to setting up a website that fits in different viewport sizes?

2015-05-09 Thread Al Sparber
. And that is all it really is. -- Al Sparber - PVII http://www.projectseven.com The Finest Dreamweaver Menus | Galleries | Widgets Since 1998 __ css-discuss [css-d@lists.css-discuss.org] http://www.css-discuss.org/mailman

Re: [css-d] thoughts on bootstrap and is bootstrap a good approach to setting up a website that fits in different viewport sizes?

2015-05-09 Thread Al Sparber
is very logical and easy to learn. Learn CSS and your site(s) will be far more efficient, and future-proof. -- Al Sparber - PVII http://www.projectseven.com The Finest Dreamweaver Menus | Galleries | Widgets Since 1998 __ css-discuss

Re: [css-d] media queries chaos for smart phones

2013-06-14 Thread Al Sparber
=device-width Then this might be all you need: @media only screen and (min-width: 0px) and (max-width: 700px) It would help if you posted a link to your page as media queries are not strictly theoretical ;-) -- Al Sparber - PVII http://www.projectseven.com The Finest Dreamweaver Menus | Galleries

Re: [css-d] responsive not being responsive with images

2013-01-22 Thread Al Sparber
to open and a tap to close. Good point. That issue is not restricted to your Windows 8 phone, but to all modern mobile devices. Rob is using an outdated script on his pages. Apparently he missed several updates: http://www.projectseven.com/support/updatepages/pmm2.htm -- Al Sparber - PVII

Re: [css-d] responsive not being responsive with images

2013-01-18 Thread Al Sparber
!important; max-width: 100% !important; } Just as a note, you might want to consider a reponsive approach that is not device-specific. Makes it easier to test ;-) -- Al Sparber - PVII http://www.projectseven.com The Finest Dreamweaver Menus | Galleries | Widgets Since 1998

Re: [css-d] responsive not being responsive with images

2013-01-18 Thread Al Sparber
on this list to help you debug :-) -- Al Sparber - PVII http://www.projectseven.com The Finest Dreamweaver Menus | Galleries | Widgets Since 1998 __ css-discuss [css-d@lists.css-discuss.org] http://www.css-discuss.org/mailman

Re: [css-d] responsive not being responsive with images

2013-01-18 Thread Al Sparber
table-layout: fixed. -- Al Sparber - PVII http://www.projectseven.com The Finest Dreamweaver Menus | Galleries | Widgets Since 1998 __ css-discuss [css-d@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d

Re: [css-d] Droid Razr CSS problems again

2012-11-13 Thread Al Sparber
=device-width / For Android, this tag will prevent it from displaying your page in Over View mode. Test again and then others will be able to help you tweak it further. Also, you should get rid of the XML prolog above your DOCTYPE. -- Al Sparber - PVII http://www.projectseven.com The Finest

Re: [css-d] Equal length columns?

2012-10-23 Thread Al Sparber
On 10/23/2012 5:14 AM, Joergen Lang wrote: Am 22.10.12 20:13, schrieb Al Sparber: Our home page, as well as most of our new products all use EHC and there are no crashes. Try these page: http://www.projectseven.com/ http://www.projectseven.com/products/templates/pagepacks/adaptations

Re: [css-d] Equal length columns?

2012-10-23 Thread Al Sparber
a stockholder - otherwise it's a tool :-) -- Al Sparber - PVII http://www.projectseven.com The Finest Dreamweaver Menus | Galleries | Widgets Since 1998 __ css-discuss [css-d@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo

Re: [css-d] Equal length columns?

2012-10-22 Thread Al Sparber
want help in fixing a problem, email us directly and include a link to your page. If you want the good folks on this list to guide you further in a pure CSS solution, you should post a link to your page here. -- Al Sparber - PVII http://www.projectseven.com The Finest Dreamweaver Menus

Re: [css-d] Menu centering

2012-08-24 Thread Al Sparber
. This is quite easy when the CSS is efficiently written, but in your case you will need to wade through all of the excess and duplicate CSS to deploy the above menu where it will work without specificity issues or cascade conflicts. -- Al Sparber - PVII http://www.projectseven.com The Finest

Re: [css-d] Extending border to height of tallest column.

2012-07-31 Thread Al Sparber
Dreamweaver. -- Al Sparber - PVII http://www.projectseven.com The Finest Dreamweaver Menus | Galleries | Widgets Since 1998 __ css-discuss [css-d@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ

Re: [css-d] IE Destroys Website

2012-06-19 Thread Al Sparber
this little article about how to force standards view: http://www.pviiforums.com/topic.php?id=9 If you have an old version of IE, then it is going to display the way it was coded to display in old versions of IE, which seems to be narrower. -- Al Sparber - PVII http://www.projectseven.com The Finest

Re: [css-d] IE10 Preview button weirdness

2012-06-14 Thread Al Sparber
/ By the way, it seems to be fine in IE9. -- Al Sparber - PVII http://www.projectseven.com Dreamweaver Menus | Galleries | Widgets Since 1998 __ css-discuss [css-d@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d

Re: [css-d] question about vendor specific prefix

2012-05-08 Thread Al Sparber
not be used. Those people not using the default browsers that come with their OS are going to be keeping their Firefox, Chrome, or Opera up-to-date. I wouldn't bother with the prefixes. -- Al Sparber - PVII http://www.projectseven.com Dreamweaver Menus | Galleries | Widgets

Re: [css-d] should i use css3

2012-04-10 Thread Al Sparber
support. This is a good read: http://www.impressivewebs.com/css3-browser-support/ -- Al Sparber - PVII http://www.projectseven.com The Finest Dreamweaver Menus | Galleries | Widgets Since 1998 __ css-discuss [css-d@lists.css

Re: [css-d] menus going bezerk in i8

2012-04-05 Thread Al Sparber
or a:active - and usually not a:link. Modern browsers will not be affected, but older browsers will. Restrict properties other than colors or backgrounds for the pseudo classes and you'll be fixed. -- Al Sparber - PVII http://www.projectseven.com The Finest Dreamweaver Menus | Galleries | Widgets Since

[css-d] A Holiday Treat from PVII

2011-12-22 Thread Al Sparber
Deployment is as easy as linking the PVII Equal Height Column script and assigning a class to a set of columns. Nested Groupings You can deploy the PVII Equal Height Columns script on your outer column structure, as well as column structures nested inside. Best Regards, -- Al Sparber - PVII

Re: [css-d] A Holiday Treat from PVII

2011-12-22 Thread Al Sparber
working on that immediately :-) You have a very Merry Christmas or whatever it is that you celebrate this time of year and make sure you scrutinize the motives behind every gift you get. -- Al Sparber - PVII __ css-discuss [css-d

Re: [css-d] Unexplained behavior IE7 - menu floating?

2011-10-27 Thread Al Sparber
you are running. -- Al Sparber - PVII http://www.projectseven.com The Finest Dreamweaver Menus | Galleries | Widgets Since 1998 __ css-discuss [css-d@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List

Re: [css-d] CSS3 Opacity Inheritance

2011-10-20 Thread Al Sparber
{ padding: 40px; width: 400px; font-size: 14px; line-height: 1.5; border-radius: 11px; box-shadow: inset 0px 0px 40px #0080AA; border: 2px solid #FFF; } -- Al Sparber - PVII http://www.projectseven.com The Finest Dreamweaver Menus | Galleries | Widgets

Re: [css-d] CSS3 Opacity Inheritance

2011-10-20 Thread Al Sparber
On 10/20/2011 11:26 PM, Elli Vizcaino wrote: Philippe Wittenbergh http://l-c-n.com/ Just took a loot at the opacity sample. And of course I used, Firebug to inspect code and firebug says that the opacity of 0.5 on the img has been inherited from div.a - this is why I'm confused and unsure

Re: [css-d] CSS3 Opacity Inheritance

2011-10-20 Thread Al Sparber
On 10/20/2011 11:33 PM, Al Sparber wrote: On 10/20/2011 11:04 PM, Elli Vizcaino wrote: On 10/20/11 12:28 PM, Elli Vizcaino wrote: What I'm getting at is, if a box element gets an opacity property with a value of 0.5 for a semi transparent effect, do child elements such as text then display

Re: [css-d] I must be a moron, How to reply to messages

2011-10-17 Thread Al Sparber
a client like Thunderbird, there is a convenient Reply List button :-) -- Al Sparber - PVII http://www.projectseven.com The Finest Dreamweaver Menus | Galleries | Widgets Since 1998 __ css-discuss [css-d@lists.css-discuss.org

Re: [css-d] Text width jumping in accordion

2011-08-17 Thread Al Sparber
: http://www.projectseven.com/products/tools/accordion2/examples-options/cat03-01.htm I'm fairly certain we are not the only outfit with high quality standards for CSS and scripting, so you might be able to find a more refined free accordion. Perhaps a third-party jquery plugin, or mootools. -- Al

Re: [css-d] Centering the nav: EASY one.

2011-07-17 Thread Al Sparber
On 7/17/2011 12:22 PM, Geoff Lane wrote: On Thursday, July 14, 2011, 11:20:18 PM, Ghodmode wrote: Since its (default) display is block, it takes up the full width of the containing element. This might be helpful: http://www.projectseven.com/csslab/lists/inline-block/horizontal/ -- Al

Re: [css-d] Centering the nav: EASY one.

2011-07-17 Thread Al Sparber
On 7/17/2011 11:35 PM, David Hucklesby wrote: On 7/17/11 9:52 AM, Al Sparber wrote: On 7/17/2011 12:22 PM, Geoff Lane wrote: On Thursday, July 14, 2011, 11:20:18 PM, Ghodmode wrote: Since its (default) display is block, it takes up the full width of the containing element. This might

Re: [css-d] Centering the nav: EASY one.

2011-07-17 Thread Al Sparber
On 7/18/2011 12:11 AM, Al Sparber wrote: On 7/17/2011 11:35 PM, David Hucklesby wrote: On 7/17/11 9:52 AM, Al Sparber wrote: On 7/17/2011 12:22 PM, Geoff Lane wrote: On Thursday, July 14, 2011, 11:20:18 PM, Ghodmode wrote: Since its (default) display is block, it takes up the full width

Re: [css-d] Centering the nav: EASY one.

2011-07-17 Thread Al Sparber
to IE5. Seems to work fine as is. David's method would likely have whitespace issues in all browsers. The combo of inline-block and 0 font-size on the same element, solves that. -- Al Sparber - PVII http://www.projectseven.com Dreamweaver Menus | Galleries | Widgets http://www.projectseven.com/go/hgm

Re: [css-d] Rotated text issues

2011-05-11 Thread Al Sparber
, The results vary among browsers and based on screen resolution. IE9, for instance, on a good computer, shows little distortion - while Firefox is a mess. It's a cool property to use, but I would make sure that you use large font sizes to ensure that it is readable. -- Al Sparber - PVII http

Re: [css-d] change in height of navigation bar

2011-03-21 Thread Al Sparber
://bwbcontractors.com/ Never, ever, ever use fixed height on an element that contains text. Change your menu container rule to this: #mainNav { background-color: #736357; padding-bottom: 1px; padding-left: 42px; height: auto; overflow: hidden; } -- Al Sparber

Re: [css-d] IE8 Problem with background in Zen Cart revisited

2011-03-20 Thread Al Sparber
. And you meant meta tag and not IE7 emulate script I hope? -- Al Sparber - PVII http://www.projectseven.com Dreamweaver Menus | Galleries | Widgets http://www.projectseven.com/go/hgm The Ultimate Web 2.0 Carousel __ css-discuss [css

Re: [css-d] IE9 Question from XP user.

2011-03-16 Thread Al Sparber
. Since I usually carry the meta set to edge, it's often quicker for me to adjust the value in the tag. But that's just my workflow. -- Al Sparber - PVII http://www.projectseven.com Dreamweaver Menus | Galleries | Widgets http://www.projectseven.com/go/hgm The Ultimate Web 2.0 Carousel

Re: [css-d] IE vertical spacing problem

2011-02-08 Thread Al Sparber
/index4finalize.php What is causing all this extra space in ie and not in other browsers. IE5? IE6? IE7? It looks identical to me in IE8 and Firefox 3.6. -- Al Sparber - PVII http://www.projectseven.com Dreamweaver Menus | Galleries | Widgets http://www.projectseven.com/go/hgm The Ultimate Web 2.0

Re: [css-d] stacked nav in IE7

2011-01-06 Thread Al Sparber
an obsolete product. -- Al Sparber - PVII http://www.projectseven.com Dreamweaver Menus | Galleries | Widgets http://www.projectseven.com/go/hgm The Ultimate Web 2.0 Carousel __ css-discuss [cs...@lists.css-discuss.org] http

Re: [css-d] Web typography with CSS3

2010-12-31 Thread Al Sparber
/ And another: http://www.projectseven.com/peeks/tpm2/demos/page5.htm -- Al Sparber - PVII http://www.projectseven.com Dreamweaver Menus | Galleries | Widgets http://www.projectseven.com/go/hgm The Ultimate Web 2.0 Carousel __ css-discuss

Re: [css-d] Expanding tabs effect

2010-12-23 Thread Al Sparber
, and abused script in the history of the internet :-) -- Al Sparber - PVII http://www.projectseven.com Dreamweaver Menus | Galleries | Widgets http://www.projectseven.com/go/hgm The Ultimate Web 2.0 Carousel __ css-discuss [cs

Re: [css-d] Expanding tabs effect

2010-12-23 Thread Al Sparber
On 12/23/2010 1:15 PM, Al Sparber wrote: On 12/23/2010 12:14 PM, Gabriele Romanato wrote: Hi! Sometimes CSS is better than jQuery: http://onwebdev.blogspot.com/2010/12/css-expanding-tabs-effect.html HTH :-) Very nice and I'm sure a lot of folks will find it very useful. As for jQuery

Re: [css-d] A question on CSS compression and minifcation

2010-11-06 Thread Al Sparber
such as, for example, Yahoo developers tend to write :-) Perhaps if CSS authoring was where it has evolved now, back in the age of dominant dial-up connections, it would be somewhat useful. -- Al Sparber - PVII http://www.projectseven.com Dreamweaver Menus | Galleries | Widgets http://www.projectseven.com/go/hgm

Re: [css-d] Image placement issue in IE

2010-11-05 Thread Al Sparber
are floating. -- Al Sparber - PVII http://www.projectseven.com Dreamweaver Menus | Galleries | Widgets http://www.projectseven.com/go/hgm The Ultimate Web 2.0 Carousel __ css-discuss [cs...@lists.css-discuss.org] http://www.css

Re: [css-d] z-index issue in IE7

2010-11-05 Thread Al Sparber
affect modern browsers. -- Al Sparber - PVII http://www.projectseven.com Dreamweaver Menus | Galleries | Widgets http://www.projectseven.com/go/hgm The Ultimate Web 2.0 Carousel __ css-discuss [cs...@lists.css-discuss.org] http

Re: [css-d] Image placement issue in IE

2010-11-05 Thread Al Sparber
the images on the right and got out of there ASAP. Good catch and call. -- Al Sparber - PVII http://www.projectseven.com Dreamweaver Menus | Galleries | Widgets http://www.projectseven.com/go/hgm The Ultimate Web 2.0 Carousel

Re: [css-d] setting z-index on a lightbox in WordPress

2010-11-02 Thread Al Sparber
in their relevant drop-down menus in the content flow. In other words, on this page: http://www.greyrockconcretedesign.com/concrete-for-colorado-homes/ Make sure that the content contains clear links to Bathroom Remodeling and Kitchen remodeling. -- Al Sparber - PVII http://www.projectseven.com

Re: [css-d] shadow and blur pitfalls?

2010-10-19 Thread Al Sparber
From: Philippe Wittenbergh e...@l-c-n.com On Oct 19, 2010, at 5:05 AM, Al Sparber wrote: So 3 duplicate rules, all with the same values are needed: box-shadow -moz-box-shadow -webkit-box-shadow Hmm. Al. Care to put that in the correct order so that you can leverage the cascade ? First

Re: [css-d] shadow and blur pitfalls?

2010-10-18 Thread Al Sparber
of the property. So 3 duplicate rules, all with the same values are needed: box-shadow -moz-box-shadow -webkit-box-shadow You might also want to visit the W3.org web site and read the box-shadow spec. -- Al Sparber - PVII http://www.projectseven.com Dreamweaver Menus | Galleries | Widgets http

Re: [css-d] shadow and blur pitfalls?

2010-10-18 Thread Al Sparber
From: John j...@coffeeonmars.com On Oct 18, 2010, at 1:04 PM, Al Sparber wrote: I assume you are talking about the box-shadow property. If so, the shadow is glued, z-index and all, to the element you assign it to. Thank you, Al...and since the shadow belongs do the item to which it's

Re: [css-d] border radius

2010-08-27 Thread Al Sparber
to just display what it knows how to display: http://www.projectseven.com/products/staging/mirage/columns-four.htm Good luck! But do stay away from rounded corner hacks ;-) -- Al Sparber - PVII http://www.projectseven.com Dreamweaver Menus | Galleries | Widgets

Re: [css-d] Safari 5 / Win XP crashing ?

2010-07-12 Thread Al Sparber
Google Chrome 5 as well ?) It crashes both browsers (Win Vista 64-bit). I assume on Windows 7, as well. -- Al Sparber - PVII http://www.projectseven.com Dreamweaver Menus | Galleries | Widgets __ css-discuss [cs...@lists.css

Re: [css-d] Test on box-shadow and border-radius

2010-06-25 Thread Al Sparber
prove interesting as it illustrates outer/inner curves: http://www.projectseven.com/peeks/tooltips/example4.htm Good job! -- Al Sparber - PVII http://www.projectseven.com Dreamweaver Menus | Galleries | Widgets __ css-discuss

Re: [css-d] semantic accessible animated drop up menu

2010-05-03 Thread Al Sparber
://www.projectseven.com/products/menusystems/pmm2/ug-examples/accessible/index.htm -- Al Sparber - PVII http://www.projectseven.com Dreamweaver Menus | Galleries | Widgets http://www.projectseven.com/go/hgm The Ultimate Web 2.0 Carousel

Re: [css-d] semantic accessible animated drop up menu

2010-05-03 Thread Al Sparber
is the natural path. And one thing to keep in mind for any multilevel menu is that the root items should always be real links. -- Al Sparber - PVII http://www.projectseven.com Dreamweaver Menus | Galleries | Widgets http://www.projectseven.com/go/hgm The Ultimate Web 2.0 Carousel

Re: [css-d] rounded corners problem

2010-04-21 Thread Al Sparber
only. The best solution if rounded corners are a client requirement is, and will continue to be for some time, CSS-assigned background images. -- Al Sparber - PVII http://www.projectseven.com Dreamweaver Menus | Galleries | Widgets http://www.projectseven.com/go/hgm The Ultimate Web 2.0 Carousel

Re: [css-d] rounded corners problem

2010-04-21 Thread Al Sparber
next to each other, that will reduce the HTTP requests from 4 to 1. Yes, for a fixed layout, a top, a bottom, and a y-tiling middle is all that's needed. I would use adjacent elements that are already there to carry the backgrounds. Should be doable without any additional markup. -- Al Sparber

Re: [css-d] Gap in IE7

2010-02-26 Thread Al Sparber
of HTML 5. While it's very cool to play with experimental stuff - it's not a good idea for a live site as behavior in older browsers could be unpredictable. -- Al Sparber - PVII http://www.projectseven.com Dreamweaver Menus | Galleries | Widgets http://www.projectseven.com/go/hgm The Ultimate Web 2.0

Re: [css-d] Fraction bar

2010-01-21 Thread Al Sparber
to copy and paste the text - into an existing sentence - which would yield: So let's talk about fractions - In the fraction 6 18 6 is the numerator and 18 is the denominator. A little confusing, no? -- Al Sparber - PVII http://www.projectseven.com Dreamweaver Menus | Galleries | Widgets http

Re: [css-d] Why JavaScript and CSS can work well together

2010-01-07 Thread Al Sparber
JavaScript statement... and in a cross-browser way! Even if you were right, this is a CSS mailing list. Clearing floats can be done very simply. What you are saying, unfortunately, makes no sense - which I say for the benefit of beginners who might otherwise take your opinions to heart. -- Al

Re: [css-d] IE dropdown menu problem Any suggestions to correct this?

2009-12-12 Thread Al Sparber
and others inherent to all pure CSS menus. See if the above works, though. -- Al Sparber - PVII http://www.projectseven.com Dreamweaver Menus | Galleries | Widgets http://www.projectseven.com/go/hgm The Ultimate Web2.0 Carousel __ css

Re: [css-d] Problem With Menu

2009-11-14 Thread Al Sparber
li {float: left; width: 100%;} /style ![endif]-- Then fix these errors: http://validator.w3.org/check?verbose=1uri=http%3a%2f%2fangrynates.com%2fnrelectric.com%2findex.py and especially deal with the comment markers scattered about your menu markup. What were you thinking there? -- Al Sparber

Re: [css-d] Trouble with drop down navigation tabs in IE 6/7

2009-09-29 Thread Al Sparber
menu. Good luck. -- Al Sparber - PVII http://www.projectseven.com __ css-discuss [cs...@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies

Re: [css-d] IE8 conditional styles bug ??

2009-08-06 Thread Al Sparber
there would not seem to be much reason for using conditional comments - in most cases. -- Al Sparber - PVII http://www.projectseven.com Dreamweaver Menus | Galleries | Widgets http://www.projectseven.com/go/apm An Accessible Elegant Accordion

Re: [css-d] IE8 conditional styles bug ??

2009-08-06 Thread Al Sparber
From: Al Sparber aspar...@roadrunner.com From: Allen Beach cmkbh...@ymail.com It appears that the new IE8 (when in IE8 standards mode) will not work correctly when you have both inline and linked style sheets...if you're in quirks or ie7 mode its fine, but the moment you switch to IE8

Re: [css-d] IE8 conditional styles bug ??

2009-08-06 Thread Al Sparber
From: Allen Beach cmkbh...@ymail.com You should see 2 boxes, one with inline and one with linked styles... Al Sparber - I disagree, IE8 in standards mode still is far from perfect, and when creating a corporate site that works in IE6/7/8 and going forward, its important to have a seperate

Re: [css-d] Problem with all Mac browsers according to BrowserCam

2009-07-18 Thread Al Sparber
option is to use images instead of text, I don't like that option. It isn't as SEO-friendly as text links and SEO-friendliness is important. That images are an SEO liability is a debatable issue (at worst). Image replacement is another option. -- Al Sparber - PVII http://www.projectseven.com

Re: [css-d] Tab layout problem

2009-06-22 Thread Al Sparber
, but a bit tastier :-) -- Al Sparber - PVII http://www.projectseven.com Dreamweaver Menus | Galleries | Widgets http://www.projectseven.com/go/apm An Accessible Elegant Accordion __ css-discuss [cs...@lists.css-discuss.org

Re: [css-d] IE8 is it a improvement over IE7?

2009-05-07 Thread Al Sparber
From: Christopher R majes...@thecreativesheep.ca To: CSS-D css-d@lists.css-discuss.org Sent: Tuesday, May 05, 2009 11:57 AM Subject: [css-d] IE8 is it a improvement over IE7? I would just like to know if IE8 is an improvement over IE7? It is. -- Al Sparber - PVII http://www.projectseven.com

Re: [css-d] ie/8 max-width

2009-05-07 Thread Al Sparber
of quirks mode (remove the xml prolog) and check again. -- Al Sparber - PVII http://www.projectseven.com Dreamweaver Menus | Galleries | Widgets http://www.projectseven.com/go/apm An Accessible Elegant Accordion __ css-discuss [cs

Re: [css-d] ie/8 max-width

2009-05-07 Thread Al Sparber
Al Sparber wrote: From: David Laakso da...@chelseacreekstudio.com Get the page out of quirks mode (remove the xml prolog) and check again. Makes no difference whatsoever, Al. If you remove both the width and height attributes from the img tag, it works. Remove just the height

Re: [css-d] strange issue with suckerfish menu and firefox webdeveloper plugin

2009-04-27 Thread Al Sparber
. The developer toolbar CSS editor makes image paths relative to the document instead of the style sheet. -- Al Sparber - PVII http://www.projectseven.com Dreamweaver Menus | Galleries | Widgets __ css-discuss [cs...@lists.css

Re: [css-d] Javascript code - firefox vs explorer and spry menu bars

2009-04-09 Thread Al Sparber
from Adobe to fix your menu. -- Al Sparber - PVII http://www.projectseven.com Dreamweaver Menus | Galleries | Widgets http://www.projectseven.com/go/apm An Accessible Elegant Accordion __ css-discuss [cs...@lists.css-discuss.org

Re: [css-d] make accordion box open on mouseover

2009-03-26 Thread Al Sparber
/webforums/forum/categories.cfm?forumid=72catid=602 I'm not fluent in their script, but it should be possible. It has nothing to do with CSS though. -- Al Sparber - PVII http://www.projectseven.com Dreamweaver Menus | Galleries | Widgets http://www.projectseven.com/go/apm An Accessible Elegant Accordion

Re: [css-d] Equal heights solutions

2009-03-16 Thread Al Sparber
(and the animation can be turned off). The better solution, especially if you want expanding stugg in the columns is to use CSS faux columns. -- Al Sparber - PVII http://www.projectseven.com __ css-discuss [cs...@lists.css-discuss.org

Re: [css-d] Sliding Door and Drop Downs

2009-02-16 Thread Al Sparber
CSS menus and sliding doors you will usually find that the only thing that changes and sticks on hover is the text in the root menu. -- Al Sparber - PVII http://www.projectseven.com The Finest Dreamweaver Menus | Galleries | Widgets http://www.projectseven.com/go/pop The Ultimate DW Menu System

Re: [css-d] Firefox Weirdness

2009-02-01 Thread Al Sparber
=363861 -- Al Sparber - PVII http://www.projectseven.com The Finest Dreamweaver Menus | Galleries | Widgets http://www.projectseven.com/go/pop The Ultimate DW Menu System __ css-discuss [cs...@lists.css-discuss.org] http://www.css

Re: [css-d] Line Height IE7 problem with PVII TMM

2009-01-07 Thread Al Sparber
(original release 2001) will soon be upgraded to a more modern codebase. Prototype here: http://www.projectseven.com/products/menusystems/tmm2/folders/ We are a fairly large operation and have to work by a schedule. All things in good time ;-) Appreciate your comments, though. -- Al Sparber

Re: [css-d] Line Height IE7 problem with PVII TMM

2009-01-07 Thread Al Sparber
://www.waterfrontvenuesnewcastle.com.au/new/ Add display: block to the root a selector #p7TMnav div a. To control box height, edit the padding declarations on the .p7plusmark, .p7minusmark, .p7defmark rules. -- Al Sparber - PVII http://www.projectseven.com Dreamweaver Menus | Galleries | Widgets http

Re: [css-d] Menu-issue

2008-12-29 Thread Al Sparber
From: Ib Jensen ibkjen...@gmail.com 2008/12/28 Al Sparber aspar...@roadrunner.com: From: Ib Jensen ibkjen...@gmail.com 2008/12/28 David ker...@abbottdavid.com: You would be better off with a nice single-level CSS menu across the top with sidebar context menus. You mean, just a single

Re: [css-d] Menu-issue

2008-12-28 Thread Al Sparber
. ;-{ You would be better off with a nice single-level CSS menu across the top with sidebar context menus. The menu you have is extremely unusable - even in the browsers in which it works. For that type of menu you really should be using a scripted one. -- Al Sparber - PVII http://www.projectseven.com

Re: [css-d] Dreamweaver and min-width/height

2008-12-19 Thread Al Sparber
://cssfreelancer.awardspace.com Ugh... that's easy. I never use that to put properties in with Dreamweaver, I always use the dialog box. The dialog box is a vestige left in, I presume, for beginners - and sorely limited. The CSS Panel is what you want to be using. -- Al Sparber - PVII http

Re: [css-d] vertical Suckerfish menu in a table column

2008-12-17 Thread Al Sparber
would really be needed to diagnose your issue. -- Al Sparber - PVII http://www.projectseven.com Fully Automated Menu Systems | Galleries | Widgets http://www.projectseven.com/go/Elevators __ css-discuss [cs...@lists.css-discuss.org

Re: [css-d] Anyone Know of Hover Drop Down Menus?

2008-12-11 Thread Al Sparber
(for whatever reason), a scripted solution that does not fall back to pure CSS is the better choice. As for accessibility, consider this: http://www.projectseven.com/products/menusystems/pmm2/ug-examples/accessible/ -- Al Sparber - PVII http://www.projectseven.com Fully Automated Menu Systems

Re: [css-d] Anyone Know of Hover Drop Down Menus?

2008-12-10 Thread Al Sparber
of a straight line being the shortest path from root link to trigger and, without a scripted timer, usability is very poor. The more levels, the worse it becomes. And it validates. That's debateable if you are looking at the menu I think you are :-) -- Al Sparber - PVII http

Re: [css-d] Anyone Know of Hover Drop Down Menus?

2008-12-09 Thread Al Sparber
/workpage.htm If you opt for a scripted solution, here is an article that may prove helpful no matter which script you use: http://www.projectseven.com/tutorials/accessibility/pop_integrated/index.htm Good luck and happy menu hunting. -- Al Sparber - PVII http://www.projectseven.com Fully

Re: [css-d] drop down menus/flash

2008-10-14 Thread Al Sparber
http://www.projectseven.com/support/answers.asp?id=127 -- Al Sparber - PVII http://www.projectseven.com Fully Automated Menu Systems | Galleries | Widgets http://www.projectseven.com/go/Elevators __ css-discuss [EMAIL

Re: [css-d] CSS Round Corners

2008-10-03 Thread Al Sparber
achieve the design goal: http://www.projectseven.com/csslab/faux/flexcurve/ Or this: http://www.projectseven.com/csslab/faux/flexcurve/index-shadow.htm Or this: http://www.projectseven.com/products/templates/pagepacks/curvitude/Layout01b.htm -- Al Sparber - PVII http://www.projectseven.com Fully

Re: [css-d] workaround to inherited opacity

2008-09-18 Thread Al Sparber
/better_opacity.html and http://theholiergrail.com/sandbox/rgba-cross-browser.php Not good. Whenever you expose IE7 to a filter you kill font-smoothing. That's a showstopper. Best to go purely with PNGs for IE7 and forget about older browsers in the name of progressive enhancement. -- Al

Re: [css-d] workaround to inherited opacity

2008-09-18 Thread Al Sparber
From: Bill Brown [EMAIL PROTECTED] Al Sparber wrote: From: Bill Brown [EMAIL PROTECTED] Not good. Whenever you expose IE7 to a filter you kill font-smoothing. That's a showstopper. Best to go purely with PNGs for IE7 and forget about older browsers in the name of progressive enhancement

Re: [css-d] IE7 bug - scroll bar extends w/ floated italics

2008-07-30 Thread Al Sparber
://www.fatgraffix.com/2008-test-02/ --- overflow: hidden on either the DIV or the P should fix it. -- Al Sparber - PVII http://www.projectseven.com The Ultimate Lightbox: Lightshow Magic

Re: [css-d] 100% height over existing page

2008-07-30 Thread Al Sparber
. If it is possible with CSS, it would be mightily hacked and probably not practical. You can also post this on a script or DOM-based mailing list or forum as it would be more appropriate. -- Al Sparber - PVII http://www.projectseven.com The Ultimate Lightbox: Lightshow Magic

Re: [css-d] IE6 css menu question

2008-06-15 Thread Al Sparber
/user_guide/styling/menu_widths/hz_root_varwidth.htm -- Al Sparber - PVII http://www.projectseven.com Fully Automated Menu Systems | Galleries | Widgets http://www.projectseven.com/go/Elevators __ css-discuss [EMAIL PROTECTED] http

Re: [css-d] Which is the best solution min-width and max-width in ie6 ?

2008-05-07 Thread Al Sparber
if this is helpful: http://www.projectseven.com/csslab/testing/minmax/index.htm -- Al Sparber - PVII http://www.projectseven.com Fully Automated Menu Systems | Galleries | Widgets http://www.projectseven.com/go/Elevators __ css

Re: [css-d] horizontal menu centering issue

2008-05-05 Thread Al Sparber
that tend to look very nice as they are. It would take some complex hacking to center the entire menu. -- Al Sparber - PVII http://www.projectseven.com Fully Automated Menu Systems | Galleries | Widgets http://www.projectseven.com/go/Elevators

  1   2   3   >