Differences between Firefox and IE8

Everything to do with Joomla! 1.5 templates and templating.

Moderator: General Support Moderators

Forum rules
Forum Rules
Absolute Beginner's Guide to Joomla! <-- please read before posting, this means YOU.
Locked
Zrita
Joomla! Apprentice
Joomla! Apprentice
Posts: 39
Joined: Tue Mar 16, 2010 9:14 am

Differences between Firefox and IE8

Post by Zrita » Wed May 18, 2011 8:58 am

Hi!

I have just checked my website in IE8, and have small difference how it looks like in Firefox.

1. All the letters are bold...
2. The pictures of printer and pdf creator appears under each other.

I saw, that beez has own css file for formatting under IE, but I can't find which part can cause these differences.

Can you help me?

Thanks in advance

User avatar
GandalfGrey
Joomla! Guru
Joomla! Guru
Posts: 723
Joined: Tue Mar 25, 2008 8:18 pm
Location: Sweden / Haninge

Re: Differences between Firefox and IE8

Post by GandalfGrey » Wed May 18, 2011 9:51 am

Do you have a link to the page?
“We can't solve problems by using the same kind of thinking we used when we created them."

Zrita
Joomla! Apprentice
Joomla! Apprentice
Posts: 39
Joined: Tue Mar 16, 2010 9:14 am

Re: Differences between Firefox and IE8

Post by Zrita » Wed May 18, 2011 10:05 am

here it is: www.axing.hu

User avatar
GandalfGrey
Joomla! Guru
Joomla! Guru
Posts: 723
Joined: Tue Mar 25, 2008 8:18 pm
Location: Sweden / Haninge

Re: Differences between Firefox and IE8

Post by GandalfGrey » Wed May 18, 2011 10:56 am

Try to add this lines in the file /templates/beez/css/template.css

Code: Select all

.buttonheading a {display: block; float: right;width: 16px;}
#wrapper {font-weight: normal;}
“We can't solve problems by using the same kind of thinking we used when we created them."

Zrita
Joomla! Apprentice
Joomla! Apprentice
Posts: 39
Joined: Tue Mar 16, 2010 9:14 am

Re: Differences between Firefox and IE8

Post by Zrita » Wed May 18, 2011 11:09 am

thanks for trying to solve the problem. But after the moodification, the problem still exists.

User avatar
GandalfGrey
Joomla! Guru
Joomla! Guru
Posts: 723
Joined: Tue Mar 25, 2008 8:18 pm
Location: Sweden / Haninge

Re: Differences between Firefox and IE8

Post by GandalfGrey » Wed May 18, 2011 11:24 am

The changes haven't been applied, they are still missing in the file.
Go to Admin Panel > Tool > Clean Cache and delete everything there
“We can't solve problems by using the same kind of thinking we used when we created them."

Zrita
Joomla! Apprentice
Joomla! Apprentice
Posts: 39
Joined: Tue Mar 16, 2010 9:14 am

Re: Differences between Firefox and IE8

Post by Zrita » Wed May 18, 2011 12:32 pm

Sorry, aftre I saw it didn't work, I deleted it from the file. But now you can see: they are apllied, but the problems still existing

Thanks for the help

User avatar
GandalfGrey
Joomla! Guru
Joomla! Guru
Posts: 723
Joined: Tue Mar 25, 2008 8:18 pm
Location: Sweden / Haninge

Re: Differences between Firefox and IE8

Post by GandalfGrey » Wed May 18, 2011 12:40 pm

Can you add them so i can take a look?
“We can't solve problems by using the same kind of thinking we used when we created them."

Zrita
Joomla! Apprentice
Joomla! Apprentice
Posts: 39
Joined: Tue Mar 16, 2010 9:14 am

Re: Differences between Firefox and IE8

Post by Zrita » Wed May 18, 2011 12:45 pm

already added

User avatar
GandalfGrey
Joomla! Guru
Joomla! Guru
Posts: 723
Joined: Tue Mar 25, 2008 8:18 pm
Location: Sweden / Haninge

Re: Differences between Firefox and IE8

Post by GandalfGrey » Wed May 18, 2011 1:58 pm

In what file did you put it in, because it's not in the /templates/beez/css/template.css
Have you tried this: Go to Admin Panel > Tool > Clean Cache and delete everything there
“We can't solve problems by using the same kind of thinking we used when we created them."

Zrita
Joomla! Apprentice
Joomla! Apprentice
Posts: 39
Joined: Tue Mar 16, 2010 9:14 am

Re: Differences between Firefox and IE8

Post by Zrita » Thu May 19, 2011 6:21 am

yes, I pu into /templates/beez/css/template.css and I did what you suggested :Go to Admin Panel > Tool > Clean Cache and delete everything there

User avatar
GandalfGrey
Joomla! Guru
Joomla! Guru
Posts: 723
Joined: Tue Mar 25, 2008 8:18 pm
Location: Sweden / Haninge

Re: Differences between Firefox and IE8

Post by GandalfGrey » Thu May 19, 2011 11:17 am

I have found the error ,you 've probably accidentally deleted the closing bracket in the class tool-text just above the new rows.
It look like this now

Code: Select all

.tool-text {
	font-size: 100%;
	margin: 0;
“We can't solve problems by using the same kind of thinking we used when we created them."

Zrita
Joomla! Apprentice
Joomla! Apprentice
Posts: 39
Joined: Tue Mar 16, 2010 9:14 am

Re: Differences between Firefox and IE8

Post by Zrita » Fri May 20, 2011 9:35 am

thanks, the problem is solved

User avatar
GandalfGrey
Joomla! Guru
Joomla! Guru
Posts: 723
Joined: Tue Mar 25, 2008 8:18 pm
Location: Sweden / Haninge

Re: Differences between Firefox and IE8

Post by GandalfGrey » Fri May 20, 2011 8:11 pm

Glad it all worked out in the end.
If you want to remove the withe lines in the sub menu
temp1.png
you can change this in the file templates/beez/css/layout.css

Code: Select all

#left ul li ul li {
border:solid 1px #fff;
}
to

Code: Select all

border:none;
I think it looks a bit strange, but it's your site.
You do not have the required permissions to view the files attached to this post.
“We can't solve problems by using the same kind of thinking we used when we created them."


Locked

Return to “Templates for Joomla! 1.5”