taggedup at 22h37
26
Nov
2011
Hi is it possible 2 make a like this here http://www.fivestargamerz.com/forum.php its a signup there but ill put my own image in
yh wot i want is a image in the bottom right and float wen scrolling down witch will take u 2 login page
but only show wen not logged in
if some 1 could help me that would be great
thanks
yh wot i want is a image in the bottom right and float wen scrolling down witch will take u 2 login page
but only show wen not logged in
if some 1 could help me that would be great
thanks
1 Chesse, on 27/11/2011 at 10h03
Your board is not as platform Forumotion! I think the moderators will send this request to Cart!
2 taggedup, on 27/11/2011 at 16h18
ok ive been provided wiv a code 4 register ive changed it 2 make me go 2 login instead of register
its just how i wanted it perfect
but it shows wen im logged in aswell
i just it 2 show 2 people that aint logged in
is it possible thanks
here r my codes i used
script
css
its just how i wanted it perfect
but it shows wen im logged in aswell
i just it 2 show 2 people that aint logged in
is it possible thanks
here r my codes i used
script
- Code:
$(function(){
$("body").append("<a href="/login?connexion"><div class="forcetoregister"></div></a>");});
css
- Code:
div.forcetoregister {
background-attachment: scroll;
background-clip: border-box;
background-color: transparent;
background-image: url("http://www.fivestargamerz.com/images/registerguest.png");
background-origin: padding-box;
background-position: 0 0;
background-repeat: no-repeat;
background-size: auto auto;
bottom: 0;
height: 269px;
padding-bottom: 3px;
padding-left: 5px;
padding-right: 5px;
padding-top: 0;
position: fixed;
right: 1px;
width: 316px;
z-index: 1;
}
3 ioncube, on 27/11/2011 at 23h07
- Code:
$(function() {
if (document.getElementById('login')) {
$("body").append("<a href="/login?connexion"><div class="forcetoregister"></div></a>");});
use this ...& again select content ain't working on Firefox/Opera
4 taggedup, on 29/11/2011 at 20h19
ioncube wrote:
- Code:
$(function() {
if (document.getElementById('login')) {
$("body").append("<a href="/login?connexion"><div class="forcetoregister"></div></a>");});
use this ...& again select content ain't working on Firefox/Opera
thanks ioncube i sorted it n1
5 Nera., on 30/11/2011 at 10h19
| Topic Solved & Locked |
Similar topics
Replies 1 to 5 on 5 for "how 2 log in like this "
Search
Informations
5 Replies For the topic :
"how 2 log in like this "
This topic has been viewed 708 times.
Last message :
26/11/2011 at 22h37 by "taggedup"





