[bugs] Beta2 Various. »  Show posts from    to     

Icy Phoenix


Old Bugs - [bugs] Beta2 Various.



Lopalong [ Mon 30 Mar, 2009 01:30 ]
Post subject: [bugs] Beta2 Various.
overall_header.tpl

onMouse = onmouse

Code: [Hide] [Select]
1.

document.write('<div id="dropmenudiv" class="row1" style="visibility:hidden;width:' + menuwidth + ';" onMouseover="clearhidemenu()" onMouseout="dynamichide(event)"><\/div>');

2.
<a href="{FULL_SITE_PATH}{U_SEARCH}" onMouseover="dropdownmenu(this,event,menu1,'250px')" onMouseout="delayhidemenu()">{L_SEARCH}</a>&nbsp;&nbsp;<img src="{FULL_SITE_PATH}{IMG_MENU_SEP}" alt="" />&nbsp;




overall_footer.tpl

<div's inside <td

Change <div style to <span style etc.

Code: [Hide] [Select]
<div style="text-align:center;">
<span class="generation"><b>{LOFI}</b></span>
<!-- BEGIN generation_time_switch -->
<span class="generation">{PAGE_GEN_TIME} <b>{GENERATION_TIME}s</b> (PHP: {PHP_PART}% SQL: {SQL_PART}%){MEMORY_USAGE}</span><br />
<span class="generation">{SQL_QUERIES}: {NUMBER_QUERIES} - {DEBUG_TEXT} - {GZIP_TEXT}</span>
<!-- END generation_time_switch -->
</div>


Mighty Gorgon [ Wed 01 Apr, 2009 12:17 ]
Post subject: Re: [bugs] Beta2 Various.
Thanks, fixed the first but I don't see the point in changing the second.

DIV should always be used when you have multiline content, while SPAN with inline content... some validators reject SPAN with BR inside.


Lopalong [ Wed 01 Apr, 2009 13:14 ]
Post subject: Re: [bugs] Beta2 Various.
I gotta' stop using "Total HTML Validator" But I also am aware that IE8 ain't going to like a lot of nested stuff.

Earlier on I used IE8 to fix some of the nests that IE7, FF and Opera still saw as valid markup. ;)

Don't know, maybe IE8 is going to more strict than the rest of them. :mrgreen:

And NO! I don't want to continue this, because with the different browsers and authorities on markup etc, - I'll think I'll leave it until IE8 is officially released and it starts all over again.

:mrgreen:




Powered by Icy Phoenix