I am creating a website and have a problem.
I need your help.
my page is www.parejaspapua.com
The problem is compatibility with google chome, mozilla firefox and opera but works well with IE explorer does not show well.
The font and size goes big and does not encode the source.
Does anyone know a solution?
View Image
|
What version of Internet Explorer is this? Make sure compatibility view is turned off. BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin |
I get a DB fatal error in IE... So i can't test it...
|
I get a DB fatal error in IE... So i can't test it...
Looks like their MySQL server is down.
BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin |
|
Make sure compatibility view is turned off - that can really mess with Dolphin. Other than that, all I can recommend is to contact the template developer.
BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin |
must be a font that IE handles in different way...
Like Nathan said... contact template vendor.
|
created by tmd hosting
not solution me the problem
only say "template are not problem, maybe codification uf8"
??????
|
Bad choice of fonts for cross browser compatibility. Gabriola font in a 24px size, looks like normal fonts in a 12px size.
Change the font size to 12px to 14px, and use a different Font!!
.topMenu a, .topMenu a:link, .topMenu a:visited, .topMenu b { color: #FFFFFF !important; font-family: gabriola !important; font-size: 24px !important; font-weight: normal !important; text-transform: none !important; }
.topMenu a, .topMenu a:link, .topMenu a:visited, .topMenu b { color: #FFFFFF !important; font-size: 24px !important; font-weight: normal !important; text-transform: none !important; }
My opinions expressed on this site, in no way represent those of Boonex or Boonex employees. |
Thank you very very much...
Can you write the name of file for apply this change?
Thanks
I have not much experience modifying css
Bad choice of fonts for cross browser compatibility. Gabriola font in a 24px size, looks like normal fonts in a 12px size.
Change the font size to 12px to 14px, and use a different Font!!
.topMenu a, .topMenu a:link, .topMenu a:visited, .topMenu b { color: #FFFFFF !important; font-family: gabriola !important; font-size: 24px !important; font-weight: normal !important; text-transform: none !important; }
.topMenu a, .topMenu a:link, .topMenu a:visited, .topMenu b { color: #FFFFFF !important; font-size: 24px !important; font-weight: normal !important; text-transform: none !important; }
|
You will find that in the file: http://parejaspapua.com/templates/tmpl_tmd062_new/css/top_menu.css
Try changing it to this:
.topMenu a, .topMenu a:link, .topMenu a:visited, .topMenu b { color: #FFFFFF !important; font-family: gabriola !important; font-size: 16pt !important; font-weight: normal !important; text-transform: none !important; }
.topMenu a, .topMenu a:link, .topMenu a:visited, .topMenu b { color: #FFFFFF !important; font-size: 16pt !important; font-weight: normal !important; text-transform: none !important; }
Changes shown in blue. Substituted fonts should then render better.
My opinions expressed on this site, in no way represent those of Boonex or Boonex employees. |
thank you very much houstonlively
the problem is solved in all browers change the font "arial" and size
where I find the size of the headers and submenu to change to 16
|