View Full Version : Tabs en iexplorer :(
HeLLCiTo
05-22-2008, 05:25 PM
Two images:
Firefox
http://img209.imageshack.us/img209/4859/firefoxwx0.jpg
Iexplorer
http://img209.imageshack.us/img209/1466/iexplorernc0.jpg
thacks, a lot of thanks
Lynne
05-22-2008, 07:34 PM
Try creating a new style that has no parent. That style is a default vbulletin style. Now view the member page using that style in IE. Do you still have the same problem?
HeLLCiTo
05-23-2008, 03:30 AM
a default style works fine, this is a customize style who works in vb 3.6 , i chek header and header include and are the same template, in two versions.
PyroNET
05-23-2008, 02:15 PM
This often occurs if you close elements after the vBulletin_init() javascript in the footer. Be sure you're closing all of your table cells, tables, and wrappers before
<script type="text/javascript">
<!--
// Main vBulletin Javascript Initialization
vBulletin_init();
//-->
</script>
HeLLCiTo
05-23-2008, 06:10 PM
thanks, a lot of thanks, i put de script at the end of the code, and it works ;=)
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.