vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   Transparency PNG pictures with Internet Explorer 6 (server-side solution) (https://vborg.vbsupport.ru/showthread.php?t=93415)

cclaerhout 08-11-2005 10:46 AM

Quote:

Originally Posted by Johannes de Le?n
I use pngfix, it is much easier, and works great.

You can get it here.

Then just put this in the headinclude template:
Code:

<!--[if gte IE 5.5000]>
<script type="text/javascript" src="path/to/pngfix.js"></script>
<![endif]-->


I don't like this method eventhough i've suggested it here :
https://vborg.vbsupport.ru/showthread.php?t=77465

Why ?
1)It's not a sever side solution but a client side solution and i find it a lot slower on old compruters.
2)It's javascript.
3)It doesn't work with background pictures.

Bad Bunny 08-16-2005 07:45 PM

Quote:

Originally Posted by theArchitect
Fantastic. This is will come in most handy.

I installed this, and it works great. Thanks!

GrendelKhan{TSU 08-17-2005 02:15 PM

er...sorry for the stupid question...but I installed it...

but how do you know if its working?

:ermm:

Bad Bunny 08-17-2005 03:51 PM

Quote:

Originally Posted by GrendelKhan{TSU
er...sorry for the stupid question...but I installed it...

but how do you know if its working?

:ermm:

Use Internet Explorer for windows. Use PNGs that have gradient transparency. If there is a grey box around it, something is wrong.

cclaerhout 08-17-2005 05:53 PM

Quote:

Originally Posted by GrendelKhan{TSU
er...sorry for the stupid question...but I installed it...

but how do you know if its working?

:ermm:

You just have to use a png picture inside the code of vBulletin.
Try this hack : https://vborg.vbsupport.ru/showthrea...ewpost&t=94430 :-)

I'm working on a png bbcode to use png (with transparency) in threads. Width and height will have to be specified.

cclaerhout 08-26-2005 09:28 AM

Xml file updated with version of Koivi's script 2.0.11.

Quote:

Originally Posted by Koivi
UPDATE: (8/4/2005): There was a missing comma in the filter that caused MSIE 5.5 (6 was ok) to not render some background images. Thanks to Pierre Lemieux for reporting this!

Good news : there is may be a solution to make work a link above a png background.

cclaerhout 08-26-2005 12:02 PM

Quote:

Originally Posted by cclaerhout
there is may be a solution to make work a link above a png background.

Tested and approved :

Go to "All style options", then in "Additional CSS Definitions"
add :
Code:

*a {position:relative;}
And that works !
Thanks to Holger R?prich of www.indesigns.de

cclaerhout 09-17-2005 02:26 PM

Quote:

Originally Posted by cclaerhout
Tested and approved :

Go to "All style options", then in "Additional CSS Definitions"
add :
Code:

*a {position:relative;}
And that works !
Thanks to Holger R?prich of www.indesigns.de

Warning : don't use
Code:

*a {position:relative;}
with vbshout or it will cause a bug !


Instead, just add a style to your link

Code:

style="position:relative;"

Avalon111 10-13-2005 08:23 AM

works like a charm!
thanks!!!

TygerTyger 10-19-2005 09:40 AM

This hack is only necessary for 24-bit PNG images by the way. 8-bit PNG images (single colour transparency) work fine in IE without a hack.


All times are GMT. The time now is 08:29 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.02205 seconds
  • Memory Usage 1,739KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (5)bbcode_code_printable
  • (7)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete