/    Sign up×
Community /Pin to ProfileBookmark

header and index not communicating causes CSS errors:

header and index not communicating causes CSS errors:

The websites homepage is displaying elements incorrectly in IE. I think it has something to do with the header and the index not communicating properly and this is causing the CSS not to render properly.
From what I can tell by looking at the site:

[url]http://doggydaycare.uzoommedia.com/[/url]

with my design tools I see that it looks like all of the CSS, META, and Script tags are being pulled in the body. The site displays properly in all other browsers but not in IE.

I’m totally baffled with whats going on at this point so I really will appreciate the assist.

Thanks

John

to post a comment
PHP

1 Comments(s)

Copy linkTweet thisAlerts:
@nap0leonApr 05.2012 — older IE doesn't support rgba

reference: http://css-tricks.com/ie-background-rgb-bug/

update your cosmos.css to include two background-color settings.

locate ".inner_content", where you see this:
<i>
</i> background-color: rgba(164, 209, 118, 0.9);

turn it into this:
<i>
</i> background-color: rgb(164, 209, 118);
background-color: rgba(164, 209, 118, 0.9);
×

Success!

Help @johnyct9760 spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 6.17,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @nearjob,
tipped: article
amount: 1000 SATS,

tipper: @meenaratha,
tipped: article
amount: 1000 SATS,

tipper: @meenaratha,
tipped: article
amount: 1000 SATS,
)...