![]() |
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
|
bump for you teencat
|
thank you cyf, i already forgot about this, it is needed thank you! :)
|
Opps... I thought you said "programs" not "programmers" :pimp
|
Quote:
<!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 |
Quote:
|
Quote:
I've tried my best :winkwink: |
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! :)
|
Quote:
<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: |
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