Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

CSS Forum


You are currently viewing our CSS Forum as a guest. Please register to participate.
Login



Reply
Old 11-20-2007, 06:29 AM How is this done?
Super Spam Talker

Posts: 755
Name: Barry O' Brien
Location: Ireland
Trades: 0
I was on the social site bebo they have a login box that is rounded with a smaller box inside that where the form is how is it done? www.bebo.com
__________________

Please login or register to view this content. Registration is FREE
-
Please login or register to view this content. Registration is FREE
audiomad is offline
Reply With Quote
View Public Profile Visit audiomad's homepage!
 
 
Register now for full access!
Old 11-20-2007, 07:34 AM Re: How is this done?
chrishirst's Avatar
Missing! presumed drunk.

Posts: 42,371
Name: Chris Hirst
Location: Blackpool. UK
Trades: 0
It's really complicated



as background, overlay the fields.
__________________
Chris. ->>
Please login or register to view this content. Registration is FREE
<<-

A foolish consistency is the hobgoblin of little minds
Thought for today:- Is SEO the only industry where all the cowboys are Indians?
chrishirst is offline
Reply With Quote
View Public Profile Visit chrishirst's homepage!
 
Old 11-20-2007, 08:02 AM Re: How is this done?
Super Spam Talker

Posts: 755
Name: Barry O' Brien
Location: Ireland
Trades: 0
one layer behind and one on top with the form in side?
__________________

Please login or register to view this content. Registration is FREE
-
Please login or register to view this content. Registration is FREE
audiomad is offline
Reply With Quote
View Public Profile Visit audiomad's homepage!
 
Old 11-20-2007, 08:55 AM Re: How is this done?
chrishirst's Avatar
Missing! presumed drunk.

Posts: 42,371
Name: Chris Hirst
Location: Blackpool. UK
Trades: 0
not even two layers

the image is the CSS background to the div then there is a table with the form in it

HTML Code:
            <form id="login-form" action="/SignIn.jsp" method="post">
            <table width="100%" border="0" cellpadding="0" cellspacing="0">

            <tbody>
                <tr>
                    <td><input type="text" id="username" name="EmailUsername" value="Email or Username" class="field" /></td>
                    <td>
                        <input type="text" id="passwordHolder" name="PasswordHolder" value="Password" class="field" />
                        <input type="password" id="password" name="Password" value="" class="field" style="display:none;" />
                    </td>
                </tr>
                <tr>

                    <td colspan="2" id="remember-field">
                        <input type="image" id="login-button" src="/img/page/login-btn.png" alt="Login" name="SignIn" value="Sign In" />
                        <input type="checkbox" id="RememberMe" name="RememberMe" />
                        <label for="RememberMe">Automagically for 2 weeks</label>
                    </td>
                </tr>
            </tbody>
            </table>

            </form>
Do view source on the page
__________________
Chris. ->>
Please login or register to view this content. Registration is FREE
<<-

A foolish consistency is the hobgoblin of little minds
Thought for today:- Is SEO the only industry where all the cowboys are Indians?
chrishirst is offline
Reply With Quote
View Public Profile Visit chrishirst's homepage!
 
Reply     « Reply to How is this done?
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.35375 seconds with 12 queries