PDA

View Full Version : help | i got problem with the size [ie/ff] | *with pics


ethan11
03-19-2010, 03:12 PM
hello,
i got a problem with the size between ie to ff,
the problem is in ie the size is biger and in FF it's fine for me...
lt's jus say it looks like that:
simple if i'm change none it look fine and the same between ie to ff,
simple it looks like:
http://img94.imageshack.us/img94/3346/same.png

when i change the font lt say to 8 pt at forumhome_forumbit_level2_post (add to a link tag style="font-size: 8pt;") it looks like:
http://img687.imageshack.us/img687/212/problemqd.png

so some1 know how can i fix that? so ie will look the same how it looks like in ff?
i dont know if that matter but i also change/set the size to the image in forumhome_forumbit_level2_post
this is the code in forumhome_forumbit_level2_post:

<table style="width: 100%; border: 0; border-collapse: collapse;">
<tr>
<td width="15">
<img src="$stylevar[imgdir_statusicon]/forum_$forum[statusicon].gif" alt="" style="border: 0; width: 11px; height: 13px;" />
</td>
<td>
<a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]" style="font-size: 8pt;">$forum[title]</a>
<br />$childforumbits
<td>
</td>
</tr>


help...
thanks a lot.

good day,
peace..

shridevimoogi
03-31-2010, 10:51 AM
In the vb scripts I have seen below code
(!is_browser('ie')

I think with this you can try something for your problem.