DjDanHayden
08-05-2010, 05:32 PM
Hi everyone,
I have been trying this for about 2 hours now i bet its an easy fix i just cant see.
#new_to_ig
{
position:absolute;
top:197px;
right:390px;
width:355px;
height:235px;
background:transparent url(/theme/images/new_to_ig.jpg) no-repeat ;
}
The image new_to_ig.jpg will just not show up no matter what i try... this is what i have in the php end...
<div id="new_to_ig">
<h2><a href="" title="Popular Gaming Arenas">New To IG ?</a></h2>
</div>
However this will will work but its no good as i need the image running off the css..
<div id="new_to_ig">
<h2><a href="" title="Popular Gaming Arenas">New To IG ?</a></h2>
<img src="./theme/images/new_to_ig.jpg" width="355" height="235" alt="Hi">
</div>
Any idea on how to get the image to show from the css.... ?
Thanks in advance ! :thumbsup:
The image will not show
I have been trying this for about 2 hours now i bet its an easy fix i just cant see.
#new_to_ig
{
position:absolute;
top:197px;
right:390px;
width:355px;
height:235px;
background:transparent url(/theme/images/new_to_ig.jpg) no-repeat ;
}
The image new_to_ig.jpg will just not show up no matter what i try... this is what i have in the php end...
<div id="new_to_ig">
<h2><a href="" title="Popular Gaming Arenas">New To IG ?</a></h2>
</div>
However this will will work but its no good as i need the image running off the css..
<div id="new_to_ig">
<h2><a href="" title="Popular Gaming Arenas">New To IG ?</a></h2>
<img src="./theme/images/new_to_ig.jpg" width="355" height="235" alt="Hi">
</div>
Any idea on how to get the image to show from the css.... ?
Thanks in advance ! :thumbsup:
The image will not show