Click to See Complete Forum and Search --> : [RESOLVED] IE rendering different than FF
Captainkewl
06-17-2009, 07:10 AM
Hey guys. If you go here: http://kmkwebdevelopment.com/bizbug/realestate-brokers-cities-stcatharines-internetresidential.html and look at the google map, you will see where it says "View Larger Map" at the bottom of the map. Now in Firefox, it looks good, but in IE the words stack on top of each other. I tried setting the width of the profilemap a to a larger value, but no change. How can I get IE to look like it does in FF?
Thanks.
aj_nsc
06-17-2009, 07:25 AM
Try applying the below CSS to that link:
display: block; text-align: center;
Also, it's not clear why you would wrap an anchor tag inside a small tag when you can make the text smaller using CSS and, at least it doesn't appear totally obvious to me, the small tag serves no semantic purpose.
Captainkewl
06-17-2009, 07:54 AM
Thanks for the reply. I ended up using white-space:nowrap on the .profilemap small a, and that solved it