HI
I am working on a WordPress website.My website is working fine in Mozila Firefox and Crome brouser But it wont open In IE My website link is
Can Anybody help me What is the issu..
Thanks
Sailen
HI
I am working on a WordPress website.My website is working fine in Mozila Firefox and Crome brouser But it wont open In IE My website link is
Can Anybody help me What is the issu..
Thanks
Sailen
It sounds like you have not compensated for Internet Explorer behaviour at all.
What specifically doesn't work? Can you post screenshots? Can you state which browser version you're using?
It is not work in IE-7 and 8, If You want You can see view source using the ctrl+U,
It display 3 block in the ie with left alignment,The join now from not showing properly
Regards
sailen
Are you familiar with HTML and CSS?
Yes I am familyer with Html and css
The CSS property and value, margin: 0 auto, breaks in old versions if Internet Explorer.
You need to assign the parent HTML element of those containers the style, text-align: center; and apply children HTML elements, of that parent, the style, text-align: left;.
http://www.webcredible.co.uk/user-friendly-resources/css/internet-explorer.shtml
How can i display 4 column in the page.
Reduce the width of each column.
You must log in to post.