Go Back   vb.org Archive > vBulletin 3 Discussion > vB3 General Discussions
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #31  
Old 05-27-2002, 08:02 AM
Mr. X's Avatar
Mr. X Mr. X is offline
 
Join Date: Oct 2001
Location: Iowa
Posts: 149
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Mone, great stuff, it works, but can you tell me how you did the backround, as in how did you get it to show up on the side and top? Do I have to create a whole backround with the drop shadows and use that, or can I do it with 1 little 3px image that will tile the drop shadow on the side and top?
Reply With Quote
  #32  
Old 05-27-2002, 09:23 AM
Mone' Mone' is offline
 
Join Date: May 2002
Location: Australia
Posts: 246
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally posted by Mr. X
Mone, great stuff, it works, but can you tell me how you did the backround, as in how did you get it to show up on the side and top? Do I have to create a whole backround with the drop shadows and use that, or can I do it with 1 little 3px image that will tile the drop shadow on the side and top?

is not that great just simple css =)
For the demo i used a full size image as you can't use just a 3pix one and tile it.

i made one up for you and i got it down to 1.2kb is size.

hope it helps

Mone'
Attached Images
File Type: jpg quickbox.jpg (1.1 KB, 0 views)
Reply With Quote
  #33  
Old 05-27-2002, 10:55 AM
Boofo's Avatar
Boofo Boofo is offline
 
Join Date: Mar 2002
Location: Des Moines, IA (USA)
Posts: 15,776
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Mone',

I added the code you mentioned for the stationary background, but now I have a blue line on the right side of the box. Is there a way to get rid of it? The URL is below so you can see what I mean.

Quick Reply Box
Reply With Quote
  #34  
Old 05-27-2002, 12:02 PM
Mone' Mone' is offline
 
Join Date: May 2002
Location: Australia
Posts: 246
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally posted by Boofo
Mone',

I added the code you mentioned for the stationary background, but now I have a blue line on the right side of the box. Is there a way to get rid of it? The URL is below so you can see what I mean.

Quick Reply Box

I just sign up at your board to check the problem as the quick reply box doesn't show to guest ( you can delete my account if you want after you fix the problem =) )

you have done everything right
the only problem is the image that you choose for the background of the quick reply box

http://www.bearfacts2.com/forum/imag..._wallpaper.jpg


the image is about 400px wide and the shoutbox text field is about 404px !!!

the blue line is simply the background color of the text box =)

Simply make your image a bit wider.............

Mone'
Reply With Quote
  #35  
Old 05-27-2002, 01:18 PM
Boofo's Avatar
Boofo Boofo is offline
 
Join Date: Mar 2002
Location: Des Moines, IA (USA)
Posts: 15,776
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Mone',

I did as you said and it looks better now. Is there a way to have the message start in a space or two and down a space or two so it doesn't start on the bevel now? Check it out and you'll see what I mean. And thanks for all of your help. Your account is still there so you can see it.
Reply With Quote
  #36  
Old 05-27-2002, 01:57 PM
Mone' Mone' is offline
 
Join Date: May 2002
Location: Australia
Posts: 246
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

i see what you mean unfortunally i'm not aware of any easy way to do that at least not with css.

I can only suggest you to make bevel less dark

and you could add the bevel to the title imput !

All form field can be customized in that way
Reply With Quote
  #37  
Old 05-27-2002, 02:12 PM
Boofo's Avatar
Boofo Boofo is offline
 
Join Date: Mar 2002
Location: Des Moines, IA (USA)
Posts: 15,776
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks for getting me this far, though. If you find a way or figure out a way to move the message text in and down, please let me know. It might be kindof cool to get it working like that. The possibilites are endless.
Reply With Quote
  #38  
Old 05-27-2002, 03:48 PM
Mone' Mone' is offline
 
Join Date: May 2002
Location: Australia
Posts: 246
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

[qoute]Is there a way to have the message start in a space or two and down a space or two so it doesn't start on the bevel now?[/quote]


Code:
<textarea name="message" rows="7" cols="$textareacols" wrap="virtual" tabindex="1"></textarea>

and chang it to


Code:
<textarea name="message" rows="7" cols="$textareacols" wrap="virtual" tabindex="1">

  </textarea>


Try moving the </textarea> down a couple of lines and a few spaces over and see the different result.

Now when you first click in the replybox the mouse will start a few lines down and a bit to the right


Mone'
Reply With Quote
  #39  
Old 05-27-2002, 04:05 PM
Boofo's Avatar
Boofo Boofo is offline
 
Join Date: Mar 2002
Location: Des Moines, IA (USA)
Posts: 15,776
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

It works great! I knew you could do it! The only thing is you have to click in the box to get it to tab over where it needs to be. If you read the messages and just reply, the cursor is already in the box at the first starting point. Is there any way to get it to tab where it needs to be without having to click inside the box first?
Reply With Quote
  #40  
Old 05-27-2002, 04:08 PM
Boofo's Avatar
Boofo Boofo is offline
 
Join Date: Mar 2002
Location: Des Moines, IA (USA)
Posts: 15,776
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I just found out that if you hit enter to go to the next line, it puts you at the far left side of the box again. We are almost there.
Reply With Quote
Reply


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

Forum Jump


All times are GMT. The time now is 12:08 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.04806 seconds
  • Memory Usage 2,282KB
  • Queries Executed 14 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)ad_showthread_firstpost
  • (1)ad_showthread_firstpost_sig
  • (1)ad_showthread_firstpost_start
  • (2)bbcode_code
  • (2)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (10)post_thanks_postbit_info
  • (10)postbit
  • (1)postbit_attachment
  • (10)postbit_onlinestatus
  • (10)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_postinfo_query
  • fetch_postinfo
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • postbit_attachment
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete