Forum Replies Created
-
AuthorPosts
-
Hi Yigit!
Thank you so much!
It works, not perfectly, but I’ll work on it.Josue,
Thank you very much!1. Works like a charm. Thanks.
2. The code of
"images/articles/logo_v2.png"
was just an example.
I’ve tried to make a rollover logo, but even the simple way of#top .bg-logo a:hover { background: url('http://eliweissberg.com/wordpress/wp-content/uploads/2013/10/Logo21.png); }
Does not work.
And I just say I prefer to do it with css background-position.So what am I doing wrong? I’ve copied this code from another thread.
3-4. I’m attaching screenshot. The blue text is a description of problems.
Thanks.
- This reply was modified 11 years, 1 month ago by Eli.
Thank you very much!
Now still having issues, here is the website again:
1. The logo ins’t response to mouse hover – as a link to hompage.
2. Also, I’ve tried this code, no success:
#top .bg-logo a:hover { background: url('http://eliweissberg.com/wordpress/wp-content/uploads/2013/10/Logo2.png'); }
And anyway I prefer to use hover this method:
#logo2 {width:300px;margin:0 auto;text-align:center;} #logo2 a { outline: none;/* get rid of dotted borders in FireFox */ text-indent: -5000px ;/* this moves the text outside of the screen area */ display:block; width:295px; height:115px; background: transparent url("images/articles/logo_v2.png") 0 0 no-repeat; text-decoration: none; } #logo2 a:hover { background-position: 0 -115px; }
3. In the advanced Layer Slider, I set the width to 910px, but there is inside shadow on top.
4. How do I align the menu exactly to the left?
Thanks again,
EliAwesome!
Thanks Devin. -
AuthorPosts