Sponsored Content
Top Forums Web Development Firefox and IE corssbrowser issues Post 302261154 by cbkihong on Sunday 23rd of November 2008 09:45:47 PM
Old 11-23-2008
According to statistics, this is not your first post here. But anyway, welcome.

At the bottom I noticed you have a row with very large "colspan" - 29 in total but I fail to count that many at other rows. Are you sure that is correctly computed? If columns are not counted accurately your table-based layout may mess-up, and that is sort of expected

Oh by the way, you should specify 'px' explicitly in CSS style properties. Otherwise that is incorrect by standard and may be rejected by some browsers as invalid (that may cause the entire style declaration to be skipped if done the strict way).

I recommend you also enclose the attribute values in quotes in HTML. While for plain HTML it is not necessary, you should try to do this to move closer to XHTML, that by XML specification requires all attribute values enclosed.

I'm not on a Windows computer so I cannot confirm what your page looks like on IE. My recommendation is, first fix your HTML and CSS so that they are all valid first, then cater for cross-browser rendering issues. That way it would be easier to fix specific issues. IE in particular does not have great debugging support builtin, so it is particularly difficult to spot coding issues.
 

6 More Discussions You Might Find Interesting

1. News, Links, Events and Announcements

Firefox 1.0 Released

http://www.mozilla.org/products/firefox The first stable release of the next generation browser has been released, with packages for Linux, OS X and Windows. Go grab it! Cheers ZB (1 Reply)
Discussion started by: zazzybob
1 Replies

2. Shell Programming and Scripting

startx and then firefox

I have edited /etc/inittab to auto login as root in level 3 and edited .bash_profile to auto start x window I would like to auto start a firefox browser after go into x window. I tried to add "firefox" in /etc/rc.d/rc.local but no effects. Anyone have suggestion? Thanks in advance. (1 Reply)
Discussion started by: uativan
1 Replies

3. Red Hat

Cannot bring up Firefox

I have installed firefox and it previously worked before I installed the oracle software on my machine. Now when I click on the icon to bring up the browser it fails. I tried to do it from the command line and this is what I get: $ firefox Cannot find mozilla runtime directory. Exiting ... (1 Reply)
Discussion started by: jxh461
1 Replies

4. Shell Programming and Scripting

Help with cron and Firefox

I am trying to "reload" firefox at 5am everyday. was looking at the crontab and the way it works, however i'm not sure how to kill firefox first and then reopen it. Any suggestions? (7 Replies)
Discussion started by: moshe88
7 Replies

5. Ubuntu

How do i update my firefox.

Hi I have installed ubuntu 10.4 using virtual box(a tool similar to vmware). The problem is i m very familiar to firefox's window counterpart as the update is very simple. I have also observed that the preference part of firefox is under edit tab which is not in case of window's (Its under... (6 Replies)
Discussion started by: pinga123
6 Replies

6. UNIX for Dummies Questions & Answers

Firefox version

Hello, I'm trying to find the version of Firefox that is on my server. Normally I do this. > firefox -version Mozilla Firefox 10.0.7 The issue is that this version of Firefox, is Firefox ESR 10.0.7. I need to be able to see, from the command line, the version of Firefox and if it is a ESR... (8 Replies)
Discussion started by: bitlord
8 Replies
XHTML2PDF(1)							   User Commands						      XHTML2PDF(1)

NAME
xhtml2pdf - PDF generator using HTML and CSS SYNOPSIS
xhtml2pdf [-b base path] [--base=base path] [-c CSS file] [--css=CSS file] [--css-dump] [-d] [--debug] [--encoding=character encoding] [-h] [--help] [-q] [--quiet] [--version] [-w] [--warn] [-x] [--xml] [--xhtml] [--html] [SRC] [DEST] DESCRIPTION
This manual page documents briefly the xhtml2pdf command. xhtml2pdf is an HTML-to-PDF converter using the ReportLab Toolkit, HTML5lib and pyPdf. It supports HTML 5 and CSS 2.1 (and some of CSS 3). It is completely written in pure Python so it is platform independent. The main benefit of this tool that a user with Web skills like HTML and CSS is able to generate PDF templates very quickly without learning new technologies. Easy integration into Python frameworks like CherryPy, KID Templating, TurboGears, Django, Zope, Plone, Google AppEngine (GAE) etc. OPTIONS
A summary of options is included below. SRC Name of a HTML file or a file pattern using * placeholder. If you want to read from stdin use - as file name. You may also load an URL over HTTP. Take care of putting the src in quotes if it contains characters like ?. DEST Name of the generated PDF file or - if you like to send the result to stdout. Take care that the destination file is not already opened by an other application like the Adobe Reader. If the destination is not writeable a similar name will be calculated automatically. -b, --base Specify a base path if input comes via STDIN. -c, --css Path to default CSS file --css-dump Dumps the default CSS definitions to STDOUT. -d, --debug Show debugging information. --encoding The character encoding of SRC. If left empty (default) this information will be extracted from the HTML header data. -h, --help Show the help text. -q, --quiet Show no messages. --version Show version information. -w, --warn Show warnings -x, --xml, --xhtml Force parsing in XML mode (automatically used if SRC ends with .xml). --html Force parsin in HTML mode (default). AUTHOR
xhtml2pdf was written by Dirk Holtwick <dirk.holtwick@gmail.com>. This manual page was written by Toby Smithe <tsmithe@ubuntu.com>, for the Debian project (but may be used by others). pisa 02/08/2010 XHTML2PDF(1)
All times are GMT -4. The time now is 11:59 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy