February 2, 201016 yr hey, Fixing a few issues in IE and Firefox on PC on a website I did a while back. On this page: Threesixty, the list of awards on the left is appearing in a different order and some are not alligned correctly. I've attached screengrabs of how the page shouls appear and how its appearing in Firefox and IE on a pc. Any idea how to fix this issue? cheers
February 2, 201016 yr Try it: <style> .awards_div {width: 130px; float: left; margin-bottom: 2px; margin-left: 25px; color: black; font-family: verdana; font-size: 10px; display: inline;} </style> <div class="awards_div"><span class="awards"><a href="clients/cleantech_nualight.html">IDEA 2008 (Finalist)</a></span></div> <div class="awards_div"><span class="awards"><a href="#">FBD Crest 2007 (Winner)</a></span></div> <div class="awards_div"><span class="awards"><a href="#">IDI 2007 (Commended)</a></span></div> <div class="awards_div"><span class="awards"><a href="#">IDEA 2006 (Gold)</a></span></div> <div class="awards_div"><span class="awards"><a href="clients/cleantech_ormondew.html">IDEA 2005 (Gold)</a></span></div> <div class="awards_div"><span class="awards"><a href="#">La Baule 2005 (Winner)</a></span></div> <div class="awards_div"><span class="awards"><a href="#">HSMAI 2005 (Finalist)</a></span></div>
February 3, 201016 yr Author hey Lev, Thanks for that, its an improvement but now there's some spacing issues in IE and Firefox, again on pc. I've attached screengrabs and this is the web page: Threesixty Theres a strange mark after "FBD Crest 2007 (Winner)" too, I've looked at the code, but cant see where its coming from. Any ideas how to rectify these issues? cheers
February 3, 201016 yr The small mark is the beginning of this hr tag; delete it or reposition it below all the other items:- <div class="awards_div"><span class="awards"><a href="#">HSMAI 2005 (Finalist)</a></span></div> <!--<hr />--> </p> Try not to have style tags in the body section, move them to inside the head section after the main stylesheet link.
February 3, 201016 yr Author done and done! cheers Wickham. Still have the spacing issues in IE and Firefox if anyone can help me out there? cheers
Create an account or sign in to comment