nlourenco
-
[Solved] Quirks when alternating between portrait & landscape
Found the answer, just needed:
-
[Solved] Android 2.3 device not recognizing media queries
Just had to add to the head:
-
Liquid container div with zig-zag border
Yeah, unfortunately I see that. I just created an image for the zig-zags on the top and bottom and for the middle a 1-pixel tall background image that spans the width of the div container: #container { min-height:461px; background-image: url…
-
Liquid container div with zig-zag border
Following up, is it possible to only apply a drop shadow to the left and right sides of a div container?
-
Liquid container div with zig-zag border
Thanks, I think I'm going to have to settle for a background image on a div.
-
Suggested DOC type to avoid using unicode characters
thanks Senff, all I needed.
-
Specific media query styles ignored on browser & mobile
This is how I have my document setup after my desktop styles... /* Smartphones (portrait and landscape) ----------- */ @media only screen and (min-width : 320px) and (max-width : 480px) { /* Smartphones (landscape) ----------- */ @media only scr…
-
Specific media query styles ignored on browser & mobile
TheDoc - Yeah, I suppose I can do that. I was trying to avoid giving the desktop style sheet a media query which is what I would have to do if I'm using min-widths instead of max-widths.
-
Specific media query styles ignored on browser & mobile
Well mostly it would help me diagnose the 2) issue, plus I'm just curious why it won't take.
-
Make class disappear when scrolled to bottom of div
Thank you kgscott284, it works!
-
Conditionally unload script tags using @media queries?
kgscott284 - looks like I needed to do was add the "!important;" to my off class to the elements the script is affect. Thanks!
-
Centering a liquid form
Appearance wise that 30-33% on the labels looks good! Thanks