HighDots Forums  

CSS & HTML Validate, but fails in Firefox

Macromedia Dreamweaver Macromedia Dreamweaver Discussions (macromedia.dreamweaver)


Discuss CSS & HTML Validate, but fails in Firefox in the Macromedia Dreamweaver forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
timleto
 
Posts: n/a

Default CSS & HTML Validate, but fails in Firefox - 11-04-2005 , 02:52 PM






I'm reposting this with a less vague title and summary. I apologize if that is
contrary to forum ettiquette.

This is my first site, first exposure to CSS, first exposure to HTML for that
matter. Perhaps I bit off more than I could chew, but I'm on the pleasant side
of the learning curve now.

According to the webhost stats for my client?s site, 90% of visitors use IE,
so I designed with that in mind. I talked the business into going from a 6 page
shtml fossil to a new site with webstore. I'm learning ASP for CartWeaver, so
the webstore won't be implemented until year end. When it's functional, I
anticipate the client will have a broader range of browser visits, so I don't
want the page to fail in Firefox or Opera. I'm waiting for more data from the
client, so the site is incomplete. There's enough in place, however, that my
novice errors should be obvious. The html validates as 4.01 transitional. The
css validates, although it?s a little convoluted and I?ll need to clean it up a
bit.

http://www.con-cor-co.com/
http://www.con-cor-co.com/concor.css

Please advise on correcting my css or html to make the site Opera/ Firefox
friendly. Also, please give criticism and compliments as you see fit. One last
question: I haven't settled on a price for the site, so I'd like some input on
what to charge. The web store will have about 500 items for sale, and I have to
build the database from scratch. I'm proud of my first go at a website, but I
don't want to over- (or under-) estimate the quality of my work. Thanks in
advance for your help.



Reply With Quote
  #2  
Old   
timleto
 
Posts: n/a

Default Re: CSS & HTML Validate, but fails in Firefox - 11-06-2005 , 12:00 AM






Does anyone know a pay-per-answer resource for trouble shooting my x-browser prob? It's slightly better with some fiddling, bt I must be missing some logic.

Thanks in advance.

-Tim

Reply With Quote
  #3  
Old   
djinn
 
Posts: n/a

Default Re: CSS & HTML Validate, but fails in Firefox - 11-06-2005 , 07:32 PM



timleto wrote:
Quote:
Does anyone know a pay-per-answer resource for trouble shooting my x-browser prob? It's slightly better with some fiddling, bt I must be missing some logic.

Thanks in advance.

-Tim
Hi Tim,

You want to put all your content within the wrapper div - so you need to
make the changes in your html.

Make the <div id="wrapper"> the first line under your body tag so your
opening few lines of code look like......

<body onload="P7_initPM(0,4,1,20,20)">
<div id="wrapper">
<div id="banner">

Remember to move your #wrapper's corresponding closing </div> to the
vottom of the page so your bottom few lines look like so.....

</div> <!-- Ends footer div -->
</div>
</body>
</html>

HTH

--
chin chin
Sinclair


Reply With Quote
Reply




Thread Tools
Display Modes

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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.