Results 1 to 8 of 8
-
2nd Sep 2011, 05:49 AM #1OPMemberWebsite's:
iWarez.comhtml and css help
I have problem in html and css..
i want the text "remember me" closer to the check box..
what code should i apply directly to the html code?tractor3231 Reviewed by tractor3231 on . html and css help http://i25.lulzimg.com/d156bf.png I have problem in html and css.. i want the text "remember me" closer to the check box.. what code should i apply directly to the html code? Rating: 5
-
2nd Sep 2011, 06:07 AM #2Member
Hello,
You can apply negative padding in css. May need a link to your website for a complete code: )
Regards.
-
2nd Sep 2011, 06:13 AM #3OPMemberWebsite's:
iWarez.comhere is the link to my site:
xxxxxxxxxxxx
-
2nd Sep 2011, 11:44 AM #4(1only)Website's:
BarakaDesigns.com Amodity.com IMGFlare.comif you want you can try this :
Code:.toplinks .remember { font-size: 10px; color: #333; position: relative; left: -39px; } .toplinks .remember input { vertical-align: baseline; position: relative; left: 52px; top: 5px; float: right; }
-
2nd Sep 2011, 01:34 PM #5OPMemberWebsite's:
iWarez.comYes, I was able to manage it myself, it was a conflict in the CSS...
Another quick help please...
How can I move the login box, login button, remember me, and the help and register link..
I want it to move a little bit to the right
-
2nd Sep 2011, 01:50 PM #6You can call me G
set a margin-left to the input tag in your css..
My Langotiya Yaars (Chaddi buddies): JmZ, humour, Chutad, Esotorisk, l0calhost, Daniel, Mind Freak?, TLK, Amz
-
3rd Sep 2011, 02:36 PM #7OPMemberWebsite's:
iWarez.comIs there firebug in IE?
All my codes seems working fine in mozilla and chrome but in IE, the checkbox has black thick border (idont know how to call that)
anyone know how to fix?
-
5th Sep 2011, 08:42 AM #8Member
you must add a div:
<div id="login-box">
<div id="user-pass-area">
username, password, login code goes here
</div></ br>
checkboxcodehere <p style="float:right; display:inline;">Remember Me?</p></ br>
<center><a href="#">Register</a> | <a href="#">Help</a></center>
</div>
THE CSS:
#login-box {
float:right;
width: 350px;
height:500px;
vertical-align:bottom;
margin-right:15px;
margin-bottom:15px;
}
#user-pass-area {
margin: 0 auto 2px auto;
}
Sponsored Links
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
PSD to HTML
By ddlshack in forum Graphics AreaReplies: 1Last Post: 26th May 2011, 11:07 AM -
PSD to PHP/HTML?
By .:Jamie:. in forum Web Development AreaReplies: 8Last Post: 1st Mar 2011, 08:17 AM -
Need HTML Help!!!
By cD-rR in forum Tutorials and GuidesReplies: 4Last Post: 17th Jan 2011, 05:57 PM -
(X)HTML, CSS slicing (6 years experience) | PSD to (X)HTML and CSS | Professional job
By Wamer in forum Completed TransactionsReplies: 8Last Post: 21st Jul 2010, 06:13 PM -
HTML help
By n4pst3r in forum Server ManagementReplies: 5Last Post: 30th Mar 2010, 09:38 AM
themaRegister - register to forums...
Version 3.54 released. Open older version (or...