live demo
Home arrow Support arrow Forum
Welcome, Guest
Please Login or Register.    Lost Password?
Go to bottom Post Reply Favoured: 0
TOPIC: Re:IE6 Error
#1631
IE6 Error 4 Months, 2 Weeks ago Karma: 0  
When loading in my Scroller test site I getting the following browser error,

Error: Access is denied to: http://digitalaccessusa.com/dausa/templates/jb_scroller/css/iepngfix.htc

Any suggestions? It does not show up with FireFox and without this application, this template looks bad at best!

Test URL: http://www.digitalaccessusa.com/dausa
Ed Hathaway (User)
Fresh Bamboo
Posts: 15
graphgraph
User Offline Click here to see the profile of this user
Report to moderator   Logged Logged  
 
The administrator has disabled public write access.  
#1633
Re:IE6 Error 4 Months, 2 Weeks ago Karma: 19  
Hi Ed,

I had to hunt this one down recently as well.

Its an issue with your server and the way to get around it is to find the reference to the ie png fix int he index.php and turn it into a relative url. ie remove references to the livesites so that the link just starts with templates/....

This should fix it up.

Anthony
Anthony Olsen (Admin)
Admin
Posts: 1147
graph
User Online Now Click here to see the profile of this user
Joomla Bamboo
Report to moderator   Logged Logged  
 
Creative Unique Minimal Joomla Templates
 
The administrator has disabled public write access.  
#1635
Re:IE6 Error 4 Months, 2 Weeks ago Karma: 0  
Anthony,
Made the path correction and the error went away...thanks! However, the PNG files (logo, left & right tabs) are not transparent. This issue has 'come & gone' throughout the development of this test site with IE6 and would like to put a fix onto it. If you have any suggestions...I'm all ears!
Ed Hathaway (User)
Fresh Bamboo
Posts: 15
graphgraph
User Offline Click here to see the profile of this user
Report to moderator   Logged Logged  
 
The administrator has disabled public write access.  
#1636
Re:IE6 Error 4 Months, 2 Weeks ago Karma: 19  
The pngs should be transparent if the .htc file is being access ...

Do you have a url for me to look at or is it local?

Cheers
Anthony Olsen (Admin)
Admin
Posts: 1147
graph
User Online Now Click here to see the profile of this user
Joomla Bamboo
Report to moderator   Logged Logged  
 
Creative Unique Minimal Joomla Templates
 
The administrator has disabled public write access.  
#1637
Re:IE6 Error 4 Months, 2 Weeks ago Karma: 0  
Anthony,
The working test link is;
http://digitalaccessusa.com/dausa

Thanks!
Ed Hathaway (User)
Fresh Bamboo
Posts: 15
graphgraph
User Offline Click here to see the profile of this user
Report to moderator   Logged Logged  
 
The administrator has disabled public write access.  
#1638
Re:IE6 Error 4 Months, 2 Weeks ago Karma: 0  
Anthony,

Sorry, the link I just sent needs 'www'. If you do not include the 'www' the error returns.
Ed Hathaway (User)
Fresh Bamboo
Posts: 15
graphgraph
User Offline Click here to see the profile of this user
Report to moderator   Logged Logged  
 
The administrator has disabled public write access.  
#1639
Re:IE6 Error 4 Months, 2 Weeks ago Karma: 19  
OK so the .htc file actually can't be found if you type it in directly ...

Perhaps if you just confirm that it is in the directory and ensure that the link is relative. When I view the source it seems to still be an absolute path.

Cheers
Anthony Olsen (Admin)
Admin
Posts: 1147
graph
User Online Now Click here to see the profile of this user
Joomla Bamboo
Report to moderator   Logged Logged  
 
Creative Unique Minimal Joomla Templates
 
The administrator has disabled public write access.  
#1640
Re:IE6 Error 4 Months, 2 Weeks ago Karma: 0  
Anthony,

When I type, http://www.digitalaccessusa.com/dausa/templates/jb_scroller/css/iepngfix.htc, I get the download window so the 'iepngfix.htc' file is in the right place. Following is the code in my Scroller template index.php file that is calling up the iepngfix.htc file (I inserted the nthony,

When I type, http://www.digitalaccessusa.com/dausa/templates/jb_scroller/css/iepngfix.htc, I get the download window so the 'iepngfix.htc' file is in the right place. Following is the code in my Scroller template index.php file that is calling up the iepngfix.htc file (I inserted the [ ] bracket at the beginning and end of each line to keep it from acting as code within your forum);
-----
'<!--[if lte IE 6]>'
'<style type="text/css">'
'img, div { behavior: url(/templates/css/iepngfix.htc); }'
'</style>'
'<![endif]-->'
-----
Ed Hathaway (User)
Fresh Bamboo
Posts: 15
graphgraph
User Offline Click here to see the profile of this user
Report to moderator   Logged Logged  
 
The administrator has disabled public write access.  
#1641
Re:IE6 Error 4 Months, 2 Weeks ago Karma: 19  
Try removing the '/' at the start of the script reference eg: change /templates/ to templates/ ...
Anthony Olsen (Admin)
Admin
Posts: 1147
graph
User Online Now Click here to see the profile of this user
Joomla Bamboo
Report to moderator   Logged Logged  
 
Creative Unique Minimal Joomla Templates
 
The administrator has disabled public write access.  
#1642
Re:IE6 Error 4 Months, 2 Weeks ago Karma: 0  
Anthony,

Removed the '/' with no results or changes. Still not showing these PNG files as transparent.
Ed Hathaway (User)
Fresh Bamboo
Posts: 15
graphgraph
User Offline Click here to see the profile of this user
Report to moderator   Logged Logged  
 
The administrator has disabled public write access.  
#1655
Re:IE6 Error 4 Months, 2 Weeks ago Karma: 19  
Hi Ed,

Just checked the script that you have referenced in the source and it isnt pointing to the file. At the moment you have:

templates/css/iepngfix.htc

You need this:

templates/jb_scroller/css/iepngfix.htc

Cheers Anthony.
Anthony Olsen (Admin)
Admin
Posts: 1147
graph
User Online Now Click here to see the profile of this user
Joomla Bamboo
Report to moderator   Logged Logged  
 
Creative Unique Minimal Joomla Templates
 
The administrator has disabled public write access.  
#1664
Re:IE6 Error [SOLVED] 4 Months, 2 Weeks ago Karma: 0  
Anthony,

How in the devil did I miss this? I checked and checked and checked again to ensure that I did not alter the template script past your suggestions while we were working through this issue. On the bright side of life...once I added (changed) the correct path, all is well in IE6 land on this end! Thanks again for your assistance and sorry for any inconvenience this might have caused you.
Ed Hathaway (User)
Fresh Bamboo
Posts: 15
graphgraph
User Offline Click here to see the profile of this user
Report to moderator   Logged Logged  
 
The administrator has disabled public write access.  
#1666
Re:IE6 Error 4 Months, 2 Weeks ago Karma: 19  
Glad you got it sorted ED ...

Easy fixes are often the hardest to see
Anthony Olsen (Admin)
Admin
Posts: 1147
graph
User Online Now Click here to see the profile of this user
Joomla Bamboo
Report to moderator   Logged Logged  
 
Creative Unique Minimal Joomla Templates
 
The administrator has disabled public write access.  
#1781
Re:IE6 Error 3 Months, 2 Weeks ago Karma: 0  
Oo, help me!

Look at it with IE what worng is. With Firefox perfect, and now? What should I do?
http://szobafestesszeged.hu/
bionatur (User)
Junior Bamboo
Posts: 37
graphgraph
User Offline Click here to see the profile of this user
Report to moderator   Logged Logged  
 
The administrator has disabled public write access.  
#1782
Re:IE6 Error 3 Months, 2 Weeks ago Karma: 19  
Looks fine to me Bionatur.

The first time the page loaded it looked like it hadnt loaded the css file but when I refreshed it looked fine.

What are you seeing?

Thanks Anthony.
Anthony Olsen (Admin)
Admin
Posts: 1147
graph
User Online Now Click here to see the profile of this user
Joomla Bamboo
Report to moderator   Logged Logged  
 
Creative Unique Minimal Joomla Templates
 
The administrator has disabled public write access.  
#1783
Re:IE6 Error 3 Months, 2 Weeks ago Karma: 0  
I look this:
But tho logo is center, not right.
bionatur (User)
Junior Bamboo
Posts: 37
graphgraph
User Offline Click here to see the profile of this user
Report to moderator   Logged Logged  
 
The administrator has disabled public write access.  
#1784
Re:IE6 Error 3 Months, 2 Weeks ago Karma: 0  
The logo:

bionatur (User)
Junior Bamboo
Posts: 37
graphgraph
User Offline Click here to see the profile of this user
Report to moderator   Logged Logged  
 
The administrator has disabled public write access.  
#1785
Re:IE6 Error 3 Months, 2 Weeks ago Karma: 19  
Thats actually a bug in the transparency fix as far as I understand. You need to make the logo the width of the entire container to get it to sit up against the right hand side.

From the look of your design you can probably change the logo image here to be a jpg anyway and that will solve the issue.

Cheers
Anthony Olsen (Admin)
Admin
Posts: 1147
graph
User Online Now Click here to see the profile of this user
Joomla Bamboo
Report to moderator   Logged Logged  
 
Creative Unique Minimal Joomla Templates
 
The administrator has disabled public write access.  
#1786
Re:IE6 Error 3 Months, 2 Weeks ago Karma: 0  
QUOTE:
Thats actually a bug in the transparency fix


And this?

It dared for me advert1 and advert 2 positions cover the frontpage.

The logo pozitio punctual what grant?
bionatur (User)
Junior Bamboo
Posts: 37
graphgraph
User Offline Click here to see the profile of this user
Report to moderator   Logged Logged  
 
The administrator has disabled public write access.  
#1787
Re:IE6 Error 3 Months, 2 Weeks ago Karma: 19  
I think if you change the logo to a jpeg and then change the css file that references the logo to a jpg then everything will look ok.
Anthony Olsen (Admin)
Admin
Posts: 1147
graph
User Online Now Click here to see the profile of this user
Joomla Bamboo
Report to moderator   Logged Logged  
 
Creative Unique Minimal Joomla Templates
 
The administrator has disabled public write access.  
#1788
Re:IE6 Error 3 Months, 2 Weeks ago Karma: 0  
I try Thanks
bionatur (User)
Junior Bamboo