GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   programmers inside please ... (https://gfy.com/showthread.php?t=979212)

TeenCat 07-22-2010 02:22 PM

programmers inside please ...
 
hi every programmer out there ... i have something for you ... i have one page, in the middle of the page is a button. now, i need that button on my page, now it is in the middle of the page, i need to work with it as i have possitiont 0,0,0 ... anybody can help? and the price please? radimcillik at gmail is taking any offers! :thumbsup thanks in advance and lets dance! :thumbsup

CYF 07-22-2010 03:46 PM

bump for you teencat

TeenCat 07-22-2010 03:49 PM

thank you cyf, i already forgot about this, it is needed thank you! :)

Wizzo 07-22-2010 03:56 PM

Opps... I thought you said "programs" not "programmers" :pimp

Zverka 07-22-2010 04:02 PM

Quote:

Originally Posted by TeenCat (Post 17355990)
hi every programmer out there ... i have something for you ... i have one page, in the middle of the page is a button. now, i need that button on my page, now it is in the middle of the page, i need to work with it as i have possitiont 0,0,0 ... anybody can help? and the price please? radimcillik at gmail is taking any offers! :thumbsup thanks in advance and lets dance! :thumbsup

Here you go

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>
<style type="text/css">
<!--
#buttonid {
position: absolute;
top: 0px;
left: 0px;
}
-->
</style>
</head>

<body>
<label>
<input type="submit" name="buttonid" id="buttonid" value="My button" />
</label>
</body>
</html>

You might change this

#buttonid {
position: absolute;
top: 0px;
left: 0px;
}

for this

#buttonid {
position: fixed;
top: 0px;
left: 0px;
}

for cool efect ;) (have in mind that ie6 and ie7 don't support fixed positioning
:pimp

ProG 07-22-2010 04:07 PM

Quote:

Originally Posted by Zverka (Post 17356244)
Here you go

I can't believe you were able to understand that scatterbrain

Zverka 07-22-2010 04:09 PM

Quote:

Originally Posted by ProG (Post 17356256)
I can't believe you were able to understand that scatterbrain

LOL

I've tried my best :winkwink:

TeenCat 07-22-2010 04:11 PM

oh, thank you zverka. but, it is more complicated, as the button is generated ... i will be back at gfy tomorrow, with not drunk brain. thank you everyone, enjoy the heat! :)

Zverka 07-22-2010 04:20 PM

Quote:

Originally Posted by TeenCat (Post 17356267)
oh, thank you zverka. but, it is more complicated, as the button is generated ... i will be back at gfy tomorrow, with not drunk brain. thank you everyone, enjoy the heat! :)

Ok you need to figure out "id" for the button (button id inside html) as here

<input type="submit" name="buttonid" id="buttonid" value="My button" />

the best way is looking in generated html code (view source in browser)
and after that you can add to css this line

#buttonid {
position: absolute;
top: 0px;
left: 0px;
}

or

#buttonid {
position: fixed;
top: 0px;
left: 0px;
}

and of course change buttonid with yours :winkwink:

Jakez 07-22-2010 11:00 PM

Tell me why you arent able to speak legible english but only just enough to pissme off while reading it and I'll help you with whatever for free.


All times are GMT -7. The time now is 07:45 AM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123