View Full Version : the site does not display fine in Firefox 1.07 and opera 9
disenioweb
12-17-2005, 08:22 PM
Hello, i have a problem and i dont know if this is related a bug or something i dont know.
the site looks goo in IE, but it does not in Firefox 1.07 and opera 9
http://www.empresasdehosting.com/index.php
In firefox, the index page is not in the center, and the top bar is on right with less links ( 2 links ) and in opera, the top bar is like in firefox, in the right.
Thanks for your time :lol:
pd: this :D script is really great!
pgolovko
12-17-2005, 08:28 PM
Thats not a bug in the PHP script. Thats the browser incompatibility. Web browsers tend to display information differently. Thats why when you make templates, you make sure they look the same in all browsers. So look for the problem in your templates. PHP script itself is fine, unless you modified it :wink:
disenioweb
12-17-2005, 08:32 PM
Thanks.
Hi disenioweb :)
Well the page is centered for me with firefox 1.0.7
In regards to the menu links. You have to reduce the top-padding for the logo. Try this, in your css
Change:
div.logo
{
float: left;
padding: 15px 20px;
width: 183px;
}
To this:
div.logo
{
float: left;
padding: 5px 20px;
width: 183px;
}
That will move the links bar to left. I just took a quick look but you may be able to increase that 5px a liitle. Let us know if that works.:)
disenioweb
12-17-2005, 10:30 PM
What i can say RadioGuy...?
I made the changes you said me (, and everything works well......reduced padding to 5 px.....
THANKS :D :D :D :D
Your welcome :)
Glad to have helped.
Simon Gooffin
12-19-2005, 08:53 AM
I would advise to make another mod.. Increase you col height. Because you have a lot of subcategories and it seems they have too little space between lower categories row
just modify your style and increase you categories height for 20-30 px. I think you directory will look even some better ;)
disenioweb
12-19-2005, 12:51 PM
Thanks Simon. I changed:
div.categories div.divider
{
clear: both;
height: 30px;
That was what you told me to change ?
Thanks for your time
Simon Gooffin
12-19-2005, 01:08 PM
yeah :) It seems it is better now
echopulse
12-19-2005, 05:25 PM
Thanks, Simon for the heads up about that divider style. I had tried playing around with padding-top and padding-bottom of the categ style, and it didn't do what I wanted, which was to change the spacing between categories a bit. But your suggestion worked perfectly. I suggest changing the official style to 20 px, so if someone has subcategories enabled, it looks okay.
Simon Gooffin
12-20-2005, 03:48 AM
I suggest changing the official style to 20 px, so if someone has subcategories enabled, it looks okay.
glad to advise :)
well, I will make necessary changes. anyway in a new version we will have 10 templates :roll:
echopulse
12-20-2005, 04:00 AM
10 templates? You've got to be kidding me. I hope your not spending lots of time making redundant templates.
Simon Gooffin
12-20-2005, 04:20 AM
10 templates? You've got to be kidding me. I hope your not spending lots of time making redundant templates.
hehe Nick is working on new templates. I do not work on them at all. so all the questions about new and old templates should be addressed to him ;)
echopulse
12-20-2005, 04:28 AM
Okay. I bet nick has fun working around browser issues! :evil:
Nick Collins
12-21-2005, 06:57 AM
Okay. I bet nick has fun working around browser issues! :evil:
you bet! it's a real pane!
P.S.
Firefox - Forever!!!
vBulletin® v3.7.0, Copyright ©2000-2008, Jelsoft Enterprises Ltd.