QB45 Forums
Party like you didn't do in 1999.

General Talk - View Post
For all the other stuff that life involves.

Jofers guest
Guest
IE Mac - Not as bad at this as I took it for
Posted by Jofers guest, on Aug 4th, 2005
Remember me bitching about my website on IE mac? It looked great in all other browsers, and then it looked like crap in IE mac. All I did was two things: Added a float: left to all the menu "a" tags. That's it.

before:
http://www.betterwebber.com/stuff/iemacbefore.pdf

after:
http://www.betterwebber.com/stuff/iemacafter.pdf

Pretty noticeable for a single line of CSS, huh ;)

Now the page works in IE, IE Mac, Mozilla, Safari, and Opera. The HTML:

Html code - look how tiny it is!!:
Code:

<html>
   <head>
      <title>Piptol Bismol - When apes ruled the Earth</title>
      <link rel="stylesheet" href="style.css" type="text/css">
   </head>
   <body>
      <div id="container">
         <div id="topbar">
            <div id="toprgt"></div>
            <div id="toplft"></div>
            <div id="menubar">
               <ul><li id="menulft"></li>
                  <li><a href="#" id="menu1"></a></li>
                  <li><a href="#" id="menu2"></a></li>
                  <li><a href="#" id="menu3"></a></li>
                  <li><a href="#" id="menu4"></a></li>
                  <li><a href="#" id="menu5"></a></li>
                  <li><a href="#" id="menu6"></a></li>
                  <li id="menurgt"></li>
               </ul>
            </div>
         </div>
         <div id="body">
            <br/>
            <div id="rightside">
               <div id="title">
                  <img src="images/whatsup.gif" alt="What's Up With the Internet"/>
                  <br/>
                  (The stuff you wish you were doing but I'm actually doing)
               </div>

               <div id="article_first" class="article">
                  <img src="images/news/2005stillalive.jpg" alt="2005 and still alive!" class="right"/>

                  <h1>2005 And Still Alive!</h1>
                  <h2>(23-Mar-05)</h2>

                  Woohoo! Finally I'm back online after an extended period without a regular internet connection.
                  Now hooked up to 1.5Mbps broadband and still in awe of download speeds. More importantly though,
                  this month marks the 5th birthday of Piptol Productions on the web. Ah, I remember birth of the
                  original site as if it were yesterday. And yeah, it was crap.  Granted, there's not been a whole
                  lot going on here lately, but we tick over and you'll always find kool kats on the forum. I'm
                  still hoping to overhaul the site at some point, but I'm a busy guy these days. Patience definitely
                  is a virtue when it comes to that one
               </div>

               <div class="article">
                  <img src="images/news/2005stillalive.jpg" alt="2005 and still alive!" class="left"/>

                  <h1>2005 And Still Alive!</h1>
                  <h2>(23-Mar-05)</h2>

                  Woohoo! Finally I'm back online after an extended period without a regular internet connection.
                  Now hooked up to 1.5Mbps broadband and still in awe of download speeds. More importantly though,
                  this month marks the 5th birthday of Piptol Productions on the web. Ah, I remember birth of the
                  original site as if it were yesterday. And yeah, it was crap.  Granted, there's not been a whole
                  lot going on here lately, but we tick over and you'll always find kool kats on the forum. I'm
                  still hoping to overhaul the site at some point, but I'm a busy guy these days. Patience definitely
                  is a virtue when it comes to that one
               </div>

               <div class="article">
                  <img src="images/news/2005stillalive.jpg" alt="2005 and still alive!" class="right"/>

                  <h1>2005 And Still Alive!</h1>
                  <h2>(23-Mar-05)</h2>

                  Woohoo! Finally I'm back online after an extended period without a regular internet connection.
                  Now hooked up to 1.5Mbps broadband and still in awe of download speeds. More importantly though,
                  this month marks the 5th birthday of Piptol Productions on the web. Ah, I remember birth of the
                  original site as if it were yesterday. And yeah, it was crap.  Granted, there's not been a whole
                  lot going on here lately, but we tick over and you'll always find kool kats on the forum. I'm
                  still hoping to overhaul the site at some point, but I'm a busy guy these days. Patience definitely
                  is a virtue when it comes to that one
               </div>
            </div>
            <div id="leftside">
               <div>
                  <img src="images/sidebar/squealers2.jpg" alt="sqealers 2" />
                  Squealers 2
               </div>

               <div>
                  <img src="images/sidebar/squealers2.jpg" alt="sqealers 2" />
                  Squealers 2
               </div>


               <div>
                  <img src="images/sidebar/squealers2.jpg" alt="sqealers 2" />
                  Squealers 2
               </div>
            </div>
         </div>
         <div id="copyright">
            All this stuff belongs to Marcus Kasumba (c) 2005, All Rights Reserved
         </div>
      </div>
   </body>
</html>

Back to General Talk

Replies:
There are no replies to this message

Post a reply:







All content copyrighted 2004, All rights reserved.