Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

General Format Question

Status
Not open for further replies.

mkohl

Programmer
Feb 22, 2005
82
US
I have a problem and was hoping that you guys can assist me with some value advice.

The problem is "Browser Compatability" I am using IE 6.0 and my web pages(asp.net) look fine on this side. But the client is using a different browser(I think its the Apple default browser?? safari?) Anyway, its not looking good. I checked other browsers such as, Netscape, which looks ok but needs minor adjustments. I also, checked Mozzela and it looks pretty bad.

Some of the issues I am seeing are:
1. Button controls should be next to the drop down box, but in some browsers its wrapping onto another line.

2. I have a few images that are in a image control and they should be the same size, but in some browsers they are being displayed different sizes and different locations than what I have programmed for.

My question is: How would I go about fixing problems like this. Should I get a book on CSS? or is there something else I should look into?

I feel that I am a pretty good programmer, but I am new at ASP.Net/webdesign. So, if you have any usful information please let me know, so I can take the actions to fix my problems.

-Mike

 
Should I get a book on CSS?
Definately. If you use CSS correctly, in most cases you won't have many cross browser issues to deal with (or at least it will dramatically reduce the number of issues that you do get). Also, you should choose a correct DOCTYPE and validate your pages at:



____________________________________________________________

Need help finding an answer?

Try the Search Facility or read FAQ222-2244 on how to get better results.
 
Thanks,

I really appreciate the advice, I already see that the validator will be a gret tool to use.

-Mike

 
Also, a good introduction to CSS can be found at:


and a great example of why you should use CSS and what can be done when you do use it, can be found at:


If you take the time to have a look at the above site, you'll see the difference it can make to the maintainabilty of your site.


____________________________________________________________

Need help finding an answer?

Try the Search Facility or read FAQ222-2244 on how to get better results.
 
ecannizzo,

Thanks for the article, I felt the pain when I started reading it. All the problems I have been experiencing are referenced in this article.

I havent read the whole article yet but I feel this might be a great temperary solution to the problem.

-Mike
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top