Images don't show, img src correct I think |
![]() ![]() |
Images don't show, img src correct I think |
Feb 5 2008, 09:48 PM
Post
#1
|
|
|
Newbie ![]() Group: Member Posts: 1 Joined: Feb 2008 Member No: 618,436 |
My images are on my server. When I paste the url into the code, MySpace page shows only a box the size of the image (with a small box with x in it). Some images have only the x box, not the larger image box. When I check the "properties" of the image box, and paste that URL into an IE browser address line, the image appears in that new IE browser. So the image is properly hosted. When I take that URL and paste it into the MySpace code, the same bad result. When I instead use the url for someone elses picture at their hosting site, that image appears properly on my MySpace page.
Perplexing. Here is the beginning code for the 'I'd like to meet": <style>.r{}</style> <div class="fashion" style=" position: absolute; left:0px;top:93px; width:800px; height:597px; overflow: hidden;"> <img src="http://waltburville.com/images/myspace/myspacehead.jpg"> </div> <div class="About Me" style="position: absolute; left:270px; top:596px; width:800px; height:600px; overflow: visible;"> <p class="title">Spirit Portraits</P> |
|
|
|
Feb 5 2008, 10:38 PM
Post
#2
|
|
![]() Resource Center Tyrant ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 2,263 Joined: Nov 2007 Member No: 593,306 |
Of course it won't show up because your IMG tag is enclosed in a DIV tag that has, "overflow: hidden." I think that might be the case.
|
|
|
|
Feb 6 2008, 12:10 AM
Post
#3
|
|
![]() Cornflakes :D ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 4,541 Joined: Dec 2005 Member No: 322,923 |
yea simple change the overflow:none;
|
|
|
|
Feb 6 2008, 05:19 AM
Post
#4
|
|
![]() Offline. ![]() ![]() ![]() ![]() ![]() Group: Official Designer Posts: 609 Joined: Mar 2007 Member No: 507,591 |
here
CODE <style>.r{}</style> <div class="fashion" style=" position: absolute; left:0px;top:93px; width:800px; height:597px; overflow: hidden;"> <img src="http://waltburville.com/images/myspace/myspacehead.jpg" > </div> <div class="About Me" style="position: absolute; left:270px; top:596px; width:800px; height:600px; overflow: visible;"> <p class="title">Spirit Portraits</P> test it here |
|
|
|
![]() ![]() |