Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Please help fix so it looks right in Mozilla

Status
Not open for further replies.

RodS2

IS-IT--Management
Sep 11, 2007
33
US
Can anyone please help fix this this page so it looks right in FireFox. It shows up just fine in IE, but I am not doing something right with the code!

link to site below & code & CSS file


CODE BELOW-----------------------------------------

<html xmlns="<head>
<title>Business Emissary | Business and Web | Consulting |Strategy | Marketing | Design | Development | Washington, DC.</title>
<meta name="description" content="XYZ">
<meta name="keywords" content="XYZ">
<meta name="copyright" content="2007, />
<meta name="author" content="Jenna Reese, Business Emissary" />
<link href="/css/CSS_File.css" rel="stylesheet" type="text/css" />
</head>

<body><br>
<table width="792" border="0" cellspacing="0" cellpadding="0" align="center">
<tr>
<td class="topBar"><img src=" width="1" height="24" alt=""></td>

</tr>
<tr>
<td class="centerBar">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td>
<table width="100%" border="0" cellpadding="0" cellspacing="0" bordercolor="#FFFFFF">
<tr>
<td><a href="index.html"><img src=" width="244" height="81" hspace="25" border="0"></a></td>

<td align="right" valign="bottom" class="lightText">

<!-- Navigation //-->
<td align="right" valign="bottom" class=
"lightText"><!-- Navigation //--><a href=
" class="blText">about</a><img src=" width="1" height="7" hspace="7" />
<a href=" class=
"linkText">services</a><img src=" width="1" height="7" hspace="7" /> <a href=
" class="linkText">case
studies</a><img src=" alt=""
width="1" height="7" hspace="7" /><a href=" class="linkText">b.e. insight</a><img src=" width="1" height="7" hspace="7" /> <a href=
" class=
"linkText">contact</a><img src=" width="1" height="7" hspace="7" /> <a href=
" class="linkText">home</a></td>
<td width="30"><img src=" width="30" height="30" alt=""></td>

</tr>
</table>

<!-- End Top Portion //--><br/><br />
</p>

<div class="leftcolumn">
<div class="subText">
about
</div>

<div>

<a href="overview" class=
"mdLink">:Overview</a></div>

<div>
<a href="approach" class=
"mdLink">:Approach</a>
</div>

<div>
<a href="careers" class=
"mdLink">:Careers</a>

</div>

<div>
<a href="news" class="mdLink">:News</a>
</div>

</div>

<div class="middlecolumn">
<div class="title2">

DEVELOPMENT
</div>

<div class="middlecolumn2">
<img src=" />
</div>

<div class="middlecolumn2">
<div class="blText">
A consistent look reflects better on your
company. Let our design team layout your
corporate identity materials and branding
materials to give your image a polished feel.
Sure, anyone can layout a business card, but
our attention to grid lines and details is what
sets our corporate identity pieces apart from
the rest.
</div><br />

<div class="title2">
SOLUTIONS
</div>
</div>

<div class="middlecolumn2">
<img src=" />
</div>

<div class="blText">

Campaign management<br />
Web Site reporting<br />
Infrastructure Development
</div>
</div>

<div class="rightcolumn">
<img src=" width = 175 height = 250>
</div>

</div>
</div>
</td>
</tr>
<tr>
<td class="bottomBar">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="30"><img src=" height="24" alt=""></td>
</table></td>

</tr>
</table>

</html>
 
Did we not tell you before that if you mix percentages and pixels you cannot expect to come up with a perfect solution? Your content just does not fit your container. Since your container is fixed width, just make all your columns fixed (pixel) width too.

___________________________________________________________
[small]Do something about world cancer today: PACT[/small]
 
I do not understand what you mean.

Do you mean I need to change this below to a percentage?

<body><br>
<table width="792" border="0" cellspacing="0"

 
Are you sure all of your tags are closed correctly? For example, I see the following and I'm not sure how firefox will handle a td within a td...

<td align="right" valign="bottom" class="lightText">

<!-- Navigation //-->
<td align="right" valign="bottom" class=
 
With all layout problems, start off by making sure the page validates. Then come back with any remaining specific problems.

See:
___________________________________________________________
If you want the best response to a question, please check out FAQ222-2244 first.
'If we're supposed to work in Hex, why have we only got A fingers?'
Drive a Steam Roller
Steam Engine Prints
 
How do I know which doctype to choose though?? I ran the validator and it said something like it could not determine what parser to use.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top