Welcome to Tech Support Forum home to more then 136,000 problems solved. Issues have included: Spyware, Malware, Virus Issues, Windows, Microsoft, Linux, Networking, Security, Hardware, and Gaming Getting your problem solved is as easy as:
1. Registering for a free account
2. Asking your question
3. Receiving an answer

Registered members:
* Get free support
* Communicate privately with other members (PM).
* Removal of this message
* See fewer ads.
* And much more..

 



Want to know how to post a question? click here Having problems with spyware and pop-ups? First Steps
Go Back   Tech Support Forum > Design Forum > Web Design & Programming
User Name
Password
Site Map Register Donate Rules Blogs Mark Forums Read


Web Design & Programming Discussion of web design, and server-side & client-side scripting

Reply
 
LinkBack Thread Tools
Old 10-11-2008, 06:24 PM   #1 (permalink)
Registered User
 
Join Date: Oct 2008
Location: Cherry Hill, NJ
Posts: 2
OS: OS X 10.5.5


Send a message via AIM to revrodogg
Question Need help making site work on Firefox and IE...

I am fairly new at designing sites (I have only been video editing for 7 years on FCP) and I am designing this site (http://www.mikerosado.com/Ed_Web/ - temp location) with Dreamweaver CS3 and it looks great on Safari but horrible on Firefox and IE. I am new to using CSS and I searched the web for similar issues and have been playing around with it but I can't get it to work. I've created some sites before using CSS and it's been fine until now.

Any suggestions? Please help

Last edited by revrodogg; 10-11-2008 at 06:28 PM.
revrodogg is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Important Information
Join the #1 Tech Support Forum Today - It's Totally Free!

TechSupportForum.com is a leading support website for your computer needs. We offer free, friendly and personalized computer support. Why pay to have your computer fixed when you can do it for free.

Join TechSupportforum.com Today - Click Here

Old 10-12-2008, 11:25 AM   #2 (permalink)
Moderator: Design
 
dm01's Avatar
 
Join Date: Oct 2006
Location: Richmond, B.C.; Canada
Posts: 1,429
OS: Windows XP [Version 5.1.2600] SP3 | Ubuntu Jaunty Jackalope | Windows 7 BETA

My System

Re: Need help making site work on Firefox and IE...

This is a common problem when you design web sites with one browser.

It looks like Dreamweaver was trying to use HTML 4.01 Transitional. Put this at the very top of the page (before <html>):

HTML Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
   "http://www.w3.org/TR/html4/loose.dtd">
Now run your site through the W3C HTML Markup Validator. This will let you pick up any errors in your code that are causing the incorrect display. http://validator.w3.org/ Having a valid Document Type allows the Validator to find more errors. More errors may also arise while you are editing, so be sure to run the validator until you have none.

Note: don't worry about any formatting attributes within <body>, as we will deal with these in your style sheet. Don't change them, and do not delete them. You can <!--comment them out--> if you want the validator to ignore them.

It's a good-looking site, just needs a few adjustments. If you need any help, just post back with your question.

When you're done validating, post back so we can work on the style sheet.
__________________


Validate your Markup Validate your CSS Notepad++
Please use [html], [php], and [code] when posting code or markup.
I do not help by Private Message or e-mail. If for some reason I have over-looked a reply to a thread that I have previously replied to, then send me a message.
dm01 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 10-14-2008, 11:23 AM   #3 (permalink)
Registered User
 
Join Date: Oct 2008
Location: Cherry Hill, NJ
Posts: 2
OS: OS X 10.5.5


Send a message via AIM to revrodogg
Re: Need help making site work on Firefox and IE...

Awesome! Completed your instructions and the only errors that I have are the ones in the <body> (ex: The tag: "body" doesn't have an attribute: "leftmargin" in currently active versions.[HTML 4.0]).

Thanks a lot! Now I am ready for help on the style sheet.

I uploaded my updates here http://www.mikerosado.com/Ed_Web/
revrodogg is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 10-14-2008, 06:41 PM   #4 (permalink)
Moderator: Design
 
dm01's Avatar
 
Join Date: Oct 2006
Location: Richmond, B.C.; Canada
Posts: 1,429
OS: Windows XP [Version 5.1.2600] SP3 | Ubuntu Jaunty Jackalope | Windows 7 BETA

My System

Re: Need help making site work on Firefox and IE...

All right, you're all set. Just follow these instructions and your site will validate perfectly. I have tested this on localhost and everything checked out.

First of all, the margin attributes in <body> can be deleted. You won't need them after the CSS is changed.

Now, the fun part. You have to add a property to this document's internal style sheet. I think Dreamweaver shows line numbers, it's line 92 of the html file. Add a new line directly after background-repeat: repeat-x; and enter margin: 0px;

This re-sets the margins of the page to zero, which is what the margin attributes in <body> were meant to do. The browser sets a certain margin which can then be changed using styles. You can do this for the rest of the pages now.

Why did Dreamweaver create a different style sheet for each page? You can fix this quite easily (if you care).
__________________


Validate your Markup Validate your CSS Notepad++
Please use [html], [php], and [code] when posting code or markup.
I do not help by Private Message or e-mail. If for some reason I have over-looked a reply to a thread that I have previously replied to, then send me a message.
dm01 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 10-06-2009, 03:16 PM   #5 (permalink)
Registered User
 
Join Date: Jan 2008
Posts: 9
OS: xp


Re: Need help making site work on Firefox and IE...

I have a site done with dreamweaver 8,, it messes up in firefox. is there a quick fix ? some coding ?

http://1pcrepair.890m.com

any help greatly appreciated

Colin
colin12 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Reply


Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off




All times are GMT -7. The time now is 03:27 PM.



Copyright 2001 - 2009, Tech Support Forum
Home Tips Plus | Outdoor Basecamp | Automotive Support Forum

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85