PDA

View Full Version : FireFox Oddness with Divs


Ryltar
02-18-2005, 10:48 PM
Hi,

I am newer to divs (have some experience) and am changing a site from tables to divs and I am having a funny problem. This looks (more or less) fine in IE. There are still a few glitchs in appearance. But in FF is looks really queer. Definately the footer (div id 'footer') is causing the problem in appearance...

Could someone look at the code and help me figure this out... it is really bugging me... Annoying Site (http://www.ravenengineering.net/newlayout/temp.html)

Thanks for any help on that...

Also is there something that I have to do with divs so that they don't climb on top of eachother? The tops and bottoms seem to be overlaping...

hemebond
02-18-2005, 11:01 PM
I don't think you're "getting" the move from layout tables to semantic markup. You have no semantic markup. Your lists aren't marked up as lists. Your paragraphs aren't marked up as paragraphs. Try getting the the HTML to an organised, meaningful state, then apply CSS (yes, these are seperate processes) to organise and style the information.

Ryltar
02-18-2005, 11:22 PM
Ok... I am new to this shesh...

hemebond
02-18-2005, 11:47 PM
Ok... I am new to this shesh...Hey, that's okay. I'm just here to help. It's great that you're dropping layout tables, but it's also important you understand how to use the technologies correctly. And that's what we're all here for.

Ryltar
02-19-2005, 06:45 AM
That is what I am gonna do... I am completely rewriting the page/site this weekend to xhtml/semantic markup

hemebond
02-20-2005, 10:36 PM
I am completely rewriting the page/site this weekend to xhtmlI would stick to HTML Strict coded like XHTML. That is, all lowercase tags and attributes, encode all entities, no attribute minimisation, etc, and validate often.