can you provide a more complete example? what you are doing should work...
http://codepen.io/davechiu/pen/66633f12602bea1a49ac99936e49
could it be the difference of an absolute reference to the image in your
CSS but a relative in your HTML?
On Tue, Mar 21, 2017 at 10:01 AM, Michelle Konzack
have you tried manipulating the ShadowDOM?
here's a quick example for webkit (chrome):
http://codepen.io/davechiu/pen/9132f47a5fb2af6c656185a8368f9600/
it will take some legwork for cross browser compatibility and your legacy
compatibility will be very limited.
On Tue, Mar 14, 2017 at 6:36 PM, A
e with CSS?
>
> On Thu, Mar 10, 2016 at 3:09 PM, J.C. Berry
> wrote:
>
> > Works great! Beautiful Dave. Thanks to Karl as well.
> >
> > On Thu, Mar 10, 2016 at 2:57 PM, Dave Chiu
> > wrote:
> >
> >> adding vertical-align: top will at least get FF an
adding vertical-align: top will at least get FF and Chrome to act the same
#pronet_topnav_wrapper #pronet_nav_container #pronet_nav ul#subnav > li a {
[...]
vertical-align: top;
}
then adjust the margin-top on the list item from 6 to 7
#pronet_topnav_wrapper #pronet_nav_container #pronet_n
it is working, but the bottom of the shadow is being covered up by the
buttons panel.
adjust the z-index and you'll have the effect you were going for:
http://jsfiddle.net/bzgsjtb4/8/
On Fri, Aug 22, 2014 at 12:26 PM, Артур Истомин wrote:
> I need box-shadow work for both : and id="buttons">
too simple, the doctor wants this more convoluted-like in CSS3:
http://jsfiddle.net/2JSRs/
On Tue, Oct 15, 2013 at 10:49 AM, Philip Taylor wrote:
>
>
> The Doctor wrote:
>
> > Question 1 in css how d oyou tell the table
> > to have a visible border?
>
> UNIV : HTML 4.01 Strict, CSS 1.
> Referen
looks to be a difference in how the font renders on the Mac, the text is
rendering wider and there isn't enough room for that last item.
several ways to fix this, two which I'll mention here each introduce their
own issues that you'll have to update:
one would be to change the LI from float: left