IE problem

  • deathblade
  • Proficient
  • Proficient
  • User avatar
  • Joined: Mar 08, 2007
  • Posts: 419
  • Loc: u.k
  • Status: Offline

Post July 10th, 2008, 9:10 am

my navigation looks fine in FF but not in Ie :(

Code: [ Select ]
<td width="121" colspan="9"><div><a href="index.php">Home</a>
<a href="profiles.php"><b>Profiles</b></a>
<a target="_blank" href="forum">forum</a></div></td>
  1. <td width="121" colspan="9"><div><a href="index.php">Home</a>
  2. <a href="profiles.php"><b>Profiles</b></a>
  3. <a target="_blank" href="forum">forum</a></div></td>


http://img293.imageshack.us/my.php?imag ... 733xu9.jpg
This is a block of text that can be added to posts you make. There is a 500 character limit.
  • Anonymous
  • Bot
  • No Avatar
  • Joined: 25 Feb 2008
  • Posts: ?
  • Loc: Ozzuland
  • Status: Online

Post July 10th, 2008, 9:10 am

  • ScienceOfSpock
  • Mastermind
  • Mastermind
  • User avatar
  • Joined: Jul 06, 2004
  • Posts: 1890
  • Loc: Las Vegas
  • Status: Offline

Post July 10th, 2008, 9:34 am

Change (or remove) the width on your <td> tag. IE will enforce and wrap text to fit inside the width, regardless of how wide the <td> actually is.
  • deathblade
  • Proficient
  • Proficient
  • User avatar
  • Joined: Mar 08, 2007
  • Posts: 419
  • Loc: u.k
  • Status: Offline

Post July 10th, 2008, 9:42 am

that worked :) just one more thing

i have a news pages calling form a db and it echos a div tage and a 5 px (height) image as a breaker in ff works fine in IE it repeats the image >_<

Code: [ Select ]
echo "<div  style='background-image:url(images/news_bar.gif); width:auto; height: 5px;'>&nbsp;</div>";


http://arc22.freehostia.com/index.php

look at it in ff first then in IE u'll see what i mean
This is a block of text that can be added to posts you make. There is a 500 character limit.
  • spork
  • Brewmaster
  • Silver Member
  • User avatar
  • Joined: Sep 22, 2003
  • Posts: 6129
  • Loc: Seattle, WA
  • Status: Offline

Post July 10th, 2008, 9:45 am

Code: [ Select ]
echo "<div style=\"background: url('images/news_bar.gif') top left no-repeat; width: auto; height: 5px;\">&nbsp;</div>";
The Beer Monocle. Classy.
  • deathblade
  • Proficient
  • Proficient
  • User avatar
  • Joined: Mar 08, 2007
  • Posts: 419
  • Loc: u.k
  • Status: Offline

Post July 10th, 2008, 9:51 am

umm the bar doesn't go all the way across now :/
This is a block of text that can be added to posts you make. There is a 500 character limit.
  • spork
  • Brewmaster
  • Silver Member
  • User avatar
  • Joined: Sep 22, 2003
  • Posts: 6129
  • Loc: Seattle, WA
  • Status: Offline

Post July 10th, 2008, 10:04 am

Then change 'no-repeat' to 'repeat-x'.
The Beer Monocle. Classy.
  • deathblade
  • Proficient
  • Proficient
  • User avatar
  • Joined: Mar 08, 2007
  • Posts: 419
  • Loc: u.k
  • Status: Offline

Post July 10th, 2008, 10:09 am

i love this site :) thanks alot peeps
This is a block of text that can be added to posts you make. There is a 500 character limit.
  • imobilliare
  • Born
  • Born
  • No Avatar
  • Joined: Jul 10, 2008
  • Posts: 2
  • Status: Offline

Post July 10th, 2008, 12:46 pm

deathblade wrote:
my navigation looks fine in FF but not in Ie :(

Code: [ Select ]
<td width="121" colspan="9"><div><a href="index.php">Home</a>
<a href="profiles.php"><b>Profiles</b></a>
<a target="_blank" href="forum">forum</a></div></td>
  1. <td width="121" colspan="9"><div><a href="index.php">Home</a>
  2. <a href="profiles.php"><b>Profiles</b></a>
  3. <a target="_blank" href="forum">forum</a></div></td>


http://img293.imageshack.us/my.php?imag ... 733xu9.jpg


Remove the <td> tags, that should prevent IE from reading the Webpage as it is.
  • deathblade
  • Proficient
  • Proficient
  • User avatar
  • Joined: Mar 08, 2007
  • Posts: 419
  • Loc: u.k
  • Status: Offline

Post July 10th, 2008, 3:00 pm

imobilliare wrote:
deathblade wrote:
my navigation looks fine in FF but not in Ie :(

Code: [ Select ]
<td width="121" colspan="9"><div><a href="index.php">Home</a>
<a href="profiles.php"><b>Profiles</b></a>
<a target="_blank" href="forum">forum</a></div></td>
  1. <td width="121" colspan="9"><div><a href="index.php">Home</a>
  2. <a href="profiles.php"><b>Profiles</b></a>
  3. <a target="_blank" href="forum">forum</a></div></td>


http://img293.imageshack.us/my.php?imag ... 733xu9.jpg


Remove the <td> tags, that should prevent IE from reading the Webpage as it is.



i cant i did just 3 table cells under each :P tis needed :)
This is a block of text that can be added to posts you make. There is a 500 character limit.

Post Information

  • Total Posts in this topic: 9 posts
  • Users browsing this forum: No registered users and 122 guests
  • You cannot post new topics in this forum
  • You cannot reply to topics in this forum
  • You cannot edit your posts in this forum
  • You cannot delete your posts in this forum
  • You cannot post attachments in this forum
 
 

© 2011 Unmelted, LLC. Ozzu® is a registered trademark of Unmelted, LLC.