[Error]  [English topic] Nova theme and IE
Hi guys I want to use this theme - http://mods.mybb.com/view/nova for my forums but i have a problem... This is how the theme looks when I use Fire...

Hi guys

I want to use this theme - http://mods.mybb.com/view/nova for my forums but i have a problem...
This is how the theme looks when I use Firefox, Chrome to load the page...

[Imagen: firefoxl.png]

however when I use IE... i got this problem...

[Imagen: 48665307.png]


any suggestions? If you can please use english... thank you.
Última modificación: 27 Jan, 2011, 12:52 am por Cluster.
I can't do anything, sorry but the theme incompatibility is because internet explorer doesn't support css3.
You must to say it in your forum.
Sorry
Thank you for the answer...your theme looks awesome! i love it..but i don't know if i can use it..hope you find I way to fix this.
Congratulations anyway for this release..it looks awesome!!Big Grin
(26 Jan, 2011, 1:17 pm)Jack707 escribió: Thank you for the answer...your theme looks awesome! i love it..but i don't know if i can use it..hope you find I way to fix this.
Congratulations anyway for this release..it looks awesome!!Big Grin

Really, we can't, only Microsoft can make IE 100% compatible with CSS3 but the last version of it is compatible Tongue
Jack707, use this code in the header template and the problem will be solved.

Código:
<a name="top" id="top"></a>
<div class="topbar"></div>
    <div class="logo">
        <a href="{$mybb->settings['bburl']}/index.php"><img src="{$theme['logo']}" alt="{$mybb->settings['bbname']}" title="{$mybb->settings['bbname']}" align="left" /></a>
        <div id="toplinks">
            <ul>
                <li class="time">{$lang->welcome_current_time} </li>
                <li><a href="{$mybb->settings['contactlink']}">{$lang->bottomlinks_contactus}</a></li>
                <li><a href="#">Link here</a></li>
                <li><a href="#">Link here</a></li>
            </ul>
            <br />
            <form method="post" action="{$mybb->settings['bburl']}/search.php">
                <input type="hidden" name="action" value="do_search">
                <input type="hidden" name="postthread" value="1">
                <input type="hidden" name="forums" value="all">
                <input type="hidden" name="showresults" value="threads">
                <input type="text" id="buscar_caja" name="keywords" value="Buscar en los foros..." onfocus="if(this.value == 'Buscar en los foros...') { this.value = ''; }" onblur="if(this.value=='') { this.value='Buscar en los foros...'; }">
                <input type="submit" " value="Buscar">
            </form>
        </div>
    </div>
    <div id="toolbar">
        <ul id="topnav">
        <li><a href="{$mybb->settings['bburl']}/portal.php">Inicio<br /><span>Portal del foro</span></a>
            <ul>
                <li><a href="#">Link Aquí</a></li>
                <li><a href="#">Link Aquí</a></li>
                <li><a href="#">Link Aquí</a></li>
            </ul>
        </li>
        <li><a href="{$mybb->settings['bburl']}/index.php">Foros<br /><span>Índice del foro</span></a>
            <ul>
                <li><a href="#">Link Aquí</a></li>
                <li><a href="#">Link Aquí</a></li>  
                <li><a href="#">Link Aquí</a></li>
            </ul>    
        </li>
        <li><a href="{$mybb->settings['bburl']}/memberlist.php">Miembros<br /><span>Todos los registrados</span></a>
            <ul>
                <li><a href="#">Link Aquí</a></li>
                <li><a href="#">Link Aquí</a></li>
                <li><a href="#">Link Aquí</a></li>
            </ul>
        </li>
        <li><a href="{$mybb->settings['bburl']}/showteam.php">Staff<br /><span>Encargados del foro</span></a></li>
        </ul>
    </div>
    <br />
    <br />
    <br />
    <div id="container">
    {$welcomeblock}
            <hr class="hidden" />
            <br class="clear" />
            <div id="content">
                {$pm_notice}
                {$bannedwarning}
                {$bbclosedwarning}
                {$unreadreports}
                {$pending_joinrequests}
                <br />

Acabo de revisar y nada, eh... Está mal puesto el código en la plantilla header, no tiene nada que ver con el css3. ¿Qué iba a tener que ver el css con que se desestructure un menú?

Arriba dejé la plantilla de header que teneis que poner. Poniendola así ya está el problema resuelto.
Última modificación: 27 Jan, 2011, 12:54 am por Cluster.
(27 Jan, 2011, 12:50 am)abdonroda escribió: Acabo de revisar y nada, eh... Está mal puesto el código en la plantilla header, no tiene nada que ver con el css3. ¿Qué iba a tener que ver el css con que se desestructure un menú?

Arriba dejé la plantilla de header que teneis que poner. Poniendola así ya está el problema resuelto.

Translated:

I just finished looking and nothing is wrong.. the code in header template is wrong, not the css.

Sustitute your header template for the above.

See you later Big Grin

Thank you guys!! your all awesome!Big Grin
Guys there are no more problems with IE8...it's working fine..
but now we have a new problem...and it dosen't matter what browser we are using :

The coloums aren't properly aligned :
[Imagen: savecv.png]
and also this :

[Imagen: image000xp.png]
you can view it live at : malwaretips.com
Última modificación: 28 Jan, 2011, 9:06 am por Waxy.