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.

Website Design Forum


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



Freelance Jobs

Reply
Help With PopUp Text Box Design
Old 01-10-2009, 08:05 AM Help With PopUp Text Box Design
Experienced Talker

Posts: 32
Trades: 0
I have some test boxes that popup with information when you put your cursor over a link. The current design kind of look boring, I wanted to see if you guys had any suggestions about maybe font style or color, or background color or something of the text boxes that will jazz it up or make them look better, please take a look @ http://www.mepledge.com

they are the ones that popup when you put your cursor over the what, why, and how buttons. Thank You
rakoom2002 is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 01-11-2009, 05:22 PM Re: Help With PopUp Text Box Design
Experienced Talker

Posts: 32
Trades: 0
anybody?
rakoom2002 is offline
Reply With Quote
View Public Profile
 
Old 01-14-2009, 07:35 PM Re: Help With PopUp Text Box Design
stevej's Avatar
Professional Multitasker

Posts: 996
Location: Not positive
Trades: 0
It's really very simple. Just go into styles.css and modify the css.

- Steve
stevej is offline
Reply With Quote
View Public Profile
 
Old 01-14-2009, 09:57 PM Re: Help With PopUp Text Box Design
Skilled Talker

Posts: 84
Trades: 0
yes the color not looks good and alignment need to be changed.
__________________

Please login or register to view this content. Registration is FREE
-
Please login or register to view this content. Registration is FREE
- 1-888-869-HOST(4678)
Award winning Managed Hosting -
Please login or register to view this content. Registration is FREE

Managed Dedicated Servers. Reseller Discounts. 24/7 Impressive Tech Support
HivelocityDD is offline
Reply With Quote
View Public Profile
 
Old 01-17-2009, 02:59 PM Re: Help With PopUp Text Box Design
Experienced Talker

Posts: 32
Trades: 0
could you be more specific please. Ya I was having quite a bit of trouble witht the alignment. I agree the the background and text are really bland. I dont know what I should do to jazz them up though. Any suggestions?.
rakoom2002 is offline
Reply With Quote
View Public Profile
 
Old 01-17-2009, 03:40 PM Re: Help With PopUp Text Box Design
stevej's Avatar
Professional Multitasker

Posts: 996
Location: Not positive
Trades: 0
1) Learn CSS. This is a good place to learn.

2) Go into styles.css

3) Modify the following code to your heart's desire:
Code:
ul#navbar li div.popup h1{
margin:40px auto;
width:90%;
}
ul#navbar li div.popup h2{
margin:60px auto;
width:90%;
}
ul#navbar li div.popup h3{
margin:15px auto;
width:90%;
}
ul#navbar li div.popup{
    background-image:url(images/textboxbackground.jpg) ; /* replace "none" with the image location - e.g. background-image:images/border.png; */
     background-repeat:no-repeat;
        color:#cccccc;
    width:500px;
        height:400px;
        font-style:italic;
        font-weight:600;
/* set position */
    float:left;
    position:absolute;
    top:100px;
    margin-left:299px;
/* hide popup */
    display: none;
}

ul#navbar li:hover div.popup{
/* display popup */
    display: block;
}
- Steve
stevej is offline
Reply With Quote
View Public Profile
 
Old 01-17-2009, 06:37 PM Re: Help With PopUp Text Box Design
Brian07002's Avatar
Defies a Status

Posts: 2,162
Name: ...
Location: ...
Trades: 0
Btw, in Opera, the text in the 'What' and 'How' boxes is out of the box at the very bottom, I would double check that. But if that's not a concern to you, I have to say it looks good in firefox 3.
__________________
Made2Own

Please login or register to view this content. Registration is FREE
Brian07002 is offline
Reply With Quote
View Public Profile
 
Old 01-18-2009, 12:20 AM Re: Help With PopUp Text Box Design
Experienced Talker

Posts: 32
Trades: 0
Quote:
Originally Posted by stevej View Post
1) Learn CSS. This is a good place to learn.

2) Go into styles.css

3) Modify the following code to your heart's desire:
Code:
ul#navbar li div.popup h1{
margin:40px auto;
width:90%;
}
ul#navbar li div.popup h2{
margin:60px auto;
width:90%;
}
ul#navbar li div.popup h3{
margin:15px auto;
width:90%;
}
ul#navbar li div.popup{
    background-image:url(images/textboxbackground.jpg) ; /* replace "none" with the image location - e.g. background-image:images/border.png; */
     background-repeat:no-repeat;
        color:#cccccc;
    width:500px;
        height:400px;
        font-style:italic;
        font-weight:600;
/* set position */
    float:left;
    position:absolute;
    top:100px;
    margin-left:299px;
/* hide popup */
    display: none;
}

ul#navbar li:hover div.popup{
/* display popup */
    display: block;
}
- Steve
I programed like 95% of the css. I know how to make changes I just dont know what changes I should make.
rakoom2002 is offline
Reply With Quote
View Public Profile
 
Old 01-18-2009, 12:25 AM Re: Help With PopUp Text Box Design
stevej's Avatar
Professional Multitasker

Posts: 996
Location: Not positive
Trades: 0
Quote:
I programed like 95% of the css. I know how to make changes I just dont know what changes I should make.
Wait a minute... do you want to make it look different, or do you want to fix a specific problem?

- Steve
stevej is offline
Reply With Quote
View Public Profile
 
Old 01-18-2009, 03:43 PM Re: Help With PopUp Text Box Design
Experienced Talker

Posts: 32
Trades: 0
Sorry for not being clear. I want to make my popups look different. I think they are bland the way they are currently and was looking for suggestions on how I can spice them up.
rakoom2002 is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to Help With PopUp Text Box Design
 

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.52493 seconds with 12 queries