Hi,
PhpWebGallery looks strange with KDE 3.1 KONQUEROR browser. There are several problems. First, panels positioned to the center appears left justified on screens like 'Login', 'About' or 'Customize'. See these screen captures:
**broken link**
Login screen with INTERNET EXPLORER, OPERA, MOZILLA/GALEON looks OK:
**broken link**
You can see a problem with skin/theme also, elements doesn't fit together and there are gaps between them. You can recognize in the original skin, but mainly hidden because of the same background and panel colour. On my new INVISON-like skin with different colours they appear strongly.
Regards... Béla
Offline
OK, I didn't made any test on Konqueror, I must admit. There are here 2 problems :
· Box are not on the center of the page
· Gaps between elements of frames using picture 01 to 09.gif
First thing is that it is a bug linked to the template default, if I propose you another template, you won't find this problem.
Secondly, I would appreciate your help for improving the HTML used by template default, you may have an idea on what to do ?
Where are the problems ? For example, in template/default/about.vtp,
9 <table style="width:100%;height:100%">
10 <tr align="center" valign="middle">
11 <td>the align="center" should make the boxes be centered, but not with Konqueror. I don't know how to make that work
About gaps, the code to change is in template/default/htmlfunctions.inc.php, in functions get_frame_begin() and get_frame_end() and on the CSS propreties (in template/default/style.inc.php)
123 table {
124 border-collapse:collapse;
125 }Conclusion : I have no solution, only informations about where bugs are :-?
Offline
the align="center" should make the boxes be centered, but not with Konqueror. I don't know how to make that work
Since that code is perfectly 4.01 standards-compliant, I'd say its a bug in Konquerer.