On this page
<!-- m --><a class="postlink" href="http://www.cultivatedesign.org/test/test.html">http://www.cultivatedesign.org/test/test.html</a><!-- m -->
you'll notice the white text in the dark gray box starts way over at the right and immediately breaks to another line. It's SUPPOSED to be centered on the line with the word "Item" - not lower. Something is causing it to push right/drop down a line but I can't figure out what.
Any ideas?
- BobOK - I'm pretty sure it has to do with the navigation buttons (not included but their widths are set). When I pulled them out, but not the logo, the text jumped to the left - _almost_ to the center but not quite. Could it have to do with the gray box being positioned relative?
- NEVERMIND - figured it out. Instead of relative-positioning the gray box, I just needed to set it to "clear: both". That cleared everything up - so to speak.
- BobIn Safari 2.0, the text "item" is aligned to the right and the "'color tab canon' updated" text is in the center, below the text "item."Right - that's apparently because the nav buttons were pushing it around. I'ts fixed - haven't bothered to update the test file.
<!-- m --><a class="postlink" href="http://www.cultivatedesign.org/test/test.html">http://www.cultivatedesign.org/test/test.html</a><!-- m -->
you'll notice the white text in the dark gray box starts way over at the right and immediately breaks to another line. It's SUPPOSED to be centered on the line with the word "Item" - not lower. Something is causing it to push right/drop down a line but I can't figure out what.
Any ideas?
- BobOK - I'm pretty sure it has to do with the navigation buttons (not included but their widths are set). When I pulled them out, but not the logo, the text jumped to the left - _almost_ to the center but not quite. Could it have to do with the gray box being positioned relative?
- NEVERMIND - figured it out. Instead of relative-positioning the gray box, I just needed to set it to "clear: both". That cleared everything up - so to speak.
- BobIn Safari 2.0, the text "item" is aligned to the right and the "'color tab canon' updated" text is in the center, below the text "item."Right - that's apparently because the nav buttons were pushing it around. I'ts fixed - haven't bothered to update the test file.