Go Back   CodingForums.com > :: Client side development > HTML & CSS

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 08-08-2012, 02:21 AM   PM User | #1
Xylina
New to the CF scene

 
Join Date: Aug 2012
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Xylina is an unknown quantity at this point
<nav> tag

I searched and searched for a Photo Gallery that was easy to set-up and finally found one that I was actually able to get set-up in my site and fit into the theme of my website. After getting everything working right I checked it live in several browsers, including Google Chrome 21.0.1180.60, IE 8 and Firefox 14.0.1. In both Chrome and Firefox the gallery appears correctly and functions properly. However in IE 8 it does not. After some research I discovered that the problem is the <nav> tag...it is not supported in IE 8.

This is the page in question

Code:
<form>
	<div id="content1">
		<input id="slide-01" type="radio" name="nav" />
		<fieldset id="slide-content-01">
		<input id="legend-01" type="checkbox" />
		<label for="legend-01"><em>Jacqui - Council Member</em>
		Biography of Member
		</label> </fieldset>

		<input id="slide-02" type="radio" name="nav" />
		<fieldset id="slide-content-02">
		<input id="legend-02" type="checkbox" />
		<label for="legend-03"><em>Jacqui - Council Member</em>
		Biography of Member
		</label> </fieldset>

		<input id="slide-03" type="radio" name="nav" />
		<fieldset id="slide-content-03">
		<input id="legend-03" type="checkbox" />
		<label for="legend-03"><em>Jacqui - Council Member</em>
		Biography of Member
		</label> </fieldset>

		<input id="slide-04" type="radio" name="nav" />
		<fieldset id="slide-content-04">
		<input id="legend-04" type="checkbox" />
		<label for="legend-04"><em>Jacqui - Council Member</em>
		Biography of Member
		</label> </fieldset>

		<input id="slide-05" type="radio" name="nav" />
		<fieldset id="slide-content-05">
		<input id="legend-05" type="checkbox" />
		<label for="legend-05"><em>Jacqui - Council Member</em>
		Biography of Member
		</label> </fieldset>
	</div>
	<nav>
		<label id="label-01" for="slide-01"></label>
		<label id="label-02" for="slide-02"></label>
		<label id="label-03" for="slide-03"></label>
		<label id="label-04" for="slide-04"></label>
		<label id="label-05" for="slide-05"></label>
        </nav>
</form>
Any help is greatly appreciated.
Xylina is offline   Reply With Quote
Old 08-08-2012, 02:49 AM   PM User | #2
VIPStephan
The fat guy next door


 
VIPStephan's Avatar
 
Join Date: Jan 2006
Location: Halle (Saale), Germany
Posts: 7,600
Thanks: 5
Thanked 865 Times in 842 Posts
VIPStephan is a jewel in the roughVIPStephan is a jewel in the roughVIPStephan is a jewel in the rough
You won’t get this to work in IE 8 because it’s using highly experimental CSS 3. You will definitely need some JavaScript for that. And apart from that I, personally, think the set-up you currently have isn’t really something for real life either. A lot of useless, non-semantic mark-up to achieve the effect. I think just because one can do it doesn’t mean one has to.
__________________
Don’t click this link!
VIPStephan is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

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

Forum Jump


All times are GMT +1. The time now is 07:39 AM.


Advertisement
Log in to turn off these ads.