TYPO3Jack.net - Das TYPO3 Mailinglist Forum Archiv

TYPO3 Mailingliste: nicht fragen - lesen!

TYPO3 Mailingliste: nicht fragen - lesen!_RR_1-->
Zurück   TYPO3Jack.net - Das TYPO3 Mailinglist Forum Archiv > TYPO3-Mailinglists: ENGLISH > typo3-project-tt-products@lists.netfielders.de

Registrieren Hilfe Benutzerliste Kalender Suchen Heutige Beiträge Alle Foren als gelesen markieren
  #1  
Alt 13.03.2007, 21:42
Tapio Markula
Gast
 
Beiträge: n/a
Standard [TYPO3-shop] Problem with span ###PRODUCT_IMAGE###

Hi

I should be able to disable click-enlarge behavior from the
list view from the marker
###PRODUCT_IMAGE###

but I didn't find, where in the source code the marker
has been defined.

It tried to put normal link above that


<a
href="index.php?id=221&amp;tx_ttproducts_pi1%5Bcat %5D=1&amp;tx_ttproducts_pi1%5BbackPID%5D=221&amp;t x_ttproducts_pi1%5Bproduct%5D=3&amp;cHash=489a6776 10">
<span class="linkItem"> </span> </a>

<span class="tx-ttproducts-pi1-wrap1"> <a
href="index.php?eID=tx_cms_showpic&amp;file=upload s%2Fpics%2Fsierraad3.jpg&amp;width=400&amp;bodyTag =%3Cbody%20bgColor%3Dblack%20leftmargin%3D0%20topm argin%3D0%20marginwidth%3D0%20marginheight%3D0%3E& amp;wrap=%3CA%20href%3D%22javascript%3Aclose%28%29 %3B%22%3E%20%7C%20%3C%2FA%3E&amp;md5=5c2242924f095 36f0106cdfd81aeb8dc"
onclick="openPic('index.php?eID=tx_cms_showpic&fil e=uploads%2Fpics%2Fsierraad3.jpg&width=400&bodyTag =%3Cbody%20bgColor%3Dblack%20leftmargin%3D0%20topm argin%3D0%20marginwidth%3D0%20marginheight%3D0%3E& wrap=%3CA%20href%3D%22javascript%3Aclose%28%29%3B% 22%3E%20%7C%20%3C%2FA%3E&md5=5c2242924f09536f0106c dfd81aeb8dc','5f0670fdf994ae28c3c66551924ae71e','w idth=200,height=249,status=0,menubar=0');
return false;" target="thePicture"><img
src="typo3temp/pics/378732a0aa.jpg" alt="" title="" border="0"
height="66" width="53"></a> </span>


<span class="linkItem"> </span>

should be over the image and it should stop the link inside

<span class="tx-ttproducts-pi1-wrap1">

working
- but that doesn't work in MS IE.
I put z-indexes ok and everything worked fine with Firefox.
_______________________________________________
TYPO3-project-tt-products mailing list
TYPO3-project-tt-products (AT) lists...netfielders.de
http://lists.netfielders.de/cgi-bin/...ct-tt-products
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!Spurl this Post!Reddit! Diesen Post bei linksilo.de bookmarken!
  #2  
Alt 16.03.2007, 11:03
Stephan Petzl
Gast
 
Beiträge: n/a
Standard Re: [TYPO3-shop] Problem with span ###PRODUCT_IMAGE###

Tapio Markula schrieb:
> Hi
>
> I should be able to disable click-enlarge behavior from the
> list view from the marker
> ###PRODUCT_IMAGE###
>
> but I didn't find, where in the source code the marker
> has been defined.
>
> It tried to put normal link above that
>
>
> <a
> href="index.php?id=221&amp;tx_ttproducts_pi1%5Bcat %5D=1&amp;tx_ttproducts_pi1%5BbackPID%5D=221&amp;t x_ttproducts_pi1%5Bproduct%5D=3&amp;cHash=489a6776 10">
> <span class="linkItem"> </span> </a>
>
> <span class="tx-ttproducts-pi1-wrap1"> <a
> href="index.php?eID=tx_cms_showpic&amp;file=upload s%2Fpics%2Fsierraad3.jpg&amp;width=400&amp;bodyTag =%3Cbody%20bgColor%3Dblack%20leftmargin%3D0%20topm argin%3D0%20marginwidth%3D0%20marginheight%3D0%3E& amp;wrap=%3CA%20href%3D%22javascript%3Aclose%28%29 %3B%22%3E%20%7C%20%3C%2FA%3E&amp;md5=5c2242924f095 36f0106cdfd81aeb8dc"
> onclick="openPic('index.php?eID=tx_cms_showpic&fil e=uploads%2Fpics%2Fsierraad3.jpg&width=400&bodyTag =%3Cbody%20bgColor%3Dblack%20leftmargin%3D0%20topm argin%3D0%20marginwidth%3D0%20marginheight%3D0%3E& wrap=%3CA%20href%3D%22javascript%3Aclose%28%29%3B% 22%3E%20%7C%20%3C%2FA%3E&md5=5c2242924f09536f0106c dfd81aeb8dc','5f0670fdf994ae28c3c66551924ae71e','w idth=200,height=249,status=0,menubar=0');
> return false;" target="thePicture"><img
> src="typo3temp/pics/378732a0aa.jpg" alt="" title="" border="0"
> height="66" width="53"></a> </span>
>
>
> <span class="linkItem"> </span>
>
> should be over the image and it should stop the link inside
>
> <span class="tx-ttproducts-pi1-wrap1">
>
> working
> - but that doesn't work in MS IE.
> I put z-indexes ok and everything worked fine with Firefox.


try to put
plugin.tt_products.listImage.imageLinkWrap.enable = 0
into your TS setup
_______________________________________________
TYPO3-project-tt-products mailing list
TYPO3-project-tt-products (AT) lists...netfielders.de
http://lists.netfielders.de/cgi-bin/...ct-tt-products
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!Spurl this Post!Reddit! Diesen Post bei linksilo.de bookmarken!
  #3  
Alt 16.03.2007, 13:17
Tapio Markula
Gast
 
Beiträge: n/a
Standard Re: [TYPO3-shop] Problem with span ###PRODUCT_IMAGE###

Stephan Petzl kirjoitti:
> Tapio Markula schrieb:
>> Hi
>>
>> I should be able to disable click-enlarge behavior from the
>> list view from the marker
>> ###PRODUCT_IMAGE###
>>
>> but I didn't find, where in the source code the marker
>> has been defined.
>>
>> It tried to put normal link above that
>>
>>
>> <a
>> href="index.php?id=221&amp;tx_ttproducts_pi1%5Bcat %5D=1&amp;tx_ttproducts_pi1%5BbackPID%5D=221&amp;t x_ttproducts_pi1%5Bproduct%5D=3&amp;cHash=489a6776 10">
>> <span class="linkItem"> </span> </a>
>>
>> <span class="tx-ttproducts-pi1-wrap1"> <a
>> href="index.php?eID=tx_cms_showpic&amp;file=upload s%2Fpics%2Fsierraad3.jpg&amp;width=400&amp;bodyTag =%3Cbody%20bgColor%3Dblack%20leftmargin%3D0%20topm argin%3D0%20marginwidth%3D0%20marginheight%3D0%3E& amp;wrap=%3CA%20href%3D%22javascript%3Aclose%28%29 %3B%22%3E%20%7C%20%3C%2FA%3E&amp;md5=5c2242924f095 36f0106cdfd81aeb8dc"
>> onclick="openPic('index.php?eID=tx_cms_showpic&fil e=uploads%2Fpics%2Fsierraad3.jpg&width=400&bodyTag =%3Cbody%20bgColor%3Dblack%20leftmargin%3D0%20topm argin%3D0%20marginwidth%3D0%20marginheight%3D0%3E& wrap=%3CA%20href%3D%22javascript%3Aclose%28%29%3B% 22%3E%20%7C%20%3C%2FA%3E&md5=5c2242924f09536f0106c dfd81aeb8dc','5f0670fdf994ae28c3c66551924ae71e','w idth=200,height=249,status=0,menubar=0');
>> return false;" target="thePicture"><img
>> src="typo3temp/pics/378732a0aa.jpg" alt="" title="" border="0"
>> height="66" width="53"></a> </span>
>>
>>
>> <span class="linkItem"> </span>
>>
>> should be over the image and it should stop the link inside
>>
>> <span class="tx-ttproducts-pi1-wrap1">
>>
>> working
>> - but that doesn't work in MS IE.
>> I put z-indexes ok and everything worked fine with Firefox.

>
> try to put
> plugin.tt_products.listImage.imageLinkWrap.enable = 0
> into your TS setup


Ok.

Endeed I get working a trick for MS IE.
If the layer is transparent, z-index doesn't work.
MS IE treats - incorrectly - this kind of layer like a layer,
which has "holes" everywhere where is not content.
Firefox handles transparent layer as if it would be "glass".
You can see the layer above but you can't "touch" to it.

I set background-color with filter property and opacity as '0',
when the result was transparent layer which works the same way
as in Firefox.
_______________________________________________
TYPO3-project-tt-products mailing list
TYPO3-project-tt-products (AT) lists...netfielders.de
http://lists.netfielders.de/cgi-bin/...ct-tt-products
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!Spurl this Post!Reddit! Diesen Post bei linksilo.de bookmarken!
 

Lesezeichen

Themen-Optionen
Ansicht Thema bewerten
Thema bewerten:

Forumregeln
Es ist dir nicht erlaubt, neue Themen zu verfassen.
Es ist dir nicht erlaubt, auf Beiträge zu antworten.
Es ist dir nicht erlaubt, Anhänge hochzuladen.
Es ist dir nicht erlaubt, deine Beiträge zu bearbeiten.

BB-Code ist an.
Smileys sind an.
[IMG] Code ist an.
HTML-Code ist aus.
Trackbacks are an
Pingbacks are an
Refbacks are an


Ähnliche Themen

Thema Autor Forum Antworten Letzter Beitrag
[TYPO3-shop] Tax calculation error (rounding problem?) Ryan Hayle typo3-project-tt-products@lists.netfielders.de 3 06.10.2007 19:28
[TYPO3-german] <//span> nach Word copy and paste Ulrich Fischer typo3-german@lists.netfielders.de 2 06.09.2007 21:17
[TYPO3-shop] choice of shop extension: connection to ERP Mathias Behrle typo3-project-tt-products@lists.netfielders.de 0 17.02.2007 13:36
[TYPO3] Problem with PDF Shop extension Karsten Stanley Andersen typo3-english@lists.netfielders.de 0 09.01.2007 14:31
[TYPO3-shop] problem listing selected categories andmbi_products_categories typo3-project-tt-products@lists.netfielders.de 1 21.12.2006 12:27


Alle Zeitangaben in WEZ +1. Es ist jetzt 00:08 Uhr.


Powered by vBulletin® Version 3.7.4 (Deutsch)
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.1.0
Template-Modifikationen durch TMS

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77