473,378 Members | 1,658 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

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

IE woes - Code and Form Elements

I created a simple template with common tags, which serves as a quick
reference guide for my web development efforts. The web page renders
great in Firefox, yet becomes a mess in IE. The HTML and CSS code
validates on the server. You may view the template at the following
link.

http://neville.f2o.org/Template_noXML.html

These tests relate to FireFox 1.0 and IE 6.0 on XP. Let me know if you
encounter further deviations with your browser or OS platform.

Form Elements
In the form section, the float does not properly align in IE. The
legend tag set to {float: right} positions in-between the fieldset's
border. In Firefox, the legend falls inside the border with the
appropriate margins. The border also embodies the entire background
color. Notice how the background color bleeds above the border.

Under account information, FireFox renders additional information
(tool tip effect) for the user name input field. The technique
utilizes the hover on a span element nested within div container. IE
renders the effect as an additional text line, which is not
appropriate.

http://neville.f2o.org/IE_form.html

Code Element
The code element renders much large in IE than in Firefox. Do I have
to set multiple font sizes one for IE and another for FireFox? What
are the differences in how each browser renders the code tag?

http://neville.f2o.org/IE_code.html

Jul 21 '05 #1
1 1927
"R0bert Neville" wrote in message

http://neville.f2o.org/Template_noXML.html

Code Element
The code element renders much large in IE than in Firefox. Do I have
to set multiple font sizes one for IE and another for FireFox? What
are the differences in how each browser renders the code tag?


The css for the code element is
code {
font-family: monospace;
font-size: 1.4em;
}

It's likely that IE and Firefox use a different default font for
'monospace'.
In a quick test, adding courier to the css and viewing it in Firefox made it
appear as large as in IE.

--
peter

Jul 21 '05 #2

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

Similar topics

2
by: Tommyj | last post by:
Hi all, Ok, any help on this would be great, or a pointer in the right direction if not! I have a form thats generated on the fly from an Access DB, there's a number of tick boxes on it, but,...
4
by: Jeremy | last post by:
I have this javascript code that decided that it didn't want to work anymore. At one point in time it did work. I don't remember changing anything that would have caused it to stop working. But...
1
by: R0bert Neville | last post by:
I created a simple template with common tags. It serves as a quick reference guide for my web development efforts. The web page renders great in Firefox, yet becomes a mess in IE. The HTML and CSS...
8
by: William Payne | last post by:
Hello, in my program I have a std::vector of structs, a struct such as: enum Type { TYPE_FILE, TYPE_FOLDER }; struct Entry {
1
by: Robert Neville | last post by:
I am having some trouble with some old code revolving around custom form navigation buttons. My main form has a sub-form with these custom navigation buttons. In other words, the code should be...
19
by: Jamey Shuemaker | last post by:
I'm in the process of expanding my knowledge and use of Class Modules. I've perused MSDN and this and other sites, and I'm pretty comfortable with my understanding of Class Modules with the...
2
by: drillbatting | last post by:
Hi, I have a site with a heap of small menus in various elements. It looks something like this (inline style's etc for readability): <div>
4
by: =?Utf-8?B?VkIgSm9ubmll?= | last post by:
I am at my witless end here, please help! I have an ASP.Net aspx web page, hosted on Windows Server 2003, that receives a query string with the path to an autocad drawing file selected from a...
3
by: ClanKeithROoF | last post by:
I'm working on a calendar that works well in all points except one. I found the code online and modified it to fit my needs. One of my mods isn't working. I'm trying to make it display the chosen...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

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.