Go Back   WarriorForum - Internet Marketing Forums > Warrior Support Forums > Programming Talk
Register Blogs FAQ Social Groups CalendarHelp Desk

Reply
 
LinkBack Thread Tools
Old 01-21-2009, 10:11 AM   #1
Active Warrior
 
kristisayles's Avatar
 
Join Date: Apr 2003
Location: TN, USA
Posts: 58
Thanks: 0
Thanked 5 Times in 4 Posts
Social Networking View Member's Myspace Profile  View Member's FaceBook Profile  View Member's Twitter Profile  View Member's YouTube Profile
Contact Info
Send a message via Yahoo to kristisayles Send a message via Skype™ to kristisayles
Default How Do I Fix This in IE? Looks fine in Firefox!

Music City Marketing Conference ?

Boxes don't line up in IE, but look fine in Firefox!
What can I do???

Unique Articles for Article Marketing Made Simple!
Step by Step Modules Make Writing Just About Anything Easier!
http://WriteThatArticle.com
Free Interviews with Marketing Millionaires at
http://TalkwithExperts.com and http://TalkwithKristi.com
kristisayles is offline   Reply With Quote
Old 01-23-2009, 08:30 AM   #2
Active Warrior
 
Join Date: Nov 2008
Posts: 71
Thanks: 6
Thanked 8 Times in 6 Posts
Default Re: How Do I Fix This in IE? Looks fine in Firefox!

I use Linux so I don't have IE, but as far as I can figure out from your source code you are using a fixed width of 800px, and your problem is the testimonials not lining up.

Instead of all those tables try this for each testimonial.As I said I don't have IE and maybe I'm misunderstanding the problem




<div style="width: 570px; border: 4px ridge; margin-right:115px; margin-left:115px;">

<p align="center">Name</p>


<p class="style16" align="center"><img src="image.jpg" alt="Name" width="image width" height="image height" />
</p>

<p>

The testimonial</p>
</div>
<br /><br />

Weekend Golfers affiliate manager.

Do you have a golf related site?
Join our affiliate team and earn commissions on our golf instruction courses.
gcaine is offline   Reply With Quote
Old 02-09-2009, 06:32 AM   #3
Warrior Member
 
Join Date: Feb 2009
Posts: 23
Thanks: 0
Thanked 0 Times in 0 Posts
Default Re: How Do I Fix This in IE? Looks fine in Firefox!

same prob. thanks for posting
jerson is offline   Reply With Quote
Old 02-09-2009, 08:32 AM   #4
Active Warrior
War Room Member
 
Jonno's Avatar
 
Join Date: Jul 2008
Location: Adelaide , Australia.
Posts: 42
Thanks: 15
Thanked 2 Times in 2 Posts
Contact Info
Send a message via MSN to Jonno
Default Re: How Do I Fix This in IE? Looks fine in Firefox!

for the subscribe form at the bottom of the page you need to look at
#GRSubscribeForm fieldset {
width: 260px; border: 0;
}

and add some positioning
ie.
position:relative;
left:180px;

you will have to play with the exact position to get it to display nicely
Jonno is offline   Reply With Quote
Old 02-10-2009, 12:30 AM   #5
Warrior Member
 
Join Date: Feb 2009
Location: UK
Posts: 16
Thanks: 0
Thanked 0 Times in 0 Posts
Default Re: How Do I Fix This in IE? Looks fine in Firefox!

If IE is having an issue with UL tags give DL a try. This may not work if IE considers both tags the same, but it is an interesting way to build up a list without the need to dump bullets, spacing, etc.

rosesmith is offline   Reply With Quote
Old 02-10-2009, 01:51 AM   #6
Warrior Member
 
Join Date: Nov 2008
Posts: 29
Thanks: 0
Thanked 0 Times in 0 Posts
Default Re: How Do I Fix This in IE? Looks fine in Firefox!

I have the same problem.

Thanks for post this
Nikoka2005 is offline   Reply With Quote
Old 02-18-2009, 04:40 PM   #7
Warrior Member
 
Join Date: Feb 2009
Location: Orange County, CA
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
Default Re: How Do I Fix This in IE? Looks fine in Firefox!

Looking at the source code, I noticed you have quite a few inline styles, and css on the page. My recommendation to avoid future headaches, and to more easily mitigate issues like this, would be to consolidate as much of the inline css (ex: td style="width: 40px;") into classes within a .css file. This not only reduces the overall size of the page (reduces page load time), but you also only have to edit one file to propogate changes to all your pages, which will make dealing with IE nuances quite a bit easier.

If you are using firefox, i would recommending installing the firebug plugin so you can edit the css live; alternatively you can use the ie development toolbar component for the ie browser to do the same thing. These tools help you write the right css quicker as you can experiment on the fly.
mmacmillan is offline   Reply With Quote
Reply

  WarriorForum - Internet Marketing Forums > Warrior Support Forums > Programming Talk

Tags
fine, firefox, fix

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 04:31 AM.