1

Live Preview: https://tornhq.com/WorkingOn/InteractiveMap/index.html#Norway

I am having difficulties replacing my 'Article' and 'Section' tags with div's. All my attempts so far have ended up making things look weird and whatnot.

I think it's a bit big to make a JSFiddle for this, however my CSS file is very tidy and you can view it here: https://tornhq.com/WorkingOn/css/InteractiveMap.css

One last thing, of which I have only just noticed. My Caret up and down symbols in my CSS file are showing up as â–¼ for Caret down and â–² for Caret up. What can I replace these with so you can see an up and down symbol when looking at my source code in the browser?

4

2 回答 2

0

I assume you're trying to get rid of these HTML5 tags so that your site works in older browsers? You can use a polyfill JavaScript library like Modernizr which fixes the bugs in older browsers so you can use the HTML5 semantic tags with good compatibility.

于 2013-03-30T08:10:47.927 回答
0
于 2013-03-30T08:12:26.980 回答