Icy Phoenix

     
 


Post new topic  Reply to topic 
Page 1 of 1
 
 
Reply with quote Download Post 
Post Bugs For Me With Black Pearl 
 
again the me the stupid doc

here is my board, its not final
http://angels-inn.net/AngelCollector/

my problem is that the template doesnt  properly works with IE and i guess it has a few bugs

as example a few pics


the logout page

this happens sometimes, the fonts increases

wrong
25b4da5d2b7ecdbe0b546b55e6dd4tt

right
93f7d2f04d7e5c1aba5e1655a96dbtt



nearly same with the UCP

wrong
0486a07e3da0b63fbc68075b84b2ett

right
596ed66eeda5d3aefa8b2beac2df0tt


and finally this

Body in Mozilla

a3d1b3e7f6c98ea95a0d9ba0e65f2tt

Body in IE

68615726ed7926ad2bd5ffb634f91tt


is there any solution to solve this? how can i fix this?

Any help yould be much appreciated, thank you in advance for the help.

Regards
Mark
 



 
DrZoidbergSend private message  
Back to topPage bottom
Icy Phoenix is an open source project, you can show your appreciation and support future development by donating to the project.

Support us
 
Reply with quote Download Post 
Post Re: Bugs For Me With Black Pearl 
 
issues below resolved by me, any help for the rest?
DrZoidberg wrote: [View Post]



and finally this

Body in Mozilla

a3d1b3e7f6c98ea95a0d9ba0e65f2tt

Body in IE

68615726ed7926ad2bd5ffb634f91tt


is there any solution to solve this? how can i fix this?

Any help yould be much appreciated, thank you in advance for the help.

Regards
Mark

 



 
DrZoidbergSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Bugs For Me With Black Pearl 
 
Unfortunately on this PC I don't have IE 6 and in IE 7 the template looks fine.

Can you please tell me how did you solve the issue you fixed?

Regarding other bugs I'll have a try when I have access on a PC with IE 6.
 




____________
Luca
SEARCH is the quickest way to get support.
Icy Phoenix ColorizeIt - CustomIcy - HON
 
Mighty GorgonSend private messageSend e-mail to userVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Bugs For Me With Black Pearl 
 
Mighty Gorgon wrote: [View Post]
Unfortunately on this PC I don't have IE 6 and in IE 7 the template looks fine.

Can you please tell me how did you solve the issue you fixed?

Regarding other bugs I'll have a try when I have access on a PC with IE 6.


hmm how i solved this, easy

for the hover i took this .htc file from this site
and added in the overall header

http://www.xs4all.nl/~peterned/

the icon_minmise.png and icon_maximise.png i replaced with gif files
 and included them into  the index_body.html


68615726ed7926ad2bd5ffb634f91tt


about the other probs (increasing fonts and tabs) i think there must be mistake in html code or?
 



 
DrZoidbergSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Bugs For Me With Black Pearl 
 
The size of the text is related to a wrong CSS parsing by IE... anyway I think it's a minor problem...
 




____________
Luca
SEARCH is the quickest way to get support.
Icy Phoenix ColorizeIt - CustomIcy - HON
 
Mighty GorgonSend private messageSend e-mail to userVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Bugs For Me With Black Pearl 
 
Mighty Gorgon wrote: [View Post]
The size of the text is related to a wrong CSS parsing by IE... anyway I think it's a minor problem...


the fonts in the logout page and tab in UCP and increases also in Mozilla, a minor prob but i hope its resolevable
 



 
DrZoidbergSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Bugs For Me With Black Pearl 
 
Yes, you can easily change the font size in CSS to a fixed size.
 




____________
Luca
SEARCH is the quickest way to get support.
Icy Phoenix ColorizeIt - CustomIcy - HON
 
Mighty GorgonSend private messageSend e-mail to userVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Bugs For Me With Black Pearl 
 
Here's an error I've spotted at the viewing member groups page. The PM button in IE7 is half cutted.

blackpearlerror
 



 
hypeSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Bugs For Me With Black Pearl 
 
Mighty Gorgon wrote: [View Post]
Yes, you can easily change the font size in CSS to a fixed size.


sorry iam a bit novice in these things, which fonts size in the stylesheet?

html {
    font-size: 100%;
}

body {
    /* Text-Sizing with ems: http://www.clagnut.com/blog/348/ */
    font-family: Verdana, "Trebuchet MS", "Lucida Grande", Helvetica, Arial, sans-serif;
    color: #FFFFAA;
    background-color: #000000;
    font-size: 62.5%; /* This sets the default font size to be equivalent to 10px */
    margin: 0px 10px 0px 10px;
}


or the complete

/* === Text === */


fonts?

solves this also the increasing body prob in UCP?
596ed66eeda5d3aefa8b2beac2df0tt
0486a07e3da0b63fbc68075b84b2ett
 



 
DrZoidbergSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Bugs For Me With Black Pearl 
 
Thanks for the bug reporting, I'll try to fix it ASAP.

Regarding font size, you can modify this:
Code: [Download] [Hide] [Select]
    font-size: 62.5%; /* This sets the default font size to be equivalent to 10px */


to this:
Code: [Download] [Hide] [Select]
    font-size: 10px;

Let me know.
 




____________
Luca
SEARCH is the quickest way to get support.
Icy Phoenix ColorizeIt - CustomIcy - HON
 
Mighty GorgonSend private messageSend e-mail to userVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Bugs For Me With Black Pearl 
 
FOR some reason ive lost my password for this account, but iam the DrZoidberg.

Again i did this already, but it doesnt helps, maybe a wrong tag somewhere in the code?

Fonts increases on logoutpage and the body in UCP Panell grows sometime how shown in my post above.

Any help would be really much appreciated, this style rocks!!

Mighty Gorgon wrote: [View Post]
Thanks for the bug reporting, I'll try to fix it ASAP.

Regarding font size, you can modify this:
Code: [Download] [Hide] [Select]
    font-size: 62.5%; /* This sets the default font size to be equivalent to 10px */


to this:
Code: [Download] [Hide] [Select]
    font-size: 10px;

Let me know.

 



 
DrZoidber_gSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Bugs For Me With Black Pearl 
 
I'll try to check as soon as I have some free time.

For your old account you can request a new password from the login page.
 




____________
Luca
SEARCH is the quickest way to get support.
Icy Phoenix ColorizeIt - CustomIcy - HON
 
Mighty GorgonSend private messageSend e-mail to userVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Bugs For Me With Black Pearl 
 
no prob i will be patient, thx in forward for the asisstance


Mighty Gorgon wrote: [View Post]
I'll try to check as soon as I have some free time.

For your old account you can request a new password from the login page.

 



 
DrZoidber_gSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Bugs For Me With Black Pearl 
 
hype wrote: [View Post]
Here's an error I've spotted at the viewing member groups page. The PM button in IE7 is half cutted.



I fixed this by opening up memberlist_group.html

Find the following line of code

Code: [Download] [Hide] [Select]
<td class="row2" colspan="2"><span class="gen">{GROUP_DESC}</span><p class="forumdesc">{GROUP_TYPE}</p></td>


and remove

Code: [Download] [Hide] [Select]
colspan="2"


So it should now look like

Code: [Download] [Hide] [Select]
<td class="row2" ><span class="gen">{GROUP_DESC}</span><p class="forumdesc">{GROUP_TYPE}</p></td>


That should fix your problem.
 



 
slayer1551Send private message  
Back to topPage bottom
Post new topic  Reply to topic  Page 1 of 1
 


Display posts from previous:    

HideWas this topic useful?

Link this topic
URL
BBCode
HTML




 
Permissions List
You cannot post new topics
You cannot reply to topics
You cannot edit your posts
You cannot delete your posts
You cannot vote in polls
You cannot attach files
You can download files
You cannot post calendar events