/    Sign up×
Community /Pin to ProfileBookmark

Navigation Bar Wrong in IE

Hey, does anyone know how I can fix my menu bar on my blog, so it looks like it does in Firefox ?

[url]http://www.danielmousdell.com/blog[/url]

This is how it looks in IE and as you can see there is a gap between the links and the bottom image:

[img]http://api.browsershots.org/png/original/be/bebcb68be886464b6b769b9b37a00f9f.png[/img]

I have looked and I don’t know what code I need to add to get it to show correct in IE

Thanks alot ?

to post a comment
HTML

5 Comments(s)

Copy linkTweet thisAlerts:
@FangFeb 25.2009 — The <hr> has problems in IE, replace it with: &lt;div style="clear:both;"&gt;&lt;/div&gt;
Copy linkTweet thisAlerts:
@DanaldinhoauthorFeb 25.2009 — The <hr> has problems in IE, replace it with: &lt;div style="clear:both;"&gt;&lt;/div&gt;
[/QUOTE]


Hey Fang,

I did that and now that bottom image doesn't show in Firefox
Copy linkTweet thisAlerts:
@WebJoelFeb 26.2009 — There does not seem to be a [I]system identifier[/I] in your !doctype:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" [B]"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"[/B]>[/QUOTE] [B]This part[/B] (in this example.) ?

Might not solve the problem, but is a first best step.
Copy linkTweet thisAlerts:
@DanaldinhoauthorFeb 26.2009 — Thanks Joel

Also it didn't solve the problem so does anyone know?

Thanks ?
Copy linkTweet thisAlerts:
@DanaldinhoauthorFeb 26.2009 — Ok, I have progressed a bit with this.

I changed the:

&lt;div style="clear:both;"&gt;&lt;/div&gt;

to this:

&lt;div class="hr"&gt;&lt;hr /&gt;&lt;/div&gt;

Then in my css, I put this:

div.hr {
background: url('images/break.png') repeat-x;
height: 1em;
margin: 1em 0;
border-bottom: 2px solid #333;
}

div.hr hr {
display: none;
}


Now the good thing is that it shows, but if you go to: http://www.danielmousdell.com/blog/

It shows at the top under the search and title bar ?

Does anyone know how I can get it back to where it was in the first place in Firefox? But showing in IE

Thanks alot ?
×

Success!

Help @Danaldinho spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 5.28,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @AriseFacilitySolutions09,
tipped: article
amount: 1000 SATS,

tipper: @Yussuf4331,
tipped: article
amount: 1000 SATS,

tipper: @darkwebsites540,
tipped: article
amount: 10 SATS,
)...