CSS: IE vs Firefox Screenshots!
-
Ok ok … here we go.
I’ve already posted about this before but haven’t gotten an “answer” per se … take a look at this screenshot.
I want to know how to get rid of the word “Links”(in Verdana). I’ve taken a look at the source and this is what I see:
<div id="menu">
<span class="sidetitle">Links</span>
<li id="links">Links- A List Apart
Where the hell is li id=”links” coming from? It’s not in my CSS!? And, just out of curiosity, why doesn’t the Archives or Categories PHP get “automatically assigned” a list ID + a UL like that? I mean, look at my template:
<div id="menu">
<span class="sidetitle">Links</span>
<?php get_links_list(); ?> <---------------------
<span class="sidetitle">Recent Entries</span>- Recent Entries PHP Here
<span class="sidetitle">Browse by Category</span>
<?php list_cats(0, 'All', 'name'); ?>< ----------------------
<span class="sidetitle">The Archives</span>
<?php get_archives('monthly'); ?> <----------------------
<span class="sidetitle">Other</span>
They’re all styled the same so why does what I mentioned happen to “Links” only?
Also in the screenshot is the big gap sitting below “Browse by Category”. Should there be a<li id="categories">
there as well? And what about Archives? I don’t get it …
I’m also wondering if you can take a look at this screenshot and help me out with the CSS (The applicable stuff is provided in the screenie) — namely:
Why the big gap at the right side i n IE?
Why the no top margin on the header in Firefox?
Any idea how I can fix this? Ideally I want a 10px margin around the header and menu DIV’s that’ll work in both browsers.
Thanks a bunch …
-Gregor
- The topic ‘CSS: IE vs Firefox Screenshots!’ is closed to new replies.