|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Floating pictures...
How do you put a transparent picture over something (etc. text), or under would be fine.
I'm not talking about CSS or background images for the whole page. -Plain HTML-. |
|
#2
|
|||
|
|||
|
RE: Floating pictures...
you can do it by using background images in table data's if you don't mind doing it that way.
|
|
#3
|
|||
|
|||
|
RE: Floating pictures...
Say that again... slower... ;)
|
|
#4
|
|||
|
|||
|
RE: Floating pictures...
OK.....
you can use a background image in a <td> tag just like you can with a page. If you wanted to make a sort of dynamic button you could do something like this: Code:
<table>
<tr>
<td background="path_to_image"><?php echo $yourtext; ?></td>
</tr>
</table>
|
|
#5
|
|||
|
|||
|
RE: Floating pictures...
That's all I need... thanks!
|
![]() |
| Viewing: Codewalkers Forums > Other Technologies > Client Side Things > Floating pictures... |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|