farzadina
-
list content image and more server requests
I want my li to have a background-color on li:hover. What's your purpose about including the colored background in sprite?
-
Google get favicon problem
Now, I found the problem: Google doesn't show that favicon to some special IPs, like some countries. Also I have that problem with Google main logo. That change never! I could solve this problem by using a VPN account, but now I don't know…
-
list content image and more server requests
Yea, and how to keep the background image on hover? On hover, the color cover the icon. Result. There will be a transition problem if I use another background tag on hover.
-
Only allow certain IP's to view page
Here is a tutorial.
-
list content image and more server requests
No, they are not same. See my Sidebar Here, at the right of page, the 3th box, the colorful-hover list...
-
Give the first picture a different class
I tried img:first-of-type, p:first-of-type, that give the first image, first tag and the first images in tags, a different class. I used that jQuery method and that work great. It is good to use a pure CSS method, but if not, there is no problem.
-
Give the first picture a different class
@Mottie, Yea, I tried the first solution and that worked, but as you said, that may change in some posts, for example when I put a video at the first of my post. I used jQuery solution and that worked great, Thanks! @cnwtx, I haven't tag aro…
-
Give the first picture a different class
I tried that, but doesn't worked. See Here. I want to give that style to the first image in the .home-post-wrap DIV. I put that code in my style-Red.css and nothing changed. What's wrong?
-
Give the first picture a different class
I removed tags from around images, now what method I should use? .post img:first-child{} doesn't worked.
-
Give the first picture a different class
I used that method, that doesn't worked. Please see Here, what is wrong?
-
Give the first picture a different class
Yea, that's good. But I have some before my , so that method doesn't worked there. Here is my code: .post p:first-child{ Some custom classes for my first tag. } Some texts is in it
-
Don't load images at first
Thanks @Johnnyb, everything is clear and work great! ;) @Hompimpa, that looks good, but I didn't tried that.
-
Don't load images at first
Thanks, that worked great for a single image. Also I want to know can add DIV on a click event? append('Can a DIV be Here?')
-
Don't load images at first
I know, but all of the files load at first. Why to use start loading onClick for a loaded item? I want to prevent jquery from loading an image at first.
-
Don't load images at first
How I can use Jquery to create a new image element?
-
@media print doesn't work
In my header I found that code, and changed media="screen". Now Print style work correctly in my Home page, but it doesn't work in other. (posts, pages, etc.) I searched for another but I couldn't find anything in my theme folde…
-
@media print doesn't work
I also tried external Stylesheet for print, but that doesn't worked too. What's wrong?
-
IE background problem
I saw yours in IE8. That haven't any problem.
-
Make a Dynamic Sidebar
When I changed the ".commentlist li div", width to max-width, the comments become incorrect. SEE HERE PLEASE.
-
Make a Dynamic Sidebar
I changed that elements, but there is a problem. Please check HERE to understand my problem. How can I solve it?
-
Make a Dynamic Sidebar
Thanks, I have Firebug plugin for FF. That's so great. I will do that and if the problem doesn't solved, I will let you know. Thanks again Johann!
-
Make a Dynamic Sidebar
Where is that? (In which line) Is ".comment list .vacrd, comment list. children..." your purpose? If yes, I changed "width:100%" to "max-width:100%", but that doesn't helped. Any other solutions please.
-
Make a Dynamic Sidebar
After many hours working, now I can say my blog is almost right for all platforms! But why almost? Because there's a small problem that I couldn't make it correct and I'm here to ask you to help me. That's comments section. P…
-
Make a Dynamic Sidebar
Oh, Thanks! That's what I wont! I found a useful link in CSS-Tricks. :)
-
Make a Dynamic Sidebar
I can remove float:right, but how to use media queries? (Please let me know without external links)
-
Dynamic Page Size
That's right. But I saw CSS-Trick theme style sheet and finally I found a great solution: Using percent (%). But there is a problem. In CSS-Trick, there is a process: Smaller window size > Smaller objects And it's in my blog: Smalle…