Help with picture in div overlay, div overlay |
Help with picture in div overlay, div overlay |
May 8 2007, 12:19 PM
Post
#1
|
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 50 Joined: Mar 2006 Member No: 383,261 |
I have this code in my about me:
<div class="bg" style="position: absolute; left:500px; top:500px; width:500px; height:500px; overflow: hidden;"> <img src="http://i47.photobucket.com/albums/f155/djdaveoc/business11.jpg"> </div> I have a lot of other code in there too, but what I need to know is why this div doesn't show on my page. I'm just trying to place a photo from photobucket.com onto my page and play around with the coordinates for positioning. Am I missing some code that I need besides this? Thanks. My page is myspace.com/davidpoggi |
|
|
|
![]() |
May 8 2007, 03:51 PM
Post
#2
|
|
![]() Senior Member ![]() ![]() ![]() ![]() Group: Member Posts: 116 Joined: Apr 2007 Member No: 514,820 |
What are you trying to do? Also to put up images its probably better to upload them to imageshack.us on photobucket they usually resize them so its better to use imageshack.
|
|
|
|
djdaveoc Help with picture in div overlay May 8 2007, 12:19 PM
lucky33554 Try putting
visibility="visible"
style=... May 8 2007, 06:30 PM
djdaveoc I'm just trying to put a picture in a div over... May 8 2007, 06:56 PM
toyo loco Post your entire layout code. You add it in the pa... May 8 2007, 07:33 PM
djdaveoc Here is the code for the div again.
<div class... May 10 2007, 01:37 PM
a beautiful nothing ^ We need to see ALL your codes so we can help ya,... May 10 2007, 02:06 PM
djdaveoc Here is my "about me"
<style>.ORA... May 13 2007, 04:46 PM
toyo loco Can you re-explain the problem. With the code you ... May 13 2007, 05:00 PM
djdaveoc The picture for my business on the right side is a... May 14 2007, 09:10 PM
freeflow All divs are the same. I suggest you add z-indexes... May 15 2007, 08:45 AM
djdaveoc Thanks, I'll try it in the morning. Does it m... May 16 2007, 01:38 AM
freeflow First one - needs to be in style tags. It doesn... May 16 2007, 09:01 AM
djdaveoc I appreciate everyone's help but I don't t... May 23 2007, 01:08 PM
freeflow Style tags :
<style type="text/css"... May 23 2007, 01:41 PM
djdaveoc I guess I will try to go through that tutorial aga... May 23 2007, 05:13 PM
freeflow Just code div 3 like you did 1 and 2 so your consi... May 23 2007, 05:24 PM
djdaveoc Woo hoo! It worked! Thank you. Now I ca... May 23 2007, 08:36 PM![]() ![]() |