ij_siteschemes
.:.:::...:::. ..:: .:::::.

About this journal
IJ_siteschemes is where everyone involved in designing site schemes for IJ can exchange notes, documents and ideas. Membership is currently moderated, so please leave a comment for branchandroot if you'd like to join in.

September 2015
    1 2 3 4 5
6 7 8 9 10 11 12
13 14 15 16 17 18 19
20 21 22 23 24 25 26
27 28 29 30

Branch [userpic]
Debugging in process

Okay, a workaround has been made in the new scheme style sheets that should fix the gap-at-top problem; if everyone could go and see if it has, that would be good. Also, if you find the sidebar menu running off the bottom of the page, please tell me.

The dialogue boxes and "save" button accent boxes should be in place, but are still glitchy; will be working on that. Of course, if anyone recalls off the top of their heads whether margin:auto works in IE and FF, or how to make it, I'd love to hear.

PM page should no longer have a scroll bar in FF, and I'm still working on turning the Portal headers black.

If there are any other layout bugs coming up, let me know where and what. Suggestions for fixes are always welcome too.


ETA: Okay, the accent boxes are becoming a serious sticking point. It's possible I will have to go back to tables with these. *growls with annoyance*


ETA2: Still working on the bug in FF2 that produces scrollbars in the sidebar layout. Also still trying to override some stubborn css in the customize area. I think the rest of it is good to go, though. Let me know if anyone finds more bugs or things that are hard to read or anything like that!

Tags:
Comments
Re: Worksafe / Firefox / 1280 x 1024

*nods* I just sent along a new style, toning down the accentbox colors a bit, and the new code on those should center all the buttons better. And, hopefully, with a fix for the scrolling on the Updates page. Let me know if it works.

Re: Worksafe / Firefox / 1280 x 1024

Buttons look great, but still the horizontal scroll. I can't figure out what's causing it unless its a FF % issue

Re: Worksafe / Firefox / 1280 x 1024

I suspect it is. Okay, let me try something a little more elaborate. I'll set the width to 70% in the sidebar version. Should be up in a little bit.

Re: Worksafe / Firefox / 1280 x 1024

Sorry, I'm back with one more thing! On most pages, there is a really large gap at the bottom of the page - between IJ-sitepage-footer and whatever the last element was. I also noticed that everything before IJ-sitepage-footer is conforming to the % stuff - its at the footer that things are shifted (the hr looks centered to a different % than the rest of the page). Let me know if a screencap will be more helpful than my bumbling narrative.

Re: Worksafe / Firefox / 1280 x 1024

*kicks the browsers* I know what you're talking about. The weirdity with the hr seems to be due to the width specifications I've been fiddling with. The gap at the bottom, we're kind of stuck with. I could probably take it down about fifty or a hundred pixels, but not more. See, I can't float the sidebar, so I have to absolutely position it. but that means that the clearing element won't keep the footer down at the bottom anymore! So I have to give the sidebar a min-height and it has to be tall enough to accommodate people who are using large-text browsers. *scrubs hand through hair* I really wish the core code wasn't so screwed up. Who ever heard of putting a /clearing div/ at the /top/ of a page?

The other thing is, the width fixes for FF2 are messing with the layout in most of the other browsers. I might actually have to release a user-styles patch for FF2 to fix this. Argh!

Re: Worksafe / Firefox / 1280 x 1024

Hm, when I get home I can try and dick around a little bit with the css and see if I can find anything. I doubt I will, but I know how it feels to fight with ff/ie in the css department. I can also do some GJ/IJ/LJ code comparisons in terms of sidebars and see if there is something I can glean from theirs that would be beneficial.

Are we unable to change some of the core code? That might make it better all around.

Re: Worksafe / Firefox / 1280 x 1024

*wry* It would be easier to make a working layout, yes, but IJ is still taking updates from the LJ core code, as it becomes available. And if we change the core code here, then updates will have to be hand-merged and that would be a big pain.

And anything you happen to figure out will be very welcome!

Re: Worksafe / Firefox / 1280 x 1024

I'm making progress. Hopefully in a couple hours you'll have the fix you need (I am double checking in IE7 - do you know of any significant css differences between IE6 and 7 that I should worry about?)

Re: Worksafe / Firefox / 1280 x 1024

You are wonderful.

The only difference I know of for sure is that the * at the front of a css rule (as in the Holly Hack) no longer works in 7. I think the underscore does, though.

Re: Worksafe / Firefox / 1280 x 1024

Here we go! I had to remove the hr and replace with a border, but it looks spic and span (I didn't test in anything but entry mode, so let me know if there's still quirks).

http://home.comcast.net/~isentropic/css.css

Also, if I could offer my humble aesthetic opinion, I'm finding that

a {color:#584f34}
a:visited {color:#8e886b}
a:hover {color:black;}

table.IJ-AccentBox2 { background: #edebd5;}

Are a little easier to see/read/etc.

Re: Worksafe / Firefox / 1280 x 1024

Annnnd I'm not sure if something changed since I got home from work, but comments are no longer indented. O.o

Re: Worksafe / Firefox / 1280 x 1024

*blinks* Nothing that I know of... *checks* They're indented in Camino (which is the Geko engine just like FF). How peculiar.

But! If it really is the hr, then I'm going to try one more thing before going with the borders. Thank you for hammering this out!

And I like the colors you suggest. We'll give those a try. Probably not until tomorrow, though, since Squeaky is likely in bed by now.

Re: Worksafe / Firefox / 1280 x 1024

Billionth comment? Billionth comment. I reuploaded the css because I did something weird with padding that I didn't realize till five seconds ago. The code fixes the gap at the bottom (that you originally needed so that big fonts could work) and the hr problem.

Re: Worksafe / Firefox / 1280 x 1024

It /does? *sparkles* Where did you put it?

Re: Worksafe / Firefox / 1280 x 1024

Its the comcast link up about three comments ago.

Re: Worksafe / Firefox / 1280 x 1024

Ah, sorry, I meant, where did you put that padding? I can't spot it in any of the likely places...

Re: Worksafe / Firefox / 1280 x 1024

Ah! I'd put it in the sidebar (reduced to 140px and added padding-right of 5px) - I removed it already so that css file is good to go :)

Re: Worksafe / Firefox / 1280 x 1024

Okay, now I get it! I should probably go to bed now. *laughing*

I remember Safari used to be a right pain about heights in percentages; let me test it in that browser. With luck the problem has been fixed, and this will work out!

Thank you again!

Re: Worksafe / Firefox / 1280 x 1024

Fingers crossed!

Re: Worksafe / Firefox / 1280 x 1024

*glum* Alas, Safari is still being pissy about it. *sighs* guess we're stuck with a space at the bottom.

Re: Worksafe / Firefox / 1280 x 1024

http://www.ibloomstudios.com/articles/safari_css_hack/

Maybe this will help? Because I know its working for firefox and IE so if we can just cut safari out of the css loop, we'd be good to go

Re: Worksafe / Firefox / 1280 x 1024

*frustrated* No dice. Safari looks like it's fixed that loophole. It looks like all Gecko browsers on the Mac (Firefox, Camino, etc.) won't accept the percentage height in any case. They interpret it as 100% of the content in that div, not of the page as a whole.

Re: Worksafe / Firefox / 1280 x 1024

I wish there was a way for me to look at mac browsers on a PC.

The other possibility is to use a browser-css selector.

Re: Worksafe / Firefox / 1280 x 1024

*wry* I hear you.

Hm. Do you know if there's a way to apply them to different platforms? Because we'd need to include FF for Mac in the 'pixel height' style while putting FF for PC in the 'percentage height' style.

Alternatively, we could just put out a user-styles patch for IE and FF-PC users that uses the percentage height and at least they could have a no-gap layout.

Re: Worksafe / Firefox / 1280 x 1024

I like patches personally, but there are a lot of people who can barely find the viewing options page, much less figure out how to use patches - unless it is something that can be easily accessed through the viewing options page. I also like browser-directed css because a lot of people use one kind of browser at home and another at work and anything set by IJ for your account won't work in both cases. Blah blah etc etc it's kind of lose-lose.

This is the best thing I've seen, though I've never used it:
http://rafael.adm.br/css_browser_selector/

I think you can either set browser specific tags or direct them to browser specific css files.