|
|
|
|
|
|
|
The administrator has disabled public write access.
|
|
|
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
|
|
|
|
|
|
|
Creative Unique Minimal Joomla Templates
|
|
|
The administrator has disabled public write access.
|
|
|
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!
|
|
|
|
|
|
|
The administrator has disabled public write access.
|
|
|
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
|
|
|
|
|
|
|
Creative Unique Minimal Joomla Templates
|
|
|
The administrator has disabled public write access.
|
|
|
|
|
|
|
|
|
The administrator has disabled public write access.
|
|
|
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.
|
|
|
|
|
|
|
The administrator has disabled public write access.
|
|
|
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
|
|
|
|
|
|
|
Creative Unique Minimal Joomla Templates
|
|
|
The administrator has disabled public write access.
|
|
|
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]-->'
-----
|
|
|
|
|
|
|
The administrator has disabled public write access.
|
|
|
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/ ...
|
|
|
|
|
|
|
Creative Unique Minimal Joomla Templates
|
|
|
The administrator has disabled public write access.
|
|
|
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.
|
|
|
|
|
|
|
The administrator has disabled public write access.
|
|
|
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.
|
|
|
|
|
|
|
Creative Unique Minimal Joomla Templates
|
|
|
The administrator has disabled public write access.
|
|
|
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.
|
|
|
|
|
|
|
The administrator has disabled public write access.
|
|
|
Re:IE6 Error 4 Months, 2 Weeks ago
|
Karma: 19
|
Glad you got it sorted ED ...
Easy fixes are often the hardest to see 
|
|
|
|
|
|
|
Creative Unique Minimal Joomla Templates
|
|
|
The administrator has disabled public write access.
|
|
|
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/
|
|
|
|
|
|
|
The administrator has disabled public write access.
|
|
|
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.
|
|
|
|
|
|
|
Creative Unique Minimal Joomla Templates
|
|
|
The administrator has disabled public write access.
|
|
|
Re:IE6 Error 3 Months, 2 Weeks ago
|
Karma: 0
|
I look this:
But tho logo is center, not right. 
|
|
|
|
|
|
|
The administrator has disabled public write access.
|
|
|
Re:IE6 Error 3 Months, 2 Weeks ago
|
Karma: 0
|
The logo:

|
|
|
|
|
|
|
The administrator has disabled public write access.
|
|
|
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
|
|
|
|
|
|
|
Creative Unique Minimal Joomla Templates
|
|
|
The administrator has disabled public write access.
|
|
|
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?
|
|
|
|
|
|
|
The administrator has disabled public write access.
|
|
|
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.
|
|
|
|
|
|
|
Creative Unique Minimal Joomla Templates
|
|
|
The administrator has disabled public write access.
|
|
|
Re:IE6 Error 3 Months, 2 Weeks ago
|
Karma: 0
|
I try  Thanks
|
|
| |