internet explorer 7 - Joomla 1.5, CSS, IE7 and mod_menu -


i have site done in joomla here (i'm not familiar joomla, have had learn quickly) , looks great in browsers, except ie7. problem top menu doesn't render in ie7, , css after menu breaks. know it's @ least partially loading because of styles loading (the background, colours , type), main container , other divs aren't rendering. suspect either ie7 not reading correct style sheet (there 4 - 1 nomal, 1 ie7, 1 ie6 , 1 printing) , may trying implement 2 @ same time? have no more ideas how find problem, i'm hoping either else has had problem or knows how fix it. have included link home page of site, if need more information in order me, let me know. in advance.

i skimmed through of css, , found section in template.css:

/* begin logo */  div.art-logo {     display: block;     position: absolute;     left: 10px;     top: 20px;     width: 500px; } h1.art-logo-name {     display: block;  text-align: { horizontalalign } ; } h1.art-logo-name, h1.art-logo-name a, h1.art-logo-name a:link, h1.art-logo-name a:visited, h1.art-logo-name a:hover {     font-size: 26px;     text-decoration: none;     padding: 0;     margin: 0;  color: { namefontcolor }  !important; } h2.art-logo-text, h2.art-logo-text a, h2.art-logo-text a:link, h2.art-logo-text a:visited, h2.art-logo-text a:hover {     font-weight: normal;     font-size: 18px;     padding: 0;     margin: 0;  color: { textfontcolor }  !important; } h2.art-logo-text {     display: block;  text-align: { horizontalalign } ; } /* end logo */ 

at guess, i'd bits this:

{ horizontalalign } ; 

should instead:

{horizontalalign}; 

and joomla replace placeholder. (i don't know joomla, i'm guessing will)

if not, try text-align: center instead.

if still doesn't fix it, should through of css more instances of same mistake.


Comments

Popular posts from this blog

python - Scipy curvefit RuntimeError:Optimal parameters not found: Number of calls to function has reached maxfev = 1000 -

c# - How to add a new treeview at the selected node? -

java - netbeans "Please wait - classpath scanning in progress..." -