[css-d] responsive not being responsive with images

2013-01-18 Thread Rob Emenecker
are not scaling. There is no width specified on the images and the CSS has a max-width: 100%. Not quite sure why they are blowing out my layout. I'm certain it is images, because on pages without images the content reflows just fine. Any thoughts? Rob Emenecker @ Hairy

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

2013-01-18 Thread Rob Emenecker
Many errors, of which two may be significant : Shoot! Thanks Philip. I thought that the code was already validated. Grrr. Will go through and clean it up and THEN see if I still have issues. embarrassed red face Rob Emenecker @ Hairy Dog Digital

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

2013-01-18 Thread Rob Emenecker
Okay. Errors resolved. Still the same issues with the display on some mobile devices. :-S http://hairydogdigital.com Rob Emenecker @ Hairy Dog Digital www.hairydogdigital.com Please note: Return e-mail messages are only accepted from discussion groups

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

2013-01-18 Thread Rob Emenecker
You mentioned that your site isn't being responsive with just the images. Clarification - it is responsive to the DEVICE width. NOT the viewport width. Rob Emenecker @ Hairy Dog Digital www.hairydogdigital.com Please note: Return e-mail messages are only

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

2013-01-18 Thread Rob Emenecker
. Rob Emenecker @ Hairy Dog Digital www.hairydogdigital.com Please note: Return e-mail messages are only accepted from discussion groups that this e-mail address subscribes to. All other messages are automatically deleted

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

2013-01-18 Thread Rob Emenecker
for two) that is causing the issue. I would expect the breaking to be vastly more dramatic if it was the ampersand encoding. Yes, I can be wrong on that point, but my gut tells me otherwise. :-) Rob Emenecker @ Hairy Dog Digital www.hairydogdigital.com Please

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

2013-01-18 Thread Rob Emenecker
on the uptake! Rob Emenecker @ Hairy Dog Digital www.hairydogdigital.com Please note: Return e-mail messages are only accepted from discussion groups that this e-mail address subscribes to. All other messages are automatically deleted

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

2013-01-18 Thread Rob Emenecker
So I removed the device- from the media queries. It's now desktop responsive. It's valid XHTML. It's valid CSS3 except for a few specific exceptions that are intentional. Guess I can now figure out why the images are blowing out the widths? Rob Emenecker

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

2013-01-18 Thread Rob Emenecker
. Rob Emenecker @ Hairy Dog Digital www.hairydogdigital.com Please note: Return e-mail messages are only accepted from discussion groups that this e-mail address subscribes to. All other messages are automatically deleted

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

2013-01-18 Thread Rob Emenecker
in Motorola Android and HTC Android devices work okay on the two devices I tested. Haven't tested iPod/iPhone yet, because of technical difficulties. iPad is a non-issue, because of the device size. Haven't not tested Opera (Windows desktop). Rob Emenecker

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

2013-01-18 Thread Rob Emenecker
did fix one issue where the box model was taking on a negative left margin due to a width + padding that exceeded 100%. That has been addressed, but it does not resolve the non-resizing image. Continuing to scrutinize further! Rob Emenecker @ Hairy Dog Digital

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

2013-01-18 Thread Rob Emenecker
to this little gem above from Al, and everyone in between. It has been resolved. Rob Emenecker @ Hairy Dog Digital www.hairydogdigital.com Please note: Return e-mail messages are only accepted from discussion groups that this e-mail address subscribes to. All other

[css-d] IE head scratcher

2012-12-07 Thread Rob Emenecker
and document mode in the Developer Tools to simulate IE7 and IE8. I cannot figure out why the style is not applying in IE8. I see nothing overriding the declared pseudoclass or hard-coded class. Anyone have any idea? Rob Emenecker @ Hairy Dog Digital

Re: [css-d] Responsive Design Issue

2012-04-24 Thread Rob Emenecker
Why should we get rid of a piece of design when you have a CSS3 property for that? Use background-size. It works. :-) I would advocate setting it to background-image: none, because you save some bandwidth and cache for the small device. Rob Emenecker

Re: [css-d] FIXED: iPhone/iPad iPhun

2012-01-14 Thread Rob Emenecker
ng-from-portrait-to-landcape However, the one viable solution presented requires JavaScript. Has anyone dealt with this without relying on JavaScript and in such a way that you do not eliminate the ability for the user to pinch-zoom? Rob Emenecker @ Hairy Dog

Re: [css-d] FIXED: iPhone/iPad iPhun

2012-01-14 Thread Rob Emenecker
I found the following thread on Stack Overflow that addresses the problem: http://stackoverflow.com/questions/5434656/ipad-layout-scales-up-when-rotati ng-from-portrait-to-landcape Addenda: This method does not allow pinch-zoom. At least not in my testing.

Re: [css-d] FIXED: iPhone/iPad iPhun

2012-01-14 Thread Rob Emenecker
I posted a link to a recent js fix early in this thread ( the OP's thread) that seems to be working well based on reviewers testing. Ah! I just dug back through the original posts and found the link. Thanks Tom! Rob Emenecker @ Hairy Dog Digital

Re: [css-d] Best Practices For Sprites?

2011-09-25 Thread Rob Emenecker
is already cached. Rob Emenecker @ Hairy Dog Digital www.hairydogdigital.com Please note: Return e-mail messages are only accepted from discussion groups that this e-mail address subscribes to. All other messages are automatically deleted

[css-d] IE7 DIV appearing under it's sibling DIVs???

2011-08-11 Thread Rob Emenecker
site at: http://3g.hairydogstaging.com (username: 3g / pwd: 16765). Not sure when/how this issue crept in, but it is making me batty. Suggestions? Rob Emenecker @ Hairy Dog Digital http://www.hairydogdigital.com www.hairydogdigital.com Please note

Re: [css-d] IE7 DIV appearing under it's sibling DIVs???

2011-08-11 Thread Rob Emenecker
seem to be where they ought to be. Now I need to figure out where the missing footer has gotten to. D'oh! Rob Emenecker @ Hairy Dog Digital www.hairydogdigital.com Please note: Return e-mail messages are only accepted from discussion groups that this e-mail

Re: [css-d] IE7 DIV appearing under it's sibling DIVs???

2011-08-11 Thread Rob Emenecker
.) Rob Emenecker @ Hairy Dog Digital www.hairydogdigital.com Please note: Return e-mail messages are only accepted from discussion groups that this e-mail address subscribes to. All other messages are automatically deleted

[css-d] floated input element dropping on baseline?

2011-01-16 Thread Rob Emenecker
Hi all, I am trying to figure out why an input element that I am floating right is dropping on the baseline in Internet Explorer 7. Everything appears to work fine in IE8 and Firefox (as well as others). Here is the link: http://crownfoodsinc.com/form/ It is a long page/form. Scroll

Re: [css-d] A good site for font-face

2010-12-31 Thread Rob Emenecker
! :-) Rob Emenecker @ Hairy Dog Digital www.hairydogdigital.com Please note: Return e-mail messages are only accepted from discussion groups that this e-mail address subscribes to. All other messages are automatically deleted

[css-d] A good site for font-face

2010-12-30 Thread Rob Emenecker
Hi all, I am looking for a good source of info on webfont embedding. Specifically, usage of @font-face, browser support, and support for font weight and style variants. Can anyone point me to a good online resource (or a few). Thanks, Rob Rob

Re: [css-d] A good site for font-face

2010-12-30 Thread Rob Emenecker
Thank you David and Chetan! Rob Emenecker @ Hairy Dog Digital www.hairydogdigital.com Please note: Return e-mail messages are only accepted from discussion groups that this e-mail address subscribes to. All other messages are automatically deleted

Re: [css-d] suckerfish layering in IE7

2010-09-18 Thread Rob Emenecker
Can anyone shed any light as to why the z-index is not behaving as desired/expected on IE7? The suckerfish menu is falling behind my content. (Or my content is appearing on top.) Either case, it's not consistent with the correct behavior that I am seeing in IE8 and FF3. Checked on

Re: [css-d] suckerfish layering in IE7

2010-09-18 Thread Rob Emenecker
Checked on a local file only... *:first-child + html .left, *:first-child + html .right, *:first-child + html .maincontent { z-index: -1; background: lime; } /* for IE/7.0 */ That did work, however when I tried applying the same treatment to the DIV containing the breadcrumbs -- between

[css-d] suckerfish sticky highlight (hover) on nested LI/A

2010-09-17 Thread Rob Emenecker
Hi all, Perhaps because it is Friday my brain is not functioning as well as it usually does. I have a suckerfish menu that I am trying to get the second-level element to remain highlighted when a third level list is opened. I'm assuming that is possible, because I can do so with the

[css-d] suckerfish layering in IE7 (was: suckerfish sticky highlight (hover) on nested LI/A)

2010-09-17 Thread Rob Emenecker
seeing in IE8 and FF3. Thanks, Rob Rob Emenecker @ Hairy Dog Digital www.hairydogdigital.com Please note: Return e-mail messages are only accepted from discussion groups that this e-mail address subscribes to. All other messages are automatically deleted

Re: [css-d] Tool to tell me where a rule is used

2010-07-09 Thread Rob Emenecker
. Rob Emenecker @ Hairy Dog Digital www.hairydogdigital.com Please note: Return e-mail messages are only accepted from discussion groups that this e-mail address subscribes to. All other messages are automatically deleted

[css-d] bottom border on A elements inconsistently spaced

2010-07-01 Thread Rob Emenecker
Hi all, I'm seeing inconsistent results when I apply a border-bottom property to an A element. http://new.lauraseyesphotography.com If you look at the footer on the page above, in the unordered list on the left-hand side of the footer, the dotted underline is positioned tightly below the

Re: [css-d] bottom border on A elements inconsistently spaced

2010-07-01 Thread Rob Emenecker
The line-height is different. It's 13px versus 17px But I'd not use pixel if I was you, I'd go unit-less Adjusting the line height to 13px does not correct the problem. Rob Emenecker @ Hairy Dog Digital www.hairydogdigital.com Please note: Return e

Re: [css-d] RESOLVED! bottom border on A elements inconsistently spaced

2010-07-01 Thread Rob Emenecker
The line-height is different. It's 13px versus 17px But I'd not use pixel if I was you, I'd go unit-less Adjusting the line height to 13px does not correct the problem. Okay, discovered the issue. I had the A elements in the unordered list specified with {display:inline-block;}. When I

Re: [css-d] bottom border on A elements inconsistently spaced

2010-07-01 Thread Rob Emenecker
, which made it easier to compare to the right-hand side. Rob Emenecker @ Hairy Dog Digital www.hairydogdigital.com Please note: Return e-mail messages are only accepted from discussion groups that this e-mail address subscribes to. All other messages

Re: [css-d] footer not following content

2010-04-02 Thread Rob Emenecker
Rob Emenecker @ Hairy Dog Digital www.hairydogdigital.com Please note: Return e-mail messages are only accepted from discussion groups that this e-mail address subscribes to. All other messages are automatically deleted. -Original Message- From: css-d-boun

Re: [css-d] footer not following content

2010-04-02 Thread Rob Emenecker
and the client likes the result. :-) ...Rob Rob Emenecker @ Hairy Dog Digital www.hairydogdigital.com Please note: Return e-mail messages are only accepted from discussion groups that this e-mail address subscribes to. All other messages are automatically

[css-d] footer not following content

2010-04-01 Thread Rob Emenecker
Hi all, I'm trying to implement a sticky footer that anchors to the bottom of the viewport on pages whose content does not fill the viewport, and then have it follow the content on pages that overflow the viewport. I've been noodling with the implementation found at the following link:

[css-d] the CSS discuss Wiki

2010-03-15 Thread Rob Emenecker
everyone on this list that maintains the Wiki. It is an incredibly valuable resource! Best, Rob Rob Emenecker @ Hairy Dog Digital www.hairydogdigital.com Please note: Return e-mail messages are only accepted from discussion groups that this e-mail address

Re: [css-d] odd float (double float?) on IE7

2010-03-02 Thread Rob Emenecker
this later this week. Rob Emenecker @ Hairy Dog Digital www.hairydogdigital.com Please note: Return e-mail messages are only accepted from discussion groups that this e-mail address subscribes to. All other messages are automatically deleted

[css-d] odd float (double float?) on IE7

2010-03-01 Thread Rob Emenecker
they are widely spaced and I'm not sure why that is happening. Can anyone shed light on what IE7 idiosyncracy is driving this? Thanks, Rob Rob Emenecker @ Hairy Dog Digital www.hairydogdigital.com Please note: Return e-mail messages are only accepted from

Re: [css-d] Multiple IEs (was: Re: strange problem with float)

2010-01-24 Thread Rob Emenecker
It says they expire in April and/or 120 days. Not sure what is up with that. Do they let you renew? MS generally releases new versions every quarter with new expiration dates. Rob Emenecker @ Hairy Dog Digital www.hairydogdigital.com Please note: Return e

Re: [css-d] Fraction bar

2010-01-20 Thread Rob Emenecker
(u2044). ...Rob Rob Emenecker @ Hairy Dog Digital www.hairydogdigital.com Please note: Return e-mail messages are only accepted from discussion groups that this e-mail address subscribes to. All other messages are automatically deleted

Re: [css-d] [OT] RE: u/u - why did it have to die?

2010-01-17 Thread Rob Emenecker
are initialisms. Rob Emenecker @ Hairy Dog Digital www.hairydogdigital.com Please note: Return e-mail messages are only accepted from discussion groups that this e-mail address subscribes to. All other messages are automatically deleted

Re: [css-d] [OT] RE: u/u - why did it have to die?

2010-01-17 Thread Rob Emenecker
You're right. Sorry. He did. Rob Emenecker @ Hairy Dog Digital www.hairydogdigital.com Please note: Return e-mail messages are only accepted from discussion groups that this e-mail address subscribes to. All other messages are automatically deleted

Re: [css-d] u/u - why did it have to die?

2010-01-15 Thread Rob Emenecker
guides. ...Rob Rob Emenecker @ Hairy Dog Digital www.hairydogdigital.com Please note: Return e-mail messages are only accepted from discussion groups that this e-mail address subscribes to. All other messages are automatically deleted

[css-d] [OT] RE: u/u - why did it have to die?

2010-01-15 Thread Rob Emenecker
(based on pronunciation) is not always an initialism. They are not mutually exclusive. Since initialisms are acronyms, the ACRONYM element would still apply to them. :-) Rob Emenecker @ Hairy Dog Digital www.hairydogdigital.com Please note: Return e-mail

Re: [css-d] How to view CSS based websites with IE6?

2009-12-29 Thread Rob Emenecker
://browserlab.adobe.com. There you can test drive virtual copies of most browsers, both Mac and Windows. ...Rob Rob Emenecker @ Hairy Dog Digital www.hairydogdigital.com Please note: Return e-mail messages are only accepted from discussion groups that this e-mail

[css-d] IE6 vertical spacing issue on LI elements (imagine that)

2009-12-28 Thread Rob Emenecker
that much, as long as it degrades to a usable, reasonable facsimile of the original. This spacing however, is too much. Thanks for any advice and guidance the collective can provide! ...Rob Rob Emenecker @ Hairy Dog Digital www.hairydogdigital.com Please note

Re: [css-d] IE6 vertical spacing issue on LI elements (imagine that)

2009-12-28 Thread Rob Emenecker
Thank you David! I added a conditional IE less than 7 style sheet with... * html #navbar ul li { height: 1%; } ... and that threw the has-layout trigger you suggested, and as was indicated by the article link that you provided. Best, Rob Rob Emenecker

Re: [css-d] i don't know any php or asp i know css and i want toknow the limits

2009-11-02 Thread Rob Emenecker
that this is the effect you are trying to achieve, correct? ...Rob Rob Emenecker @ Hairy Dog Digital www.hairydogdigital.com Please note: Return e-mail messages are only accepted from discussion groups that this e-mail address subscribes to. All other messages

Re: [css-d] descenders disappearing in IE

2009-10-29 Thread Rob Emenecker
the descenders are getting cropped out. Increase the line-height of your H1 element to 1.7em and the problem should resolve. ...Rob Rob Emenecker @ Hairy Dog Digital www.hairydogdigital.com Please note: Return e-mail messages are only accepted from discussion

Re: [css-d] ADMIN: Recent quietude

2009-10-28 Thread Rob Emenecker
. That's the part that I hate. My servers get hit with so much spam each day that I worry that one day it will essentially become an unorchestrated denial-of-service situation. G. Thanks for the info Eric. ...Rob Rob Emenecker @ Hairy Dog Digital

Re: [css-d] rendering fonts from psd to css

2009-10-14 Thread Rob Emenecker
Anti-aliasing is controlled by the OS, not the browser. Not entirely true. It's especially evident in Windows. Safari and Chrome both use their own anti-aliasing. Not completely true either. Safari 4 on 'doze defaults to use the Windows settings, but offers the possibility to

Re: [css-d] spacing around HR element in IE7 ???

2009-10-03 Thread Rob Emenecker
See... http://www.gunlaug.no/contents/wd_chaos_30.html Thank you Georg! __ 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

[css-d] spacing around HR element in IE7 ???

2009-10-02 Thread Rob Emenecker
Hi all, I'm trying to determine why I am having an issue with top/bottom spacing on an HR element in Internet Exploder 7. The spacing appears as desired/intended in Firefox 3.x and Safari 4.x on Windows. (Other browsers/platforms TBD.) Right now, however, I'm trying to determine what to do to

Re: [css-d] spacing around HR element in IE7 ???

2009-10-02 Thread Rob Emenecker
only be 1em between the elements -- holding aside padding. In IE7 it looks like it is adding them and putting a 2em space. Obviously, I can alter the CSS for the HR via a conditional IE style sheet, but is there a better way? Rob Emenecker @ Hairy Dog Digital

Re: [css-d] Did you know Helvetica = Arial = sans-serif?

2009-09-21 Thread Rob Emenecker
on the Mac, but I do know that Arial is NOT forced by the OS when Helvetica is specified and present on the system. Rob Emenecker @ Hairy Dog Digital www.hairydogdigital.com Please note: Return e-mail messages are only accepted from discussion groups that this e

Re: [css-d] Did you know Helvetica = Arial = sans-serif?

2009-09-21 Thread Rob Emenecker
the font, actually have it ACTIVE. Rob Emenecker @ Hairy Dog Digital www.hairydogdigital.com Please note: Return e-mail messages are only accepted from discussion groups that this e-mail address subscribes to. All other messages are automatically deleted

Re: [css-d] Bold not working

2009-08-25 Thread Rob Emenecker
Brian, In FF 3.5 they are working just fine. The problem I see is that the size is so small that it's difficult to discern that they are actually bold. Rob Emenecker @ Hairy Dog Digital www.hairydogdigital.com Please note: Return e-mail messages are only

Re: [css-d] Bold not working

2009-08-25 Thread Rob Emenecker
* discernable. Rob Emenecker @ Hairy Dog Digital www.hairydogdigital.com Please note: Return e-mail messages are only accepted from discussion groups that this e-mail address subscribes to. All other messages are automatically deleted

Re: [css-d] Screen resolution?

2009-08-12 Thread Rob Emenecker
the relationship from. ...Rob Rob Emenecker @ Hairy Dog Digital www.hairydogdigital.com Please note: Return e-mail messages are only accepted from discussion groups that this e-mail address subscribes to. All other messages are automatically deleted

Re: [css-d] Screen resolution?

2009-08-12 Thread Rob Emenecker
.) ...Rob Rob Emenecker @ Hairy Dog Digital www.hairydogdigital.com Please note: Return e-mail messages are only accepted from discussion groups that this e-mail address subscribes to. All other messages are automatically deleted

Re: [css-d] Screen resolution?

2009-08-12 Thread Rob Emenecker
.) ...Rob Rob Emenecker @ Hairy Dog Digital www.hairydogdigital.com Please note: Return e-mail messages are only accepted from discussion groups that this e-mail address subscribes to. All other messages are automatically deleted

Re: [css-d] Screen resolution?

2009-08-11 Thread Rob Emenecker
large fonts on Windows for testing purposes. While this thread has been very informative, it seems like it has long lost it's relevance to CSS. Are all of the moderators on vacation? Rob Emenecker @ Hairy Dog Digital www.hairydogdigital.com Please note: Return e

Re: [css-d] Screen resolution?

2009-08-10 Thread Rob Emenecker
of the image (not necessarily the file) as an uncompressed raw image. ...Rob Rob Emenecker @ Hairy Dog Digital www.hairydogdigital.com Please note: Return e-mail messages are only accepted from discussion groups that this e-mail address subscribes to. All other

Re: [css-d] A simple question - h1 before p

2009-07-09 Thread Rob Emenecker
can apply. Rob Emenecker @ Hairy Dog Digital www.hairydogdigital.com Please note: Return e-mail messages are only accepted from discussion groups that this e-mail address subscribes to. All other messages are automatically deleted

Re: [css-d] A simple question - h1 before p

2009-07-09 Thread Rob Emenecker
what's the point?see http://www.jquery.com and you won't need a class anymore ^^/ The point, in the original question, was to get this *basic* display aspect handled without resorting to scripting tactics. Rob Emenecker @ Hairy Dog Digital

Re: [css-d] A simple question - h1 before p

2009-07-09 Thread Rob Emenecker
, then you need to target both the h1 and the p to ensure neither of their margins are larger than the desired amount of space. Rob Emenecker @ Hairy Dog Digital www.hairydogdigital.com Please note: Return e-mail messages are only accepted from discussion groups

Re: [css-d] adjusting overall size in css?

2009-06-23 Thread Rob Emenecker
larger, even I get aggitated when I am forced to do so by sites such as Facebook, MSN, etc. Just because I have a big monitor does not mean I want to fill it, and my desktop, with your site! Rob Emenecker @ Hairy Dog Digital www.hairydogdigital.com Please note

Re: [css-d] IE7 problem with a gap between divs [redux]

2009-06-18 Thread Rob Emenecker
at the source XHTML you will see a comment and BR elements at the end of the masthead graphics. They are there to avoid a 3-pixel gap. Same problem as before. It is as if IE7 is not collapsing whitespace inside of the DIV. Is that correct? ...Rob Rob Emenecker

Re: [css-d] IE7 problem with a gap between divs [redux]

2009-06-18 Thread Rob Emenecker
. This reminds me of the issue that IE has/had with TD elements and their first-child element. Rob Emenecker @ Hairy Dog Digital www.hairydogdigital.com Please note: Return e-mail messages are only accepted from discussion groups that this e-mail address

Re: [css-d] IE7 problem with a gap between divs [redux]

2009-06-18 Thread Rob Emenecker
Thanks Tim, The explanation -- re: descenders -- now makes it clear! ...Rob Rob Emenecker @ Hairy Dog Digital www.hairydogdigital.com Please note: Return e-mail messages are only accepted from discussion groups that this e-mail address subscribes to. All

[css-d] IE7 problem with a gap between divs

2009-06-17 Thread Rob Emenecker
wonky. If that is what it takes fine, but I'm wondering if there is something about the structure and css that I am overlooking that is causing this issue on IE7. Best regards, Rob Rob Emenecker @ Hairy Dog Digital 410.694.3575 (arf) || 410.694.3550 (fax

Re: [css-d] IE7 problem with a gap between divs

2009-06-17 Thread Rob Emenecker
to resolve the issue. Granted, this is all WITHOUT IE6, which I usually patch back to together via an MS conditional comment CSS sheet load. Thanks! ...Rob Rob Emenecker @ Hairy Dog Digital www.hairydogdigital.com Please note: Return e-mail messages are only

Re: [css-d] first-child pseudo-class not behaving as expected

2009-06-06 Thread Rob Emenecker
of the implementation on one of the popular CSS sites (can't remember which one now). When I saw Tim's message and then looked at the specification (http://www.w3.org/TR/CSS2/selector.html#first-child), I realized my error. Thanks! ...Rob Rob Emenecker @ Hairy Dog Digital

[css-d] first-child pseudo-class not behaving as expected

2009-06-05 Thread Rob Emenecker
regards, Rob Rob Emenecker @ Hairy Dog Digital 410.694.3575 (arf) || 410.694.3550 (fax) www.hairydogdigital.com __ css-discuss [cs...@lists.css-discuss.org] http://www.css-discuss.org/mailman

Re: [css-d] first-child pseudo-class not behaving as expected

2009-06-05 Thread Rob Emenecker
lower into the content. ...Rob Rob Emenecker @ Hairy Dog Digital www.hairydogdigital.com Please note: Return e-mail messages are only accepted from discussion groups that this e-mail address subscribes to. All other messages are automatically deleted

Re: [css-d] first-child pseudo-class not behaving as expected

2009-06-05 Thread Rob Emenecker
*:first-child (margin-top: 0;} I realize bets are off with IE6, however, with standards-compliant sites, I basically take a horseshoes and hand grenades approach with IE6. So the margin-top value in the case of IE6 will be acceptable. ...Rob Rob Emenecker

[css-d] border-bottom not appearing in IE7 ?

2009-04-28 Thread Rob Emenecker
. Thanks! ...Rob Rob Emenecker @ Hairy Dog Digital www.hairydogdigital.com Please note: Return e-mail messages are only accepted from discussion groups that this e-mail address subscribes to. All other messages are automatically deleted

Re: [css-d] border-bottom not appearing in IE7 ?

2009-04-28 Thread Rob Emenecker
: dotted 1px #FFF; } Thanks for the info and helping me get my bearings on this. (I'm having a sense of deja vu, so it's likely that I asked this a while back too. Doh!) ...Rob Rob Emenecker @ Hairy Dog Digital www.hairydogdigital.com Please note

Re: [css-d] [OT] EMs vs. PERCENTs

2009-03-19 Thread Rob Emenecker
with that understanding. Rob Emenecker @ Hairy Dog Digital www.hairydogdigital.com Please note: Return e-mail messages are only accepted from discussion groups that this e-mail address subscribes to. All other messages are automatically deleted

Re: [css-d] [OT] EMs vs. PERCENTs

2009-03-19 Thread Rob Emenecker
Just for clarification, if anyone else is as confused by this thread as I am. I am glad I was able to confuse. It means the coffee is being consumed at too great an intake level. Rob Emenecker @ Hairy Dog Digital www.hairydogdigital.com Please note

[css-d] something simple that i just can get figured out in IE7

2009-02-22 Thread Rob Emenecker
trying to figure out what is collapsing and causing the bottom border to NOT appear. Here is the link: http://www.hairydogdigital.com/HairyDog02/ Any suggestions/thoughts? Thanks, Rob Rob Emenecker @ Hairy Dog Digital 410.694.3575 (arf

Re: [css-d] What's an OP? and other stuff

2008-10-10 Thread Rob Emenecker
one copy of responses to other new topics by other people. Different, interesting. The list is set up such that REPLY goes to the person that submitted the message. REPLY-ALL will go to BOTH the poster and the list. ...Rob Rob Emenecker @ Hairy Dog Digital

Re: [css-d] workaround to inherited opacity

2008-09-20 Thread Rob Emenecker
graphic format. (Since the PNG32s are specified as background-images in the CSS, the usual IE6 filter trick won't do.) Here's what it looks like right now... http://winningsportsclub.com/preview/concept2a.html Rob Emenecker @ Hairy Dog Digital

Re: [css-d] workaround to inherited opacity

2008-09-19 Thread Rob Emenecker
Hi all, Thank you for your insightful comments. At the moment I'm leaning towards using small background PNG32s in the DIVs for the transparency effect, with a conditional style sheet for IE6 that uses alternate background images. Best, Rob Rob Emenecker

Re: [css-d] workaround to inherited opacity

2008-09-19 Thread Rob Emenecker
Hi Bill (and Al), Whenever you expose IE7 to a filter you kill font-smoothing. This is a great approach, but the font-smoothing will be an issue. ...Rob Rob Emenecker @ Hairy Dog Digital www.hairydogdigital.com Please note: Return e-mail messages

[css-d] workaround to inherited opacity

2008-09-18 Thread Rob Emenecker
about achieving this effect? (I'm trying to avoid falling back on overlapping AP divs, if possible.) ...Rob Rob Emenecker @ Hairy Dog Digital 410.694.3575 (arf) || 410.694.3550 (fax) www.hairydogdigital.com

Re: [css-d] Space between Border and Padding

2008-07-22 Thread Rob Emenecker
-- would seem to require some amount of nested DIVs. ...Rob Rob Emenecker @ Hairy Dog Digital www.hairydogdigital.com Please note: Return e-mail messages are only accepted from discussion groups that this e-mail address subscribes to. All other messages

Re: [css-d] Space between Border and Padding

2008-07-22 Thread Rob Emenecker
the background color. There may be other ways to achieve this, but IMO a nested element seems the easiest. Rob Emenecker @ Hairy Dog Digital www.hairydogdigital.com Please note: Return e-mail messages are only accepted from discussion groups that this e-mail address

Re: [css-d] Page Check please

2008-06-29 Thread Rob Emenecker
run-in heads (though they are not tagged as h3). There is one display issue that I did see. While you did fix the centering with respect to the radio buttons, when printed, the heading is no longer centered. ...Rob Rob Emenecker @ Hairy Dog Digital

Re: [css-d] CSS and Line Wrap

2008-06-27 Thread Rob Emenecker
Why was that not a problem for FF? problem in both IE 6 7. Different browser's use different methods to try and intuit what the author/programmer means when it's fed invalid code. In this case Firefox guessed correctly while IE did not. Rob Emenecker

Re: [css-d] easy clearing: a new way?

2008-06-23 Thread Rob Emenecker
Excellent reference. Thanks Ingo! Rob Emenecker @ Hairy Dog Digital www.hairydogdigital.com Please note: Return e-mail messages are only accepted from discussion groups that this e-mail address subscribes to. All other messages are automatically deleted

Re: [css-d] Extra ? and Font Switcher

2008-06-21 Thread Rob Emenecker
elements not closed. Before you can worry about the layout, you've got to get your PHP outputting clean HTML. ...Rob E. Rob Emenecker @ Hairy Dog Digital www.hairydogdigital.com __ css

Re: [css-d] Validation Warning: Byte-Order Mark found in UTF-8 File?

2008-06-13 Thread Rob Emenecker
With UTF-8 a byte-order mark is not necessary. However, Dreamweaver CS3 allows you to include one in your files. Check your PREFERENCES - NEW DOCUMENT settings and DESELECT the Include Unicode Signature (BOM) option. It is only required with UTF-16 and UTF-32. Now, as far as the files you have

Re: [css-d] [OT] toggling visibility using onmouseover

2008-06-13 Thread Rob Emenecker
. Rob Emenecker @ Hairy Dog Digital www.hairydogdigital.com __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies

Re: [css-d] CSS popup not popping in IE

2008-06-12 Thread Rob Emenecker
Nancy, Duncan, The script works perfectly, but I still don't understand why it won't work in IE without the script since the hover is for the a tag. The CSS is actually targeting the SPAN element inside of the A element, not the A element itself. ...Rob

Re: [css-d] padding problem

2008-06-07 Thread Rob Emenecker
Paragraphs still have default margins, so it's a collapsing margins[1] case. I still don't understand. And, to be honest, sometimes when I read the specification, I feel like I need a doctorate degree in technical writing. Intuitively, I would expect the margin-bottom of that last nested p

Re: [css-d] Background Auto Size

2008-06-07 Thread Rob Emenecker
. Rob Emenecker @ Hairy Dog Digital www.hairydogdigital.com __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies -- http

Re: [css-d] linking an entire td

2008-06-04 Thread Rob Emenecker
How can I link and entire td in a table? I can only seem to get it to work if I set an explicit height, which in this case, I do not know ahead of time As you suggest / fear, I don't think this is possible. Setting height: 100% to the 'a' will only have an effect if its containing

  1   2   >