War Room

Go Back   WarriorForum - Internet Marketing Forums > The Warrior Forum > Main Internet Marketing Discussion Forum

Featured Warrior Special Offer...
"Members Of The *War Room* Discover Secrets To Immediate Success!"
Reply
 
LinkBack Thread Tools
Old 11-03-2009, 03:59 PM   #1
Tao Warrior
War Room Member
 
bfields's Avatar
 
Join Date: Jul 2009
Location: NYC
Posts: 10
Thanks: 1
Thanked 0 Times in 0 Posts
Social Networking View Member's Twitter Profile 
Default IE7 Is Killing Me!

I'm a newbie and I just discovered that 4 of my websites, all of which are WordPress based, have their entrypages not appearing correctly when using IE7.

On all 4 of them, the background color is bleeding into the Main Panel background so that you can't read the copy very well.

On one of them I had created a table in which to place my main copy with a jpg and IE7 is listing every word in that table vertically, one word at a time.

All these sites seem to work well in Firefox,Chrome,Mozilla, and IE8. I don't know where else I would find them problematic.

I will list these four sites and would really appreciate it if someone could guide me to the land of light with these. Untold amounts of thanks follow!!!

These pages are created as regular html pages and reside in the home directories of these sites. I am using the Niche Profit Press V2 plug in to locate the page and to access it's CSS Stylesheet (where I can select background color, etc.) Hope this helps.

Bruce

Herb Garden Information
Infertility Information [The Site With The Table]
Model Train Information. Welcome to STMT!
Panic Attacks Information
bfields is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 11-03-2009, 05:11 PM   #2
Active Warrior
War Room Member
 
Join Date: Oct 2009
Posts: 67
Thanks: 2
Thanked 3 Times in 2 Posts
Default Re: IE7 Is Killing Me!

Well, the programming on the site looks a little screwy. One problem I found is:

&nbsp;<big style="color: rgb(255, 0, 0);"><big>
<span style="color: rgb(204, 0, 0);">In Our <span style="color: rgb(11, 0, 0);">FREE
Mini-Course</span>, &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; You'll Learn:</span>

try making that:

<div>
In Our
<span style="color: rgb(11, 0, 0);">FREE Mini-Course</span>, <br />
You'll Learn:</span>
</div>

It looks like you made it in some WYSIWYG editor that did a bad job of translating it into HTML... it needs some cleaning up.
Sirago is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 11-03-2009, 07:45 PM   #3
HyperActive Warrior
 
Join Date: Sep 2009
Posts: 124
Thanks: 1
Thanked 16 Times in 16 Posts
Default Re: IE7 Is Killing Me!

Yeah, sometimes, IE really has issues. I prefer to use firefox or chrome. Sometimes, wordpress sites has no problems when opened using chrome or firefox but with IE, it really sucks sometimes. And I hate it.

Please read the sig file rules
AceHazel is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 11-03-2009, 08:55 PM   #4
Tao Warrior
War Room Member
 
bfields's Avatar
 
Join Date: Jul 2009
Location: NYC
Posts: 10
Thanks: 1
Thanked 0 Times in 0 Posts
Social Networking View Member's Twitter Profile 
Default Re: IE7 Is Killing Me!

I tried your suggestion. Perhaps I missed the correct start point but it only ran amuck with my type sizes. I don't know how to approach this issue. I can't be the only one, apparently, who is made to suffer by Microsoft sloppiness. But I'm not trained to solve this and need to find an answer. Thanks for your help. All is greatly appreciated.

Bruce
bfields is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 11-04-2009, 08:20 AM   #5
Tao Warrior
War Room Member
 
bfields's Avatar
 
Join Date: Jul 2009
Location: NYC
Posts: 10
Thanks: 1
Thanked 0 Times in 0 Posts
Social Networking View Member's Twitter Profile 
Default Re: IE7 Is Killing Me!

Working into the night I wa able to figure out that the problem most likely lays within the CSS Stylesheet provided in the plug-in and which directs the optinpage in question.

I found that by adding some code, specifically div {overflow:hidden;}
before the </body>, most of the serious issues are avoided.
IE7 still screws up the design, but I'm at a loss how to correct that.

Bruce
bfields is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 11-06-2009, 03:20 AM   #6
e.calabio
 
Join Date: Nov 2009
Posts: 27
Thanks: 7
Thanked 0 Times in 0 Posts
Default Re: IE7 Is Killing Me!

Isn't that going to be the web visitor's problem? Most people now use Firefox, Chrome or other new browsers anyway. IE can be really frustrating.
e.calabio is online now  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 11-06-2009, 03:37 AM   #7
Active Warrior
War Room Member
 
Okane's Avatar
 
Join Date: Jun 2009
Posts: 77
Thanks: 19
Thanked 23 Times in 13 Posts
Default Re: IE7 Is Killing Me!

Quote:
Originally Posted by e.calabio View Post
Isn't that going to be the web visitor's problem? Most people now use Firefox, Chrome or other new browsers anyway. IE can be really frustrating.
Just looking at my own Google Analytics stats, I see that ~30% of all my visitors use IE7 (or below). I prefer getting my HTML correct rather than have them leaving my site.


Marc

"You can get anything in life you want if you will just help enough other people get what they want."
Okane is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 11-06-2009, 05:28 AM   #8
HyperActive Warrior
War Room Member
 
CliveG's Avatar
 
Join Date: Apr 2009
Location: Cornwall, United Kingdom
Posts: 297
Thanks: 5
Thanked 29 Times in 28 Posts
Default Re: IE7 Is Killing Me!

Quote:
Originally Posted by e.calabio View Post
... Most people now use Firefox, Chrome or other new browsers anyway. IE can be really frustrating.
Although frustrating, you have to continue to cater for older browser versions if you are to avoid losing a good number of potential customers. And IE7 is not that old. If you have a look at your web site logs you will see a significent proportion of visitors still use it.

A solution that some people use is to determine the browser that a visitor is using and serve up web pages to suit them.

CliveG is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 11-06-2009, 08:25 AM   #9
Ken Katz
War Room Member
 
Join Date: Apr 2005
Location: NY, CA , USA.
Posts: 422
Thanks: 15
Thanked 17 Times in 15 Posts
Default Re: IE7 Is Killing Me!

Change your theme. Even though the theme works in IE8,Firefox, Chrome they don't seem to be backward computable with earlier versions of ie. This has been a huge headache for many designers who use css which is the standard today, especially for Wordpress.

IE7 and earlier have css compatibility issues compared to Firefox, Chrome, and even Safari.

In a nutshell you have to fix the css code to make it compatible for ie7 and even ie6, then create a separate stylesheet for IE7 and IE6. Finally, add that stylesheet to the header to be used in place of the main stylesheet that is currently being used when it detects an earlier version of IE.

More trouble then it is worth, if you don't know how to do css styling.

I would just look for a different theme. This wold be the easiest solution. Or, if you are a diehard, go to the WSO or Warriors for hire and pay someone to fix the theme.

My name is Ken Katz and I am a web designer and photographer. Need a Wordpress Sales Page theme? Then, check these out.
koolphoto is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
The Following User Says Thank You to koolphoto For This Useful Post:
Old 11-06-2009, 11:03 AM   #10
Warrior Member
 
Ron Razor's Avatar
 
Join Date: Oct 2009
Posts: 23
Thanks: 1
Thanked 1 Time in 1 Post
Default Re: IE7 Is Killing Me!

Yeah, IE7 gives me a lot of problems as well. I hate having to check my site in every browser after I make a change. IE7 is the worst, why can there not just be on standard.
Ron Razor is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 11-07-2009, 10:40 PM   #11
Tao Warrior
War Room Member
 
bfields's Avatar
 
Join Date: Jul 2009
Location: NYC
Posts: 10
Thanks: 1
Thanked 0 Times in 0 Posts
Social Networking View Member's Twitter Profile 
Default Re: IE7 Is Killing Me!

Some great remarks. Special thanks to koolphoto for the suggestion of finding someone to write me some css stylesheets. It's not that I'm a diehard, as such. It's that I have several sites based on a particular WP theme and I can't change it without totally altering a lot of data. Much too big a job and the theme is actually very cool for the most part. Nothing is perfect,

But I don't want to miss possible sales so I think the best solution for me will be to find someone to write those sheets.

Great idea.

Bruce
bfields is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 11-07-2009, 10:49 PM   #12
Active Warrior
 
Paul Lear's Avatar
 
Join Date: Jan 2009
Location: Manchester, UK
Posts: 43
Thanks: 8
Thanked 7 Times in 6 Posts
Social Networking View Member's Twitter Profile  View Member's YouTube Profile
Default Re: IE7 Is Killing Me!

It might be worth having some sort of message on your sites then, something like

"This site is best viewed in firefox"

That's what I would do anyway, hope that helps?

Paul.

P.S

Your herb garden site has some code left in the background at the top of the page, you might want to clean that up.

Paul Lear is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

  WarriorForum - Internet Marketing Forums > The Warrior Forum > Main Internet Marketing Discussion Forum

Tags
ie7, killing

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off



All times are GMT -6. The time now is 10:46 PM.