Posts by ClaraBatt • 393 points
13 posts
-
0
votes2
answers1150
viewsA: Animated placeholder
Your CSS code is correct, what is missing is the tag required in the HTML of your input,according to the example to happen the animation it is needed. Your code will look like this: <input…
-
0
votes2
answers51
viewsA: Place css images in mediaqueries
Checks where the image is and where your CSS file is, depending on how your files are arranged, the CSS and HTML link will be used in different ways. To access files that are in previous folders you…
-
3
votes1
answer52
viewsA: Why isn’t Stylus identifying classes?
What was making him return the error is that there was a space in the middle of tabs. As I use sublime text, I used @Rubens Barbosa’s tip, I downloaded the command Palette (Ctrl+shift+p):…
-
6
votes1
answer52
viewsQ: Why isn’t Stylus identifying classes?
I’m having a problem with Stylus. Compiling my code by Node sometimes it gives a bug, it seems that it does not identify the classes because of the . generating the following error: expected…
-
3
votes2
answers137
viewsA: Pure CSS element animation
You can use the page coordinates to position the elements 'server', 'you' and 'me' and use the property 'Animation' to move the ball. Kind of:…
-
3
votes1
answer585
viewsA: Email Subscription in Gmail
Well from what I can see, gmail simply ignores the tag <style></style>. Soon applying the whole css "inline" it worked. I had to exchange the list for a table.
-
2
votes1
answer585
viewsQ: Email Subscription in Gmail
I created an email signature in HTML, in Thunderbird it works, but in Gmail she Buga, does not seem to interpret the css. <html lang="pt-br"> <head> <meta charset="UTF-8">…
-
3
votes1
answer1641
viewsQ: width 100% bootstrap responsive
I’m using the bootstrap for its fluid grid, I used the row-fluid outside the container-fluid for it to be without the usual margin. In the desktop resolution the footer is normal with width 100%,…
-
0
votes1
answer119
viewsQ: Sublimerepl does not run the code
I’m using Sublime to write some codes in Python and Sublime REPL to "run" the codes. Anyway, I installed by package control, until then nothing strange, but when I put to run by REPL it gives "file…
-
-2
votes3
answers238
viewsA: Footer does not position at the bottom of the page
puts the clear:Both; tag in your footer css.
-
3
votes2
answers1138
views -
-2
votes3
answers1195
viewsQ: Call php code on button
I would like to know how to call a php code on a button that triggers an iframe, and this code should be opened in iframe.
-
4
votes2
answers11327
viewsQ: Iframe view of PDF
It’s been a while since I’ve been looking for how to view PDF files in an iframe or div on the page itself, instead of opening in a new one and using Adobe Reader. Only the problem is that the files…