
-----------------------------------
Amailer
Fri Feb 27, 2004 9:39 pm

Make a BG Image not repeat it's self!
-----------------------------------
How do i do what the topic says...?
(i.e. a BG image for a table, or a page, it repeates it's self, how to make that it doesn't do that?)

-----------------------------------
wtd
Fri Feb 27, 2004 10:48 pm


-----------------------------------


   
      
   


   
      
         
      
   



-----------------------------------
Amailer
Fri Feb 27, 2004 11:01 pm


-----------------------------------
*yahoo*

thanks
 +bitz

-----------------------------------
wtd
Fri Feb 27, 2004 11:16 pm


-----------------------------------
You can also "repeat-x" or "repeat-y" to only have it tile in one direction.  And you can change the "top right" I used to any combination of "top" or "bottom" and "left" or "right".

-----------------------------------
Amailer
Sat Feb 28, 2004 12:41 pm


-----------------------------------
hey, what if it's only for a cell is it the same way? (well actually, now i want it to be repeated.. the bg that is... in a cell, but on IE it doesn't, on mozilla it works perfect :S http://gfx-pro.ath.cx look at the center cell (info) bg on IE, it's not repeating it's self, now look at it on mozilla...that's how i want it)

and i found the problem, it's
table#main_table
      {
         background: url('http://gfx-pro.ath.cx/images/site2/bg.gif') no-repeat top left;
      } 


i used to for that same table, but if i then i want to put another bg for a cell int he same table it get's messed in IE!

-----------------------------------
Amailer
Sat Feb 28, 2004 12:45 pm


-----------------------------------
and a few sec later, problem solved...solution is in the post above it's self :S
