Subject:
|
HTML Question
|
Newsgroups:
|
lugnet.publish
|
Date:
|
Tue, 15 Jun 1999 20:04:47 GMT
|
Viewed:
|
454 times
|
| |
| |
My page uses a table to present a navbar on the left hand side of the
page and an image on the right-hand side. I also use a Fibblesnork
background along the left-hand side of the page as a background for the
navbar. Currently, I use a <BODY BACKGROUND=""> tag with a modified
version of the Fibblesnork background so that it only appears to display
the background along the left side of the screen; however, I would like
to embed the background image in the <TD> tag instead - but I don't know
how to do this. I experimented with the following, none of which
worked:
<TD WIDTH=20% BACKGROUND=""></TD>
<TD WIDTH=20% BG=""></TD>
<TD WIDTH=20% IMG SRC="">
Can someone help me solve this problem?
--
Thomas Main
main@appstate.edu
Webpage: http://members.xoom.com/brickenplate/index.html
|
|
Message has 2 Replies: | | Re: HTML Question
|
| (...) This should work in Navigator 4 and MSIE 4. However, I don't think table backgrounds are supported in previous versions. --Bram Bram Lambrecht / o o \ BramL@juno.com ---...---oooo-----(_...o---...--- WWW: (URL) (25 years ago, 15-Jun-99, to lugnet.publish)
| | | Re: HTML Question
|
| Background is certainly correct. Sample: <table BORDER COLS=2 WIDTH="100%" > <tr> <td BACKGROUND="(URL) </td> <td></td> </tr> </table> I believe it only works in versions of Navigator 4, IE 4 and later. Don't know if it works in Opera or not. -- (...) (25 years ago, 15-Jun-99, to lugnet.publish)
|
18 Messages in This Thread:
- Entire Thread on One Page:
- Nested:
All | Brief | Compact | Dots
Linear:
All | Brief | Compact
|
|
|
|