For a year and a half I have been working on a b2evo blog skin birthday
gift for a friend of mine.  I finally put everything up an hour ago and
found some unexpected glitches.  The problem with this project was that
I had to focus on coding php (I don't know php at all), and I think some
css issues slipped through the cracks.  This project was pretty huge I
dare say.  :)

In any case, here are your relevant files:

http://anonymousopinion.com/index.php?blog=1
http://anonymousopinion.com/skins/AO/AO.css

Bugs I have seen:

All:
Using margin: auto; to align elements within posts or on the sidebar
always fails.  I have tried applying position: relative; to the parent
block with no results.  Fortunately, margin: auto; *does* work to align
the page itself.

Opera and IE:
http://anonymousopinion.com/skins/AO/dynamictext/replacement-screen.css

.pageSubTitle, .date, .bTitle, .sideItemTitle  {
        visibility: hidden;
        }

This isn't hiding the text that gets replaced properly in these
browsers.

Opera:
The top image replaced area is positioned incorrectly.  Even IE handles
this properly, so I am at a loss for why.

IE:
Link underlines (bottom borders) vanish on any line other than the first
on multiline links.  I know about this bug.  Is there a fix?

Borders appear and disappear at random for various elements.  None of
the right borders appear for the sidebar for some reason despite my use
of height: 0%; on a ton of elements.

Dotted borders (blockquotes and images) change in appearance frequently
when page scrolling.  I tried to apply the height hack to this one, but
it made them vanish entirely.  Probably not a good idea.  :)

Mac:
Beats me.  I don't own one.

Am I missing anything?  Does anyone have solutions?  Fortunately my
friend just loves it the way it is, bugs or no bugs, but I want it to be
flawless, darn it!


Alright.  Thanks as always,

Andy

______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to