how 2 log in like this
4 posters
Page 1 of 1
how 2 log in like this
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
taggedup- Forumember
- Posts : 42
Reputation : 3
Language : english
Re: how 2 log in like this
Your board is not as platform Forumotion! I think the moderators will send this request to Cart!
Re: how 2 log in like this
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;
}
taggedup- Forumember
- Posts : 42
Reputation : 3
Language : english
Re: how 2 log in like this
- 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
Re: how 2 log in like this
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
taggedup- Forumember
- Posts : 42
Reputation : 3
Language : english
Re: how 2 log in like this
Topic Solved & Locked |
Nera.- Energetic
- Posts : 7078
Reputation : 2017
Language : English
Location : -
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum