lyssac: (Default)
Lyssa C ([personal profile] lyssac) wrote in [community profile] style_system2009-10-30 11:18 am

Custom Style - CSS issues

I created a custom style before DW went into open beta, based on Core2, with some tweaks to my theme layer.

Despite a few minor changes that I've had to make along the way as the code or my needs have changed, it works out pretty well for me, but I am having a few issues that I hope someone can help with.

1) My header has the navigation links for the journal. They work fine with IE, but are just plain text in FF. I've tried fixing this with z-index:999; in every div I can think of, to no joy. Does anyone have any idea what I am doing wrong?

2)Journal Syndication. I moved this to module 3 and made it part of my footer, yet, I just noticed that it only shows up on the main page. Is there a reason it's not on the entry pages?

Thx.
ninetydegrees: Art: self-portrait (Default)

[personal profile] ninetydegrees 2009-10-30 07:05 pm (UTC)(link)
2) I think that's because there is no feed for individual entries so the module only displays on pages you can actually subscribe to.
afuna: Cat under a blanket. Text: "Cats are just little people with Fur and Fangs" (Default)

[personal profile] afuna 2009-11-01 05:55 am (UTC)(link)
1.) the .inner in the separator is interfering... or overlaying, or something for some reason. Adding this made it work for me in Firefox (don't have IE to test):
#header .module-wrapper .separator .inner { height: 0;}

2.) To prevent confusion, the syndicated module links only show up when you're viewing something that the module links could map to (so recent entries view, and by-tag view, but not reading page, or entries)

(PS. Your style is really pretty :-))
afuna: Cat under a blanket. Text: "Cats are just little people with Fur and Fangs" (Default)

[personal profile] afuna 2009-11-04 03:44 am (UTC)(link)
(Belatedly) That sounds awesome, and it looks really great!

Glad I could help :)