Positioning off in IE9

Hello,
I am having a problem with positioning of the headlines and logo of my site (http://bidsservice.com)

in chrome/safari/FF it looks fine but in IE9 the elements are not in line as they should be. one is below the other.
I have no idea how to fix this without affecting chrome/safari/ff.

its a wordpress site. this section of content is a text widget.

any advice?

Hi,

Add this to your css.


.textwidget td{vertical-align:top}

i fixed it. I put the left text in a div, floating left, i made the phone number part of the image and floated that right.

i will try your solution as well. maybe it will save me time on my other three sites that have this issue.

the css fix did nothing. i will go with my div float idea. Thanks for your help.

Glad you sorted it but my solution did work locally as I still have it right in front of me now working with the css I added :slight_smile: (added via css terminal).

Never mind though as you seem to have it working in IE ok now but you might want to correct a typo :slight_smile:


[B]<dive style="float: left;">
[/B]<h1 align="center"><span>S</span>ales, Service, PARTS MEGA-STORE <br>
For All Major Brands Including<br>
Toro, Homelite, Stihl And Many More</h1>
<p></p>
<h2 align="center" class="head2new">Durable Lawn Mowers, Snow Blowers And Handhelds<br>
Plus Your Largest Selection Of In Store Parts In Michigan</h2>
<p></p>
<p align="center" class="txt1">
                          Hours: Mon &ndash; Fri 9am-6pm and Sat 9am-3pm</p>
[B]</dive>
[/B]

I’ve never seen a dive tag before but I’m ready to take the plunge;)