paintba11er89
-
How to solving : CSS selector “:active” not working ?
After click occurs is :visitive, not :active.. :active is during the click.
-
Placing image behind a div w/ background pattern
1. Do away with the tags, you can position everything using CSS. 2. Seems your positioning is a little counter-intuitive. 3. The default z-index is 0 (I think) so it doesn't look like you're doing anything there.. 4. Base and frame l…
-
Placing image behind a div w/ background pattern
Can you provide a JSFiddle or something? May just come down to the ordering of your elements in HTML and your z-indecies.
-
Checkbox Hack on Mobile Webkit
Getting back to your problem, here is the solution that works (this format is compatible with the default Android browser): http://jsfiddle.net/NicholasRBowers/knVcn/. Alright, so as far as I can see, this is what's up: Sibling (~) and adjac…
-
CSS Menu Slider for Mobile Devices - Collaboration
Fantastic! Definitely feel free to brainstorm with me as to how to make it better. I added a request/suggestion tag in issues, so we can talk about improvements in functionality and cross-compatibility.
-
CSS Menu Slider for Mobile Devices - Collaboration
Embedded JSFiddle Result - http://jsfiddle.net/NicholasRBowers/PPZ8b/embedded/result/ JSFiddle Code - http://jsfiddle.net/NicholasRBowers/PPZ8b/
-
Checkbox Hack on Mobile Webkit
Ah, I've found the actual problem, but no solution.. It seems as if the sibling combinator (~) doesn't work in the default Android browser.. Any site you've made that uses a stylesheet with those combinators, will not render correct…
-
How to send mails using PHP?
Not sure if it matters, but there should be a space after the "From:" in your $header variable, and there should be no space before the \r\n. Also, keep in mind that a local server is not going to be able to send out mail (at least withou…
-
Checkbox Hack on Mobile Webkit
I have the same problem. This hack seems to work on every browser that I've come across, except the default Android browser. I obviously don't like designing pages based on a hack, but when your only other option for storing state data w…