Hey dude, this is what I got, as your suggestion.
.jw-add-side {
background:none repeat scroll 0 0 #59B7FF;
border:1px solid #FFFFFF;
color:#FFFFFF;
font-size:16px;
height:160px;
line-height:normal;
position:fixed;
right:0;
top:100px;
width:80px;}
.jw-add-side img {
vertical-align:bottom;
}
But my twitter image is stuck at the top still. What if I want to align it to the bottom of the blue div square, or align it to the right.
Isn’t it horizontal-align:right;
It is still not working.
Omar
(von: omerkhan01)
Hier noch 7 weitere Ergebnisse dieses Threads:
How do you restore a site affected by the horrific eval base 64 virus?
14. Mai. 2010 (von: omerkhan01)
Here is what my client wrote. Joern, please advise man.Hi Omar,It's kinda hard for me to articulate via e-mail what exactly the problem is with my site, but I'm hoping between our discussion, your knowledge and the experts you have…
Re: How do you restore a site affected by the horrific eval base 64 virus? :: Reply by omerkhan01
14. Mai. 2010 (von: omerkhan01)
Oh yeah dude, I forgot to ask you.GO to my site again.at [/url]click hereSee how Hi there and the Twitter logo are aligned to the left of the DIV whereas the contact tab is to the right.How would you make…
Re: How do you restore a site affected by the horrific eval base 64 virus? :: Reply by Joern
14. Mai. 2010 (von: Joern)
about eval(@base64_decode ...your theme (I just downloaded it from binuth..) has out of the pack two files with 'eval' in the code, jquery-ui-personalized-1.5.2.packed.js and footer.phpwhat the jquery-ui-personalized-1.5.2.packed.js does I do not know,... Weiterlesen →
Re: How do you restore a site affected by the horrific eval base 64 virus? :: Reply by omerkhan01
14. Mai. 2010 (von: omerkhan01)
Okay so let me get this straightYou have two div tags in your code right.One for the div region, which you call div="jw-add-side"Like <div class="jw-add-side">In this one, you put another div for the imageslike, <div class="jw-add-side-img"><img src="abc.jpg"></div></div>Is that correct and…
Re: How do you restore a site affected by the horrific eval base 64 virus? :: Reply by Joern
14. Mai. 2010 (von: Joern)
no, leave the code in the template (footer.php?) as it is, or delete the text in there and put the link around twitter image as below:Code:<div class="jw-add-side"><a href="http://twitter.com/yourusername"><img width="25" height="25" title="yourusername" border="0" src="http://maaximummedia.byethost7.com/twitter.jpg" /></a></div>in this style calledCode:.jw-add-side {you have an…
Re: How do you restore a site affected by the horrific eval base 64 virus? :: Reply by Joern
14. Mai. 2010 (von: Joern)
I gave you a new style above (gives just the image).jw-add-side {color:#FFFFFF;line-height:normal;position:fixed;right:0;top:100px;}if you want to keep the blue sample you can move the image inside with.jw-add-side img {margin-left:30px;margin-top:135p... Weiterlesen →
Re: How do you restore a site affected by the horrific eval base 64 virus? :: Reply by omerkhan01
14. Mai. 2010 (von: omerkhan01)
It worked. I had to clear my browser's cache. Thanks!Have a nice night Omar Weiterlesen →