HTML Question [message #132167] |
Fri, 14 January 2005 21:37 |
|
glyde51
Messages: 1827 Registered: August 2004 Location: Winnipeg
Karma: 0
|
General (1 Star) |
|
|
In my quest to make a HTML page using only notepad, I have stumbled upon a problem. Does anyone know how to make non-repeating backgrounds for tables that stretch to fit? I know someone does...
And does anyone have any tips?
No. Seriously. No.
|
|
|
|
HTML Question [message #132179] |
Sat, 15 January 2005 00:06 |
icedog90
Messages: 3483 Registered: April 2003
Karma: 0
|
General (3 Stars) |
|
|
If you can't submit a message, just copy the text onto a notepad and try again later.
|
|
|
HTML Question [message #132181] |
Sat, 15 January 2005 00:26 |
|
csskiller
Messages: 522 Registered: April 2004
Karma: 0
|
Colonel |
|
|
Yeah, I'll keep that in mind next time.
When history witnesses a great change, Razgriz reveals itself,
First as a dark demon,
As a demon it uses its power to reign death upon the land;
and then it dies.
However, after a period of slumber, Razgriz returns.
This time as a great hero...
|
|
|
HTML Question [message #132184] |
Sat, 15 January 2005 01:41 |
|
IRON FART
Messages: 1989 Registered: September 2003 Location: LOS ANGELES
Karma: 0
|
General (1 Star) |
|
|
I was going to suggest the same as csskiller.
Add the background via CSS and just slap the "no-repeat" attribute somewhere on it.
Quote: |
Quote from IRC
<[Digital]> get man_fucking_a_car.mpg
<[Digital]> ah fuck wrong window
|
|
|
|
|
HTML Question [message #132263] |
Sat, 15 January 2005 12:52 |
|
j_ball430's way is the best/easiest/etc. way with the smallest amount of code, and it's even smaller when you consider the fact that "background-attachment: fixed" needs to be removed since that's only for the body background (keeps the background stationary as you scroll) and doesn't do anything in <TD>.
So this would be all that you need:
j_ball430 |
<td style="background-image: url(iframebg.png); background-repeat: no-repeat">
|
.:Red Alert: A Path Beyond Modeler:.
E-mail: sirphoenixx@gmail.com
AIM: Sir Phoenixx
ICQ: 339325768
MSN: sirphoenixx@hotmail.com
Yahoo: sirphoenix86
If anyone needs any help with using 3dsmax, or gmax feel free to contact me.
My Gallery: sir-phoenixx.deviantart.com/gallery
|
|
|
|