Forum FAQForum FAQSearchSearch MemberlistMemberlist Forum ignore listForum ignore list RegisterRegister ProfileProfile Log in to check your private messagesLog in to check your private messages Log inLog in
Problemi sa layerima u internet exploreru

 
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    mi3dot.org Forum Index -> Client-side
View previous topic :: View next topic  
Author Message
Dead Man



Joined: 18 Jan 2006
Posts: 668
Location: Split

PostPosted: 31.08.2006 18:16    Post subject: Problemi sa layerima u internet exploreru Add user to your forum ignore list Reply with quote

evo problema

http://www.yachting-spalacia.com/flash/spalacia_IE/used_boats.html

Layeri za "hot price" rade skroz dobro na firefox-u.. ali ih ne mogu nikako namjestit da funkcioniraju u prokletom exploreru

evo css-a za taj layer:

#hotprice_layer {
position: absolute;
width: 149px;
height: 82px;
z-index: 2;
background-image: url(images/hot_price.gif);
margin: 10px 0px 0px 10px;
}

i evo kako sam ga aplicirao na samu stranicu:

<div class="item_thumb">

<div class="item_image_thumb"><a href="used_boats/boat01"><div id="hotprice_layer"></div></a>
<a href="used_boats/boat01"><img src="images/usedboats_image01.jpg" border="0" /></a></div>
<div class="item_naslov"><a href="used_boats/boat01">Beneteau 50 Rialto </a></div>
<div class="item_podaci_left">Price:</div>
<div class="item_podaci_right">$ 225.036</div>
<div class="item_podaci_left">Year build:</div>
<div class="item_podaci_right">2003.</div>
<div class="item_podaci_left">Lenght:</div>
<div class="item_podaci_right">9.89 m</div>
</div>

ima li koga da mi pomogne.. ili da mi ponudi neko funkcionalnije rješenje za ovaj poblem

_________________
www.myspace.com/kadet
Back to top
View user's profile Send private message MSN Messenger
mfloyd



Joined: 25 Jan 2006
Posts: 57
Location: Zagreb <-> Orahovica

PostPosted: 31.08.2006 18:55    Post subject: Add user to your forum ignore list Reply with quote

možda te zeza position:absolute;

probaj postaviti position:relative; za parent element ( item_image_thumb ) pa prema njemu pozicionirat hotprice_layer
Back to top
View user's profile Send private message Visit poster's website
sinke



Joined: 02 Oct 2005
Posts: 257
Location: Zagreb

PostPosted: 31.08.2006 19:46    Post subject: Add user to your forum ignore list Reply with quote

Postavi top i left, a parent pozicioniraj.

Code:

div.item_image_thumb {
   position: relative;
   float: left;
   width: 161px;
   height: 94px;
}

#hotprice_layer {
   position: absolute;
   width: 149px;
   height: 82px;
   top: 0;
   left: 0;
   z-index: 2;
   background-image: url(images/hot_price.gif);
   margin: 10px 0px 0px 10px;
   border: 1px solid red;
}


U HTML-u niti u CSS-u ne postoji ništa što se zove layer!!! Twisted Evil

_________________
THE SHTANZIG | Web Do's & Don'ts
Back to top
View user's profile Send private message Visit poster's website Twitter profile
Sulien



Joined: 04 Jan 2004
Posts: 2905
Location: Zagreb

PostPosted: 31.08.2006 21:32    Post subject: Add user to your forum ignore list Reply with quote

sinke: dreamweaver Razz
Back to top
View user's profile Send private message Send e-mail Visit poster's website
sinke



Joined: 02 Oct 2005
Posts: 257
Location: Zagreb

PostPosted: 31.08.2006 22:51    Post subject: Add user to your forum ignore list Reply with quote

Sulien wrote:
sinke: dreamweaver Razz

Ma znam, vidio sam kod Wink

_________________
THE SHTANZIG | Web Do's & Don'ts
Back to top
View user's profile Send private message Visit poster's website Twitter profile
Dead Man



Joined: 18 Jan 2006
Posts: 668
Location: Split

PostPosted: 04.09.2006 13:48    Post subject: Add user to your forum ignore list Reply with quote

evo tek sam danas stigao pogledat.. thnx sinke, izgleda da ovo radi.. iako sve izgleda pomaknuto u dreamweaveru.. jedini problem još ostaje kako staviti URL link na taj layer..

<div class="item_image_thumb"><a href="used_boats/boat01">
<div id="hotprice_layer"></div></a><a href="used_boats/boat01">
<img src="images/usedboats_image01.jpg" border="0" /></a></div>

ovako sam ga ubacio.. link na sami image.. i link na layer.. i radi u Firefox-u ali IE opet zajebaje

opet hvala.. nadam se da ću moći uzvratit pomoć jednog dana

_________________
www.myspace.com/kadet
Back to top
View user's profile Send private message MSN Messenger
Sulien



Joined: 04 Jan 2004
Posts: 2905
Location: Zagreb

PostPosted: 04.09.2006 14:06    Post subject: Add user to your forum ignore list Reply with quote

Dead Man wrote:
izgleda da ovo radi.. iako sve izgleda pomaknuto u dreamweaveru..

kida mi se srce za dreamweaver rendering engine Rolling Eyes

ne, ali ozbiljno, možda će neki posjetitelji surfati dreamweaverom, pa će im sve biti pomaknuto Surprised jesi li mislio na to, ha? jesi li??
Back to top
View user's profile Send private message Send e-mail Visit poster's website
Dead Man



Joined: 18 Jan 2006
Posts: 668
Location: Split

PostPosted: 04.09.2006 14:20    Post subject: Add user to your forum ignore list Reply with quote

nisam ti skužio primjedbu Anxious Think Question

_________________
www.myspace.com/kadet
Back to top
View user's profile Send private message MSN Messenger
Display posts from previous:   
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    mi3dot.org Forum Index -> Client-side All times are GMT + 1 Hour
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group