MyBB Community Forums

Full Version: Top Links Popup window. Need help with code
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
So i want this code, which is code from toplinks to make it popup with exact dimensions just like "Open Buddy List"
code:
<li><a href="http://globalgsm.mk/download" target="_blank"><img src="{$mybb->settings['bburl']}/{$theme['imgdir']}/links/downloads.png" alt="DOWNLOADS" title="" /></a></li>

Can u help me ?
Thanks
<a href="javascript:;" onclick="window.open('http://globalgsm.mk/download', 'somesortoftitlehere', 'width=400, height=150');"><img src="{$mybb->settings['bburl']}/{$theme['imgdir']}/links/downloads.png" alt="DOWNLOADS" title="" /></a>

Should work... I think...
Let me try....
ok, it works. One more thing.

How to use % instead of fixed widht and height ?

[attachment=12811]

You can try at: www.globalgsm.mk/index.php
Solved Green Line.
Just need % dimensions instead of fixed widht and height.
Thanks Tomm, thank u very much. Would u help me with this last thing ?
Anybody ?
How to use "%" instead of fixed widht and height ?
no answers at all, both my threads stays without answer, exept Tomm put me to the right direction.
Is there support for MyBB