astrid92
08-10-2006, 08:48 AM
Hello. Ive tryed to add a backround to a text box, but the pic is 2 small, so it repeats its self... what can i do??
|
View Full Version : Backround in scrolling text boxes/nav. bar astrid92 08-10-2006, 08:48 AM Hello. Ive tryed to add a backround to a text box, but the pic is 2 small, so it repeats its self... what can i do?? pb&j 08-10-2006, 02:32 PM add this to your tag... style="background-repeat: no-repeat;" or if you have a css area already for that tag, just add it to that instead of the tag itself. astrid92 08-10-2006, 09:34 PM Thank you so much 4 the code!!!! It worked!!! :) But know its another problem: The backround picture is at top left, I want it in the top right.... Hope u know this one too... Thanks again!!! ----------------------------Dont mind the code below---------------------- <script type="text/javascript"> <!-- alert("Hello world!"); //--> </script> Ready 08-11-2006, 10:01 PM try adding the position attributes to it: style="background-repeat: no-repeat; vertical-align:top; align:right;" |