Current location: Hot Scripts Forums » General Web Coding » CSS » stumped....background ques


stumped....background ques

Reply
  #1 (permalink)  
Old 07-13-05, 10:08 PM
RoyalFlush RoyalFlush is offline
New Member
 
Join Date: Jul 2005
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Unhappy stumped....background ques

i've been at this for a good 9 hours ( lol )...any help would be GREATLY appreciated... i would like to know if there's a way of placing an animated .gif on a fixed position over a background .jpg image file. in other words 2 images in a background with the gif over the jpg. i've been tearing my hair out trying to get it to work. please help.
thnx
Reply With Quote
  #2 (permalink)  
Old 07-13-05, 10:34 PM
Keith's Avatar
Keith Keith is offline
Community Liaison
 
Join Date: Feb 2004
Posts: 1,232
Thanks: 1
Thanked 11 Times in 11 Posts
Cross-posting is bad.
Reply With Quote
  #3 (permalink)  
Old 07-13-05, 10:37 PM
End User's Avatar
End User End User is offline
Level II Curmudgeon
 
Join Date: Dec 2004
Posts: 3,027
Thanks: 14
Thanked 35 Times in 33 Posts
Quote:
Originally Posted by RoyalFlush
i've been at this for a good 9 hours ( lol )...any help would be GREATLY appreciated... i would like to know if there's a way of placing an animated .gif on a fixed position over a background .jpg image file. in other words 2 images in a background with the gif over the jpg. i've been tearing my hair out trying to get it to work. please help.
thnx
Sure, just put the background image in a table (as the background) and position a table cell to hold the animated gif.
__________________
I don't live on the edge, but sometimes I go there to visit.
-------------------------------------------------------------------------
Sanitize Your Data | Oracle Date & Substring Functions | Code Snippet Library | [url=http://www.codmb.com/Call Of Duty[/url]
Reply With Quote
  #4 (permalink)  
Old 07-13-05, 10:44 PM
RoyalFlush RoyalFlush is offline
New Member
 
Join Date: Jul 2005
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
thnx man... i'm really new to this stuff but i'll read up on doing as u said. thnx!
Reply With Quote
  #5 (permalink)  
Old 07-20-05, 12:13 AM
earthman earthman is offline
New Member
 
Join Date: Jul 2005
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
Or just stack them in layers with the appropriate z-index.
Reply With Quote
  #6 (permalink)  
Old 07-20-05, 01:01 AM
nothingofvalue nothingofvalue is offline
Newbie Coder
 
Join Date: Jul 2005
Posts: 10
Thanks: 0
Thanked 0 Times in 0 Posts
Just in case you are really new to html, the table example would look something like this:

<table width="50" background="backgroundimage.jpg">
<tr>
<th scope="col">&nbsp;
<img src="animated.gif" width="32" height="32">
</th>
</tr>
</table>
Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Background image for iframe same as main page riots HTML/XHTML/XML 6 02-17-06 11:22 AM
rollovers using a background image pagetta CSS 6 04-04-05 03:25 PM
Setting the background Jozhik JavaScript 2 02-22-05 02:32 AM
[Help] Javascript pop up window with background color empty.container JavaScript 1 01-13-05 03:11 AM
checkbox background color in [puke] IE nassau CSS 2 10-12-04 02:24 PM


All times are GMT -5. The time now is 01:40 PM.
vBulletin® Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.