| Comments |
 Re: Bugs For Me With Black Pearl
|
issues below resolved by me, any help for the rest?
and finally this
Body in Mozilla
Body in IE
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
|
|
DrZoidberg [ Mon 22 Oct, 2007 10:25 ]
|
 |
 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.
|
|
Mighty Gorgon [ Tue 23 Oct, 2007 21:58 ]
|
 |
 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.
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
about the other probs (increasing fonts and tabs) i think there must be mistake in html code or?
|
|
DrZoidberg [ Tue 23 Oct, 2007 22:07 ]
|
 |
 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... 
|
|
Mighty Gorgon [ Tue 23 Oct, 2007 22:11 ]
|
 |
 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... 
the fonts in the logout page and tab in UCP and increases also in Mozilla, a minor prob but i hope its resolevable
|
|
DrZoidberg [ Tue 23 Oct, 2007 22:17 ]
|
 |
 Re: Bugs For Me With Black Pearl
|
|
Yes, you can easily change the font size in CSS to a fixed size.
|
|
Mighty Gorgon [ Tue 23 Oct, 2007 22:42 ]
|
 |
 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.

|
|
hype [ Wed 24 Oct, 2007 01:15 ]
|
 |
 Re: Bugs For Me With Black Pearl
|
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?

|
|
DrZoidberg [ Wed 24 Oct, 2007 02:11 ]
|
 |
 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:
font-size: 62.5%; /* This sets the default font size to be equivalent to 10px */
to this:
Let me know.
|
|
Mighty Gorgon [ Thu 01 Nov, 2007 21:31 ]
|
 |
 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!!
Thanks for the bug reporting, I'll try to fix it ASAP.
Regarding font size, you can modify this:
font-size: 62.5%; /* This sets the default font size to be equivalent to 10px */
to this:
Let me know.
|
|
DrZoidber_g [ Fri 02 Nov, 2007 23:05 ]
|
 |
 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.
|
|
Mighty Gorgon [ Mon 05 Nov, 2007 00:29 ]
|
 |
 Re: Bugs For Me With Black Pearl
|
no prob i will be patient, thx in forward for the asisstance
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_g [ Mon 05 Nov, 2007 09:00 ]
|
 |
 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
<td class="row2" colspan="2"><span class="gen">{GROUP_DESC}</span><p class="forumdesc">{GROUP_TYPE}</p></td>
and remove
So it should now look like
<td class="row2" ><span class="gen">{GROUP_DESC}</span><p class="forumdesc">{GROUP_TYPE}</p></td>
That should fix your problem.
|
|
slayer1551 [ Mon 19 Nov, 2007 12:29 ]
|
 |
|
|