472,961 Members | 1,455 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,961 software developers and data experts.

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

Jul 31 '05 #1
2 1339
jo***********@gmail.com wrote:
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

<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.

Jul 31 '05 #2
mbstevens wrote:
jo***********@gmail.com wrote:
Can someone please take a look at http://epcd.whitecaphosting.com/ on
Safari and Firefox and tell me what is wrong with the layout .....


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

Jul 31 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
by: chaz | last post by:
here is the html : <br> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td width="<%=LABEL_WIDTH%>" class="formtext"><%= HTEXT("Connection type:")%></td> <td...
3
by: Rolf Welskes | last post by:
Hello, this is a hint only. If you make a custom control for example witch generates code <div......</div> and I put such a control in a page then in html-view of the aspx-file I could...
1
by: MuZZy | last post by:
Hi, I'm going to develop a pretty simple document management application and i want to use WCF to connect back-end to smart client front-end. That application will allow to create a...
8
by: | last post by:
I'm looking for some design guidance on a collection of projects I'm working on. The project involves a bunch of websites constructed out of a collection of user controls. Different user...
4
by: Mark Olbert | last post by:
I've written a composite custom control which I would like to have update its design-time display when one of several properties changes at design time. These custom properties are not simply the...
1
by: | last post by:
How do you debug the design time behavior of user controls? I have code in the controls resize event and I've flagged a break point, but the code never breaks when I play with the control on the...
7
by: =?Utf-8?B?c3VwcG9ydGRldg==?= | last post by:
Hi, Is it possible in visual studio 2005 at design time to link a control on Form 1 to another control on Form 2. Regards Charles Mifsud Shireburn Software Ltd.
12
by: =?Utf-8?B?VG9tKys7?= | last post by:
I have been reading "Design Guidelines for Developing Class Libraries" at http://msdn2.microsoft.com/en-us/library/ms229042.aspx. Is it correct that they are recommending camelCase for private...
4
by: Andy Bell | last post by:
Can I stop asp.net from applying self closing tags? I am trying to generate an html 4.01 strict page rather than an xhtml page and the w3 validator is unhappy about asp.net automatically...
2
by: davidson1 | last post by:
Hai friends..for menu to use in my website..i found in one website....pl look below website.... http://www.dynamicdrive.com/dynamicindex1/omnislide/index.htm i downloaded 2 files.... ...
0
by: lllomh | last post by:
Define the method first this.state = { buttonBackgroundColor: 'green', isBlinking: false, // A new status is added to identify whether the button is blinking or not } autoStart=()=>{
0
by: Aliciasmith | last post by:
In an age dominated by smartphones, having a mobile app for your business is no longer an option; it's a necessity. Whether you're a startup or an established enterprise, finding the right mobile app...
2
by: giovanniandrean | last post by:
The energy model is structured as follows and uses excel sheets to give input data: 1-Utility.py contains all the functions needed to calculate the variables and other minor things (mentions...
4
NeoPa
by: NeoPa | last post by:
Hello everyone. I find myself stuck trying to find the VBA way to get Access to create a PDF of the currently-selected (and open) object (Form or Report). I know it can be done by selecting :...
3
NeoPa
by: NeoPa | last post by:
Introduction For this article I'll be using a very simple database which has Form (clsForm) & Report (clsReport) classes that simply handle making the calling Form invisible until the Form, or all...
1
by: Teri B | last post by:
Hi, I have created a sub-form Roles. In my course form the user selects the roles assigned to the course. 0ne-to-many. One course many roles. Then I created a report based on the Course form and...
3
by: nia12 | last post by:
Hi there, I am very new to Access so apologies if any of this is obvious/not clear. I am creating a data collection tool for health care employees to complete. It consists of a number of...
0
isladogs
by: isladogs | last post by:
The next online meeting of the Access Europe User Group will be on Wednesday 6 Dec 2023 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, Mike...
2
by: GKJR | last post by:
Does anyone have a recommendation to build a standalone application to replace an Access database? I have my bookkeeping software I developed in Access that I would like to make available to other...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.