The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

How to put an image, right here?

3 posters

Go down

In progress How to put an image, right here?

Post by Cool-Guy December 28th 2011, 6:30 pm

Hello,

This is what my forum looks like:

https://i.servimg.com/u/f48/14/68/69/52/t-t10.jpg

I want to have an image, just like the Google Chrome-image, but I want it to be on the opposite side.

This is the script I use for the Google Chrome:

Code:
$(document).ready(function() {
  $('#chatbox_popup').after('<div class="novo" align="left"><a href="http://www.google.com/chrome" target="_blank"><img src="http://img812.imageshack.us/img812/4031/12562021.png" alt="stats" /></a></div>');
});

I tried adding a new one, by changing "left" to "right". It worked, but the image appeared one step below Google Chrome. They have to be on the same height.

Ideas?
avatar
Cool-Guy
Forumember

Posts : 295
Reputation : 0
Language : English

Back to top Go down

In progress Re: How to put an image, right here?

Post by Nera. December 28th 2011, 10:12 pm

Code:
$(document).ready(function() {
          $('#chatbox_popup').after('<span class="novo"><a href="http://www.google.com/chrome" target="_blank"><img src="http://img812.imageshack.us/img812/4031/12562021.png" alt="stats" /></a></span><span class="tiki" style="float: right;"><a href="http://www.google.com/chrome" target="_blank"><img src="http://img812.imageshack.us/img812/4031/12562021.png" alt="stats" /></a></span>');
        });

http://i.imm.io/dGeQ.png
Nera.
Nera.
Energetic

Female Posts : 7078
Reputation : 2017
Language : English
Location : -

Back to top Go down

In progress Re: How to put an image, right here?

Post by m3gsm December 29th 2011, 1:21 am

Is it possible for firefox?
I want to make it, please help, ...
m3gsm
m3gsm
Forumember

Male Posts : 302
Reputation : 3
Language : indonesian

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum