473,412 Members | 2,075 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,412 software developers and data experts.

CSS testing methods

Hi all,

Is there a recommended method for testing a CSS website?

I'm trying to make sure mine looks right no matter what font size the user
chooses, by not setting the font size in my CSS.

I'm also trying to make sure it resizes and still has the same layout, by using
a mixture of floats and non-absolutely positioned divs, and em sizes for widths,
margins, and padding.

I've also tested it in the latest version of Mozilla and IE.

What other browsers should I try? Can I install multiple versions of IE on one
machine?

--
Ben Thomas
Opinions, conclusions, and other information in this message that do not
relate to the official business of my firm shall be understood as neither
given nor endorsed by it.

Jul 20 '05 #1
2 2368
On Mon, 21 Jun 2004 21:40:04 GMT, BenOne© <no**@m.thanks.mate> wrote:
Hi all,

Is there a recommended method for testing a CSS website?

I'm trying to make sure mine looks right no matter what font size the
user chooses, by not setting the font size in my CSS.

I'm also trying to make sure it resizes and still has the same layout,
by using a mixture of floats and non-absolutely positioned divs, and em
sizes for widths, margins, and padding.
I also punch in largest text in IE and make sure things look good at
600x800, and then normal text at 400px wide. Percentages for widths are
useful too.
I've also tested it in the latest version of Mozilla and IE.

What other browsers should I try?
Opera has some unique ideas sometimes, so good to use that. Try to get
Lynx as well - you can find it compiled for W32 and you only have to tweak
a few things. I also have an old NN4 on my computer.
Can I install multiple versions of IE on one machine?


Sure can. See
http://www.insert-title.com/web_desi...s/dev/multi_IE

Jul 20 '05 #2
BenOne© wrote:
Is there a recommended method for testing a CSS website?
? I use browsers.
I'm trying to make sure mine looks right no matter what font size
the user chooses, by not setting the font size in my CSS.
In Mozilla/Netscape 6+, <ctrl +> and <ctrl -> change the font size
"on the fly." Bump the size up a few notches, then browse the site.
Do the same with a small font size.
I've also tested it in the latest version of Mozilla and IE.

What other browsers should I try?
Opera, Lynx, Safari, IE/Mac. (Replace Lynx with Links or another
text-only browser; replace Safari with Konqueror.)
Can I install multiple versions of IE on one machine?


Of IE/Win, I think you mean. Yes, supposedly you can, though I've
never attempted it.

--
Brian (remove ".invalid" to email me)
http://www.tsmchughs.com/
Jul 20 '05 #3

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

Similar topics

4
by: Hugh Cowan | last post by:
Hello, I don't program full-time (anymore), but I do try and stay on-top of the latest technologies and like most are always trying to upgrade my skills and remain current (as much as is...
2
by: Edvard Majakari | last post by:
Hi all ya unit-testing experts there :) Code I'm working on has to parse large and complex files and detect equally complex and large amount of errors before the contents of the file is fed to...
4
by: Edvard Majakari | last post by:
Hi, I just found py.test and converted a large unit test module to py.test format (which is actually almost-no-format-at-all, but I won't get there now). Having 348 test cases in the module and...
3
by: SnaiL | last post by:
Hi, guys. I am interested in C++ unit testing. I know only two methods how to test private class methods. 1) Declare friend class in the code. But I don't like this style because tests depends...
2
by: Naveen Mukkelli | last post by:
Hi, I'm writing a client/server application using C#. The server accepts connecitons asynchronously, using BeginAccept/EndAccept. Is there any way we can write some unit tests(NUnit) to test...
5
by: David K Allen | last post by:
Here's my problem. Have a database interface with several methods. I created a database class to implement the interface, and a set of unit tests to test each method. Now I want to support...
7
by: Diffident | last post by:
Hello All, Can anyone please suggest me a good unit testing tool. I have seen NUnit but not sure on how I can use it to test my methods which involve session variables, viewstate variables,...
18
by: Andrew Wan | last post by:
I have been developing web applications with ASP & Javascript for a long time. I have been using Visual Studio 2003.NET. While VS2003 is okay for intellisense of ASP & Javascript, it's still not...
0
by: Matthew Fitzgibbons | last post by:
I'm by no means a testing expert, but I'll take a crack at it. Casey McGinty wrote: I've never run into this. Rule of thumb: always separate software from hardware. Write mock classes or...
14
by: Karsten Dambekalns | last post by:
Hi. Thomas Mlynarczyk wrote: Why do you want them to be private in the first place? I have yet to see code where this really makes sense... And if it does, then the external public API is...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
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
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...

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.