HighDots Forums  

moving text with CSS

alt.html alt.html


Discuss moving text with CSS in the alt.html forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
markymark
 
Posts: n/a

Default moving text with CSS - 05-10-2008 , 02:25 AM






I'm trying to get the text that currently sits below my search box to
sit above.
http://www.charlesandhudson.com/

I'm controlling it in CSS but for some reason it continues to flow
beneath. Any ideas?
Thanks

Reply With Quote
  #2  
Old   
dorayme
 
Posts: n/a

Default Re: moving text with CSS - 05-10-2008 , 02:50 AM






In article <48254dd0$0$30524$4c368faf (AT) roadrunner (DOT) com>,
markymark <"markymark\"nospam\""@yahoo.com> wrote:

Get rid of line-height:10;, height too, and at least add color: white;


#searchtext
{
margin: 0;
padding: 0;
/* width: 300px; */
line-height:10;
font-size:10px;
height: 10px;
}

But really! Failed validation, 388 Errors?

--
dorayme


Reply With Quote
Reply




Thread Tools
Display Modes

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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.