In all the p.~1 examples currently visible, the problem could be solved
by simply treating the problem as a 2-column one; for a more general
solution that would allow very long text over-runs to continue under the
image rather than alongside, I would try an approach that places each
paragraph in it
I'm wondering if there is a pure-CSS way to force widowed lines in a
pargraph to the right of a floated image which is long enough to have a
line or two wrap underneath the image.
See the bottom couple of posts at http://www.theshelterblog.com/ , where
at a 1200+ px window width, the lines wra
On Wed, 15 Apr 2015 15:58:47 +
Tom Livingston wrote:
> Yes. You can't get from the phone number to "Contact Info" as the
> jump is so large. Skips over it. You end up on "Info".
I pointed that out and he had me remove the hover.
Cool. I even get good answers to questions I didn't ask. :-)
Yes. You can't get from the phone number to "Contact Info" as the jump is
so large. Skips over it. You end up on "Info".
On Wed, Apr 15, 2015 at 11:56 AM Philip Taylor wrote:
> I mean that Services (etc) shifts left when the user moves his/her mouse
> over the telephone number, etc. Very discon
I mean that Services (etc) shifts left when the user moves his/her mouse
over the telephone number, etc. Very disconcerting.
Philip Taylor
D'Arcy J.M. Cain wrote:
> Are you talking about the fact that the menu covers part of the pulse
> when it is bigger? I pointed that out to the designer and
On Wed, 15 Apr 2015 16:34:21 +0100
Philip Taylor wrote:
> > Not a great improvement, IMHO. Screenshots to follow.
>
> Cf. second pair of images here :
>
>
> https://picasaweb.google.com/Chaa006/VybeInstability?authkey=Gv1sRgCK-P1KCk2s6f1QE#
Are you talking about the fact that the menu c
Philip Taylor wrote:
> Not a great improvement, IMHO. Screenshots to follow.
Cf. second pair of images here :
https://picasaweb.google.com/Chaa006/VybeInstability?authkey=Gv1sRgCK-P1KCk2s6f1QE#
__
css-discuss [css-d@
Not a great improvement, IMHO. Screenshots to follow.
Philip Taylor
D'Arcy J.M. Cain wrote:
> On Wed, 15 Apr 2015 11:02:48 -0400
> "D'Arcy J.M. Cain" wrote:
>> On Wed, 15 Apr 2015 15:32:33 +0100
>> Philip Taylor wrote:
>>> https://picasaweb.google.com/Chaa006/VybeInstability?authkey=Gv1sRgCK-P1
On Wed, 15 Apr 2015 15:08:18 +
Tom Livingston wrote:
> IMHO, from a UI standpoint, having a hover on anything implies that a
> user can click it or something will happen to add to the experience,
> like your dropdown or a pop-up of additional information for example.
> Just hovering for a colo
On Wed, 15 Apr 2015 11:02:48 -0400
"D'Arcy J.M. Cain" wrote:
> On Wed, 15 Apr 2015 15:32:33 +0100
> Philip Taylor wrote:
> > https://picasaweb.google.com/Chaa006/VybeInstability?authkey=Gv1sRgCK-P1KCk2s6f1QE#slideshow/6137971894508252290
>
> Yikes! That's not supposed to happen. The NAV menu i
IMHO, from a UI standpoint, having a hover on anything implies that a user
can click it or something will happen to add to the experience, like your
dropdown or a pop-up of additional information for example. Just hovering
for a color change seems confusing and unnecessary. Besides, on a mobile
dev
On Wed, 15 Apr 2015 15:32:33 +0100
Philip Taylor wrote:
> > I added a fix from Jennifer and Tom. Does that fix this issue as
> > well?
>
> 'fraid not. Cf.
> https://picasaweb.google.com/Chaa006/VybeInstability?authkey=Gv1sRgCK-P1KCk2s6f1QE#slideshow/6137971894508252290
Yikes! That's not suppo
D'Arcy J.M. Cain wrote:
> I added a fix from Jennifer and Tom. Does that fix this issue as well?
'fraid not. Cf.
https://picasaweb.google.com/Chaa006/VybeInstability?authkey=Gv1sRgCK-P1KCk2s6f1QE#slideshow/6137971894508252290
Philip Taylor
That, and then some!
tomliv.com/css-d/phone-hover.png
On Wed, Apr 15, 2015 at 10:25 AM D'Arcy J.M. Cain
wrote:
> On Wed, 15 Apr 2015 14:20:52 +
> Tom Livingston wrote:
> > I believe Philip's issue is caused by this a hover placed on .phone .
> > See vybepublic.css, line 156.
>
> It is su
On Wed, 15 Apr 2015 14:20:52 +
Tom Livingston wrote:
> I believe Philip's issue is caused by this a hover placed on .phone .
> See vybepublic.css, line 156.
It is supposed to change the colour of the phone number and make it
bigger when hovered. Isn't that what it does for you?
--
D'Arcy J
On Wed, 15 Apr 2015 14:07:53 +
Tom Livingston wrote:
> As Jennifer suggested, adding:
>
> position:relative;
> z-index:1000;
>
> to allows me to use the whole dropdown.
So I researched it and now understand what it does. In fact, a z-index
value of 1 works just as well since I don't use i
I believe Philip's issue is caused by this a hover placed on .phone . See
vybepublic.css, line 156.
On Wed, Apr 15, 2015 at 10:17 AM Tom Livingston wrote:
> The z-index allows you to effect the "vertical stacking order" of
> elements. That is, the order of page elements as if they were stacking
The z-index allows you to effect the "vertical stacking order" of elements.
That is, the order of page elements as if they were stacking up, getting
closer to (or farther away from) you.
https://css-tricks.com/almanac/properties/z/z-index/
On Wed, Apr 15, 2015 at 10:14 AM D'Arcy J.M. Cain
wrot
On Wed, 15 Apr 2015 14:59:38 +0100
Philip Taylor wrote:
> Does not happen for me in Seamonkey 2.17.1, but there is a horrible
> instability as the mouse is moved vertically between +1 866 210-9248
> and Connectivity. The text in your "slider" (if by that you mean the
> set of images that scroll ho
On Wed, 15 Apr 2015 14:07:53 +
Tom Livingston wrote:
> As Jennifer suggested, adding:
>
> position:relative;
> z-index:1000;
>
> to allows me to use the whole dropdown.
Perfect! Thanks to you and Jennifer. I must admit that I don't quite
understand what that does but I will be researchin
As Jennifer suggested, adding:
position:relative;
z-index:1000;
to allows me to use the whole dropdown.
On Wed, Apr 15, 2015 at 10:03 AM Jennifer Nickerson
wrote:
> This may help: try setting the z-index for the menu at a number higher than
> that of the slider. That's worked for me a couple
This may help: try setting the z-index for the menu at a number higher than
that of the slider. That's worked for me a couple of times
On Wed, Apr 15, 2015 at 9:59 AM, Philip Taylor wrote:
> Does not happen for me in Seamonkey 2.17.1, but there is a horrible
> instability as the mouse is moved v
Does not happen for me in Seamonkey 2.17.1, but there is a horrible
instability as the mouse is moved vertically between +1 866 210-9248 and
Connectivity. The text in your "slider" (if by that you mean the set of
images that scroll horizontally automatically) overflows its container
vertically and
A quick check of the archives and Google didn't shed any light on this
problem. See http://www.vybenetworks.com/new/index.html for my WIP.
If you go to any of the sub pages (note, not all are written yet) the
menus work just fine. However, on the home page the slider interferes
with them. As soo
24 matches
Mail list logo