Today's Posts Follow Us On Twitter! TFL Members on Twitter  
Forum search: Advanced Search  
Navigation
Marketplace
  Members Login:
Lost password?
  Forum Statistics:
Forum Members: 24,254
Total Threads: 80,792
Total Posts: 566,472
There are 1636 users currently browsing (tf).
 
  Our Partners:
 
  TalkFreelance     Design and Development     HTML/XHTML/DHTML/CSS :

Help with Wordspew (wordpress)

Thread title: Help with Wordspew (wordpress)
Closed Thread    
    Thread tools Search this thread Display Modes  
11-23-2007, 06:53 AM
#1
Kyrislian is offline Kyrislian
Status: I'm new around here
Join date: Nov 2007
Location:
Expertise:
Software:
 
Posts: 16
iTrader: 0 / 0%
 

Kyrislian is on a distinguished road

  Old  Help with Wordspew (wordpress)

At the moment, in my blog, I'd like the input field and send button for the chatbox to match the search box just below it. I've tinkered with it for quite a bit but I can't for the life of me figure out what I've done wrong.

My site is at http://mentalvixen.com. I would appreciate any help

11-23-2007, 11:05 AM
#2
Haris is offline Haris
Status: Request a custom title
Join date: Dec 2005
Location:
Expertise:
Software:
 
Posts: 2,741
iTrader: 9 / 100%
 

Haris is on a distinguished road

  Old

Replace this:

Code:
#searchform #s {
	width: 100px;
	height: 22px;
	padding: 4px 5px 0px 5px;
	border: 1px dotted #cc7fa7;
	background: #121605;
	margin-right: 2px;
	color: #cc7fa7;
	font-weight: normal;
}
With:

Code:
#searchform #s, #shoutboxname, #chatbarText {
	width: 100px;
	height: 22px;
	padding: 4px 5px 0px 5px;
	border: 1px dotted #cc7fa7;
	background: #121605;
	margin-right: 2px;
	color: #cc7fa7;
	font-weight: normal;
}
AND

Replace this:

Code:
/* search form button - to specify button only use input[type="submit"] */
#searchform input {
	background: #121605;
	border: 1px dotted #cc7fa7;
	width: 25px;
	height: 28px;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #cc7fa7;
	vertical-align: middle;
}
With:

Code:
/* search form button - to specify button only use input[type="submit"] */
#searchform input, #submitchat {
	background: #121605;
	border: 1px dotted #cc7fa7;
	width: 25px;
	height: 28px;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #cc7fa7;
	vertical-align: middle;
}

11-23-2007, 11:25 AM
#3
Kyrislian is offline Kyrislian
Status: I'm new around here
Join date: Nov 2007
Location:
Expertise:
Software:
 
Posts: 16
iTrader: 0 / 0%
 

Kyrislian is on a distinguished road

  Old

It works! Thank you so much!

11-23-2007, 11:28 AM
#4
Haris is offline Haris
Status: Request a custom title
Join date: Dec 2005
Location:
Expertise:
Software:
 
Posts: 2,741
iTrader: 9 / 100%
 

Haris is on a distinguished road

  Old

No problem.

Closed Thread    


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 

  Posting Rules  
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump:
 
  Contains New Posts Forum Contains New Posts   Contains No New Posts Forum Contains No New Posts   A Closed Forum Forum is Closed