Help | Site Map
Connecting Tech Pros Worldwide
 
 
LinkBack Thread Tools
  #1  
Old July 31st, 2005, 04:35 PM
jordan.marton@gmail.com
Guest
 
Posts: n/a
Default CSS / HTML Design Help - URGENT

Can someone please take a look at http://epcd.whitecaphosting.com/ on
Safari and Firefox and tell me what is wrong with the layout. It looks
perfect in IE, and used to look good in FF until I widened the page.
Can anyone see an obvious glitch?

Jordan

  #2  
Old July 31st, 2005, 05:35 PM
mbstevens
Guest
 
Posts: n/a
Default Re: CSS / HTML Design Help - URGENT

jordan.marton@gmail.com wrote:[color=blue]
> Can someone please take a look at http://epcd.whitecaphosting.com/ on
> Safari and Firefox and tell me what is wrong with the layout. It looks
> perfect in IE, and used to look good in FF until I widened the page.
> Can anyone see an obvious glitch?
>
> Jordan
>[/color]
<tr align="center" valign="top">
<td width="688">
<table width="688" border="0" cellpadding="0" cellspacing="0">

<tr>
<td width="688"><table width="688" border="0" cellpadding="0"
cellspacing="0">

This will always be a problem.
A) Style your tables with CSS, not deprecated markup.
B) Don't give absolute widths (688). Instead, give
percentages (i.e., 70%).
C) Validate -- this page fails.

  #3  
Old July 31st, 2005, 05:45 PM
James Pickering
Guest
 
Posts: n/a
Default Re: CSS / HTML Design Help - URGENT

mbstevens wrote:[color=blue]
> jordan.marton@gmail.com wrote:[color=green]
> > Can someone please take a look at http://epcd.whitecaphosting.com/ on
> > Safari and Firefox and tell me what is wrong with the layout .....[/color][/color]

Visit http://www.w3.org/2002/03/csslayout-howto for a different
approach. Correcting the errors revealed in the failed Markup
validation will help a lot.

James Pickering: http://www.jp29.org/
XHTML served via content-negotiation
RSS feed via RDF/XML

 

Bookmarks

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 Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

What is Bytes?

We are a network of experts and professionals in IT and software development that help one another with answers to tough questions and share insights. Get the best answers to your questions from over network members.
Post your question now . . .
It's fast and it's free

Popular Articles