i need to change the position of this code
3 posters
Page 1 of 1
i need to change the position of this code
i need to change the position of this code the code right now is apper on the Top right i want to place to any where else like before the fotter or in a box and not the top of the page
- Code:
$("head").append('<link rel="stylesheet" type="text/css" id="tstyle" />');
if(my_getcookie("sstyle")) { $("#tstyle").attr("href", my_getcookie('sstyle')); }
function addstyle(nom,lien) { $("#sstyle").append('<option value="'+lien+'">'+nom+'</option>'); }
$(function(){
$("#frame_chatbox").load(function(){
$("#frame_chatbox").contents().find("head").append($("#tstyle").clone());
});
$("iframe[name=smilies]").load(function(){
$("iframe[name=smilies]").contents().find("head").append($("#tstyle").clone()).append('<style type="text/css">body{margin:100!important;}</style>');
});
$("body").prepend('<select id="sstyle" onChange="my_setcookie(\'sstyle\',$(\'#tstyle\')[0].href=this.value,1,0);$(\'#frame_chatbox,iframe[name=smilies]\').contents().find(\'#tstyle\').attr(\'href\',this.value);this.selectedIndex=0;"><option>اختر ستايل</option></select>');
addstyle("ابيض جميل","http://micsoft.xp3.biz/css/anime-rose.css");
addstyle("اصفر رائع","http://micsoft.xp3.biz/css/dangan-ronpa.css");
addstyle("وردى مميز","http://micsoft.xp3.biz/css/karneval.css");
addstyle("احمر ممتاز","http://micsoft.xp3.biz/css/chihayafuru.css");
addstyle("بنفسجى قاتم","http://micsoft.xp3.biz/css/blast-of-tempest.css");
addstyle("نيلى جميل","http://www.anime-rose.com/vb/anime-rose_color/senyuu.css");
addstyle("برتقالى تحفة","http://www.anime-rose.com/vb/anime-rose_color/kuroko-no-basuke.css");
addstyle("اخضر فاتح","http://www.anime-rose.com/vb/anime-rose_color/uta-no-prince-sama-maji-love.css");
addstyle("ستايل مميز","http://www.anime-rose.com/vb/anime-rose_color/rdg.css");
addstyle("الغاء الاستايل","");
});
Last edited by Michael_vx on Sat 22 Mar 2014, 05:34; edited 1 time in total
Michael_vx- Forumember
- Posts : 659
Reputation : 29
Language : Arabic and some English
Location : Egypt
Re: i need to change the position of this code
hello is any one here can find the way to change the box place ?
i need to make that code apper before footer not the top right
i need to make that code apper before footer not the top right
Michael_vx- Forumember
- Posts : 659
Reputation : 29
Language : Arabic and some English
Location : Egypt
Re: i need to change the position of this code
Hello Michael_vx,
Try this :
If it is not what you wanted, then please provide a link to your forum.
Thanks.
Try this :
- Code:
$("head").append('<link rel="stylesheet" type="text/css" id="tstyle" />');
if(my_getcookie("sstyle")) { $("#tstyle").attr("href", my_getcookie('sstyle')); }
function addstyle(nom,lien) { $("#sstyle").append('<option value="'+lien+'">'+nom+'</option>'); }
$(function(){
$("#frame_chatbox").load(function(){
$("#frame_chatbox").contents().find("head").append($("#tstyle").clone());
});
$("iframe[name=smilies]").load(function(){
$("iframe[name=smilies]").contents().find("head").append($("#tstyle").clone()).append('<style type="text/css">body{margin:100!important;}</style>');
});
$("body").append('<select id="sstyle" onChange="my_setcookie(\'sstyle\',$(\'#tstyle\')[0].href=this.value,1,0);$(\'#frame_chatbox,iframe[name=smilies]\').contents().find(\'#tstyle\').attr(\'href\',this.value);this.selectedIndex=0;"><option>اختر ستايل</option></select>');
addstyle("ابيض جميل","http://micsoft.xp3.biz/css/anime-rose.css");
addstyle("اصفر رائع","http://micsoft.xp3.biz/css/dangan-ronpa.css");
addstyle("وردى مميز","http://micsoft.xp3.biz/css/karneval.css");
addstyle("احمر ممتاز","http://micsoft.xp3.biz/css/chihayafuru.css");
addstyle("بنفسجى قاتم","http://micsoft.xp3.biz/css/blast-of-tempest.css");
addstyle("نيلى جميل","http://www.anime-rose.com/vb/anime-rose_color/senyuu.css");
addstyle("برتقالى تحفة","http://www.anime-rose.com/vb/anime-rose_color/kuroko-no-basuke.css");
addstyle("اخضر فاتح","http://www.anime-rose.com/vb/anime-rose_color/uta-no-prince-sama-maji-love.css");
addstyle("ستايل مميز","http://www.anime-rose.com/vb/anime-rose_color/rdg.css");
addstyle("الغاء الاستايل","");
});
If it is not what you wanted, then please provide a link to your forum.
Thanks.
Re: i need to change the position of this code
thanks for the great help
now its where i want it to be thanks so much
now its where i want it to be thanks so much
Michael_vx- Forumember
- Posts : 659
Reputation : 29
Language : Arabic and some English
Location : Egypt
Re: i need to change the position of this code
Is this solved?
To all members, please reply if your issues/question has been solved/answered.
To all members, please reply if your issues/question has been solved/answered.
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Michael_vx- Forumember
- Posts : 659
Reputation : 29
Language : Arabic and some English
Location : Egypt
Re: i need to change the position of this code
Thanks.
Problem solved & topic archived.
Problem solved & topic archived.
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Similar topics
» how to change position of the facebook comments code
» HTML Page Jquery Code Position
» Change position of some buttons
» How to change this code?
» i need to change direction of this code
» HTML Page Jquery Code Position
» Change position of some buttons
» How to change this code?
» i need to change direction of this code
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum