how i can make this text area background fixed? and be exactly like it is now..
![]()
how i can make this text area background fixed? and be exactly like it is now..
![]()
HTML Code:<textarea style="background:url(path/to/image);"> Text Goes Here </textarea>
the background still moves its not fixed...
http://limpid.nl/lab/css/fixed/
Do you have a link or some code? The doesn't do anything to explain what you're trying to do.
go there and press Shift Enter in Comment Box. the bg moves up i dun want that..
Last edited by ff123; 05-13-2008 at 12:07 AM.
Oh you don't? Why not? It gives it a certain flair, don't you think?
Did you bother to look at the link I posted earlier? Guessing not.
Anyway...
By the way, why are you using RGB color properties in your CSS? Don't you find them cumbersone?Code:<textarea style="background-image:url(http://www.calyxlabs.com/blog/text-field-bg-big.gif); background-attachment:fixed;" cols="29" rows="6">Text Goes Here</textarea>
Also, your gradient background is too small for that textarea. It's fine in IE6 but not any modern browsers.
woops sorry dude i missed that post.. well i should leave that text area as it is the gradient really messup when i put FIXED.. anyway what u mean by using RGB in CSS? im just using CSS for comment table that i found at DD.
anyway if you go to and at the bottom there is one Pagination for "Our Latest Works" if i open in IE7 the pagination looks fine but if i open it in Firefox the whole pagination messups.. any solution?
Last edited by ff123; 05-14-2008 at 09:13 AM.
Nevermind...I was looking at something else. Don't mind me.Code:anyway what u mean by using RGB in CSS?
For starters, you can validate that page. There are some markup errors that might be causing it. Instead of combing through it, any validator will catch the errors. Secondly, you might want to give your pagination div a width. Currently it's set to 0. Increasing that will at least make it horizontal. Then you can position it with CSS positioning if nothing else.anyway if you go to www.calyxlabs.com and at the bottom there is one Pagination for "Our Latest Works" if i open in IE7 the pagination looks fine but if i open it in Firefox the whole pagination messups.. any solution?
But first step would be to validate.
i think this is for the width of pagination in ".css" file.
Code:* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/ width: 450px; /*IE5 width*/ w\idth: 450px; /*IE6 width*/ }
Bookmarks