ktm161
Forum Replies Created
-
I take it that nobody else has had a similar experience with FF3 altering spacing between text and images that is otherwise correct in FF2 and/or MSIE.
If that is the case, has anyone had even a similar experience to the one I have described above? Is there a Mozilla-related forum where my inquiry might be better directed in pursuit of an answer to my question?
Thanks again.
Bump.
Nobody else is having image/text spacing issues in FF3 that are not occurring in FF2 and/or MSIE?
Forum: Themes and Templates
In reply to: Firefox — 1 px randomly subtracted between image and title ???Upon further review, the issue seems to be with Firefox 3 — I have just done a print-screen and measured the pixels between the feature post images and their titles in the left column using Firefox 2, and using MSIE, and it is a consistent 8 pixels between these elements in both MSIE and FF2 — but in FF3, the second item on the list only has 7px between the post’s image and the title of the post.
Thoughts?
Forum: Themes and Templates
In reply to: Different background image for home vs. single postsIt worked, thanks!
As a sidenote, like I said before, after a bit of success all summer just figuring things out via trial and error, this was the first time I had to request help and I want to thank you for making it such a positive experience.
Forum: Themes and Templates
In reply to: Different background image for home vs. single postsThanks for the response. I had read that part of the codex earlier today and just re-read it again. I have inserted the call above where the div id and class are set in the header — which is the file establishing the background, as such:
<?php if (is_home()) { <div id="front" class="clearfloat"> } if (is_single()) { <div id="page" class="clearfloat"> } ?> <!-- <div id="page" class="clearfloat"> --> <ul id="nav" class="clearfloat"> <li><a href="<?php echo get_option('home'); ?>/" class="on">Home</a></li> <li class="cat-item"><a href="http://www.musikmodem.com/about/">About</a> <div style="text-align:left;"> <ul style="padding:0; margin:0;"> <?php wp_list_pages('exclude=19,2&title_li='); ?> </ul> </div> </li> <li class="cat-item"><a href="#">Sections</a> <div style="text-align:left;"> <ul id="menu" style="padding:0; margin:0;"> <?php wp_list_categories('hide_empty=0&exclude=1,10,18&sort_column=name&sort_order=desc&style=list&children=true&title_li='); ?> </ul> </div> </li> <?php wp_list_pages('include=19&exclude=17,18,2&title_li='); ?> </ul>As you can see, I have commented out the normal div id/class, but now, the website fails to display at all.
In the stylesheet, the two div id’s, ‘front’ and ‘page’ are identical entries, with the exception of specifying different background images.