1
areteam
how to add bg images into text area
  • 2007/11/14 10:27

  • areteam

  • Just popping in

  • Posts: 16

  • Since: 2007/1/23


hello xoopsers

Im using XOOPS v2.0.13.2
my question is, how to add background images into text area(comment, newbb post etc)

tq

2
nachenko
Re: how to add bg images into text area
  • 2007/11/14 10:37

  • nachenko

  • Quite a regular

  • Posts: 356

  • Since: 2005/1/18


Text area is like any other HTML object, you can apply CSS properties to it.

The CSS stuff you need to know:

· the background property
· the concept of "class" in CSS.

3
areteam
Re: how to add bg images into text area
  • 2007/11/14 13:34

  • areteam

  • Just popping in

  • Posts: 16

  • Since: 2007/1/23


thank nachenko
very easy to add bg image into text area
only add this line to themes styles.css

textarea
{
    
border1px solid #8699B5;
    
width400px;
    
font11px verdanaarialhelveticasans-serif;
    [
b]background-imageurl('images/tabg.gif');[/b]
}

4
wizanda
Re: how to add bg images into text area
  • 2007/11/14 13:43

  • wizanda

  • Home away from home

  • Posts: 1585

  • Since: 2004/3/21


Plus you could add

input:focus, textarea:focus{}


Makes it look impressive when you know if you have an area selected....

5
areteam
Re: how to add bg images into text area
  • 2007/11/16 9:49

  • areteam

  • Just popping in

  • Posts: 16

  • Since: 2007/1/23


thank wizanda
good tips

Login

Who's Online

142 user(s) are online (102 user(s) are browsing Support Forums)


Members: 0


Guests: 142


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Apr 30
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits