Home aeyStudio
Welcome Guest · Registration
Resources
Download Seportal
Demo Site
SePortal Sites

Users
Username:

Password:

Log me on automatically next visit?


» Forgot password
» Registration

Topics
Home
Seportal (5)
News (3)

Who is Online
Currently active users: 3
There are currently 0 registered user(s) (0 among them invisible) and 3 guest(s) online.

Random Image
Kategoriler/Categories

Kategoriler/Categories
Comments: 0
zebaniz

Powered By
Powered by SePortal

Rate SePortal at
Listed at Hot Scripts in PHP

Scripts.com


ScriptSearch.com



Add Reply New Topic

> FireFox Template Problem - FireFox Template Problem
 
 
BrEaKeRuL
Posted: 07.12.2009 - 15:45
Quote


Member
*

Group: Üyeler
Total posts: 24
User No: 36
Join Date: 21.01.2008 01:53



 
When i use firefox ( last version ) i get this kind of thing: SEE Attachment.
In internet explorer is ok .
Some help ?


Image Attachments
Image Attachments

Offline BrEaKeRuL
Top
 
zebaniz
Posted: 08.12.2009 - 14:28
Quote


Administrator
Group Icon

Group: Admin
Total posts: 306
User No: 1
Join Date: 01.01.2007 00:00



 
1- Open includes/functions.php
Find;
PHP

    
if ($cur==1){
       $html"
<div id='img'><a href='$url'><img border='0' src='$img_src' alt='$alt' width='$newWidth' height='$newHeight'></a></div>
"
;
    }
and replace;
PHP

    
if ($cur==1){
       $html"
<table>
<tr>
<td id='img'><a href='$url'><img border='0' src='$img_src' alt='$alt' width='$newWidth' height='$newHeight'></a></td>
</tr>
</table>
"
;
    }
Find:
PHP

    
if ($cur==5){
       $html"
<div class='gallery_img' style='width:$newWidth px;height:$newHeight px'> "
.$url." <img border='0' src='$img_src' alt='$alt' width='$newWidth' height='$newHeight' style='vertical-align:middle'></a></div>
"
;
    }
and replace;
PHP

    
if ($cur==5){
       $html"
<table>
<tr>
<td class='gallery_img' style='width:$newWidth px;height:$newHeight px'> "
.$url." <img border='0' src='$img_src' alt='$alt' width='$newWidth' height='$newHeight' style='vertical-align:middle'></a></td>
</tr>
</table>
"
;
    }
2- Open templates/se_aqua/style.css
Find;
CODE
div.gallery_img {padding:3px;width:1px; background:#ffffff;}
and replace;
CODE
td.gallery_img {padding:3px;width:1px; background:#ffffff;}

Offline zebaniz
Top

Add Reply New Topic



Contribute | Forums | Gallery | Calendar | Links | Downloads | Members | Search | Guestbook | Article Directory

Powered by SePortal 2.5
Copyright © 2007-2012 SePortal.org