Web Design Forums

HTML and CSS Help

Having problems with these web design scripting? Ask here.

Layout and Quicktime issues in i.e. for mac



Site of the Month Nominations
ENTER YOUR SITE NOW!

Reply
 
LinkBack Thread Tools
Old October 29 '02, 02:25 PM (#1)
IndustriousBird is offline
New Member!
 
IndustriousBird's Avatar
 
Join Date: October 2002
Posts: 5
IndustriousBird
Layout and Quicktime issues in i.e. for mac

I just launched a site and it works and looks fine on ie for windows, and netscape and mozilla for mac, but it has issues with ie for mac. Specifically, I have two problems regarding ie 5.1 on mac os 9.2.2...

1) the main content table gets stretched to the right on ie for mac- creating unused white space that is not supposed to be there. To view the link you have to Register

2. I can't get these quicktime movies to work on ie for mac.
To view the link you have to Register (This page is actually a pop up window that is accessed from the first sample image on this page.. To view the link you have to Register)

Any help with these issues would be greatly appreciated. I'm stumped!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old October 29 '02, 03:25 PM (#2)
filburt1 is offline
bored
 
filburt1's Avatar
 
Join Date: July 2002
Location: Maryland, US
Posts: 11,785
filburt1 is a name known to allfilburt1 is a name known to allfilburt1 is a name known to allfilburt1 is a name known to allfilburt1 is a name known to allfilburt1 is a name known to all
I happen to be using IE 5.2.2 on my iBook at the moment so I can't compare what the first point should look like. But re: the QT movie, when I enter the URL in the browser manually it gives a 404 error; are you sure the movie is actually there (/piper3.mov) in the first place?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old October 29 '02, 04:11 PM (#3)
IndustriousBird is offline
New Member!
 
IndustriousBird's Avatar
 
Join Date: October 2002
Posts: 5
IndustriousBird
hi filburt 1,

thanks a lot for checking it out. I am sure that the piper.mov file is there because it seems to work for everyone except those on ie for mac. I am using ie on a win98 OS and everything works...
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old October 29 '02, 05:43 PM (#4)
filburt1 is offline
bored
 
filburt1's Avatar
 
Join Date: July 2002
Location: Maryland, US
Posts: 11,785
filburt1 is a name known to allfilburt1 is a name known to allfilburt1 is a name known to allfilburt1 is a name known to allfilburt1 is a name known to allfilburt1 is a name known to all
I'm busy at the moment but I'll check it out soon...unless anybody else here has a Mac...
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old October 30 '02, 09:05 PM (#5)
IndustriousBird is offline
New Member!
 
IndustriousBird's Avatar
 
Join Date: October 2002
Posts: 5
IndustriousBird
any more ideas? I would be most grateful!!!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old October 30 '02, 09:14 PM (#6)
filburt1 is offline
bored
 
filburt1's Avatar
 
Join Date: July 2002
Location: Maryland, US
Posts: 11,785
filburt1 is a name known to allfilburt1 is a name known to allfilburt1 is a name known to allfilburt1 is a name known to allfilburt1 is a name known to allfilburt1 is a name known to all
Whiteness problem: the only thing I can suggest is to simplify the table layout (I'm working on that now)
QT issue: still checking into...
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old October 30 '02, 09:27 PM (#7)
filburt1 is offline
bored
 
filburt1's Avatar
 
Join Date: July 2002
Location: Maryland, US
Posts: 11,785
filburt1 is a name known to allfilburt1 is a name known to allfilburt1 is a name known to allfilburt1 is a name known to allfilburt1 is a name known to allfilburt1 is a name known to all
I redid the table (it was quick and dirty DW so some of the CSS you had might have been lost):
Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
	<title>Bird's Words</title>
<SCRIPT>if(document.layers){document.write('<' + 'link rel="STYLESHEET" type="text/css" href="css/industrious_mac.css">');}else if(navigator.userAgent.indexOf('mac')>-1){document.write('<' + 'link rel="STYLESHEET" type="text/css" href="css/industrious_mac.css">');}else{document.write('<' + 'link rel="STYLESHEET" type="text/css" href="css/industrious_bird.css">');}</SCRIPT>
<script>
if(document.layers) {
	alert ("This site is best viewed in Internet Explorer or Netscape 6.2 and above");
}
</script>
</head>

<body>
<table border="0" cellspacing="0" cellpadding="0" width="750" bgcolor="#FFFFFF" align="center">
  <tr> 
      <td rowspan="2"><a href="index.html"><img src="img/logo.jpg" width="156" height="98" alt="" border="0"></a></td>
      <td colspan="4"><img src="img/banner1.jpg" width="594" height="82" alt="" border="0"></td>
    </tr>
    <tr> 
      
    <td align="center" bgcolor="#000000"><font color="A62227"><b>W o r d s</b></font></td>
      
    <td align="center" bgcolor="#000000"><a href="music.html" class="musicLink">M 
      u s i c</a></td>
      
    <td align="center" bgcolor="#000000"><a href="clients.html" class="clientsLink">C 
      l i e n t s</a></td>
      
    <td align="center" bgcolor="#000000"><a href="contact.html" class="contactLink">C 
      o n t a c t</a></td>
    </tr>
    <tr> 
      <td colspan="5"><img src="img/horizontal_bar.jpg" width="750" height="18" alt="" border="0"></td>
    </tr>
    <tr> 
      
    <td valign="top">
      <table border="0" cellspacing="0" cellpadding="4">
        <tr>
          <td> 
            <p><br>
              <a href="copywriting.html" class="wordsLeftNav">Copywriting</a></p>
            </td>
        </tr>
        <tr>
          <td>
            <p>&nbsp;</p>
            <p><a href="press_releases.html" class="wordsLeftNav">Press Releases</a></p>
          </td>
        </tr>
        <tr>
          <td>
            <p>&nbsp;</p>
            <p><a href="copyediting.html" class="wordsLeftNav">Copyediting</a></p>
          </td>
        </tr>
      </table>
    </td>
      <td colspan="4"> 
        <table border="0" cellspacing="0" cellpadding="5">
          <tr> 
            
          <td valign="top"> <br>
            <span class="contentText">Thanks to countless childhood Scrabble Games 
            and an insatiable desire to express myself, I am a certifiable word 
            freak.<br>
            <br>
            <br>
            <img src="img/abc.jpg" width="126" height="126" alt="scrabble tiles" border="0" align="right" valign="bottom" vspace="10">Beyond 
            vocabulary and grammar, I use my ears to listen and my powers of empathy 
            to understand. <br>
            <br>
            <br>
            I am a life-long student of communication.</span></td>
          </tr>
        </table>
      </td>
    </tr>
    <tr> 
      
    <td colspan="5"><span class="contentText"><img src="img/words.jpg" width="750" height="89" alt="Words" border="0"></span></td>
    </tr>
  </table>
</body>
</html>
Does that work any better?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old October 30 '02, 09:54 PM (#8)
IndustriousBird is offline
New Member!
 
IndustriousBird's Avatar
 
Join Date: October 2002
Posts: 5
IndustriousBird
wow. thanks filbert!!!!!!

I have to step out for a couple of hours but I'm going to try that code as soon as I get back home!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

  Web Design Forums » Programming Help » HTML and CSS Help

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
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 Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


 
User Infomation
Your Avatar

Site Of The Month

Ticket Cake
Ticket Cake

Ticket Cake is a drupal based event ticketing platform. It features that ability to browse events and share them.

Nominate Your Site Now!

Advertisement
WolfCMS.org

Latest Articles
- by RickM
- by bfsog

Advertisement

Partner Links



All times are GMT -4. The time now is 10:30 AM.


WebDesignForums.net is Copyright © 2010 RikeMedia.

SEO by vBSEO

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163