From: Francesco M. <f18...@ya...> - 2005-07-06 22:50:08
|
Hi, > The site looks great, but is there any way to use the safe style as > the default style? Setting the style to the safe style in Firefox > works great, but you have to change it everytime you go to another > page. For me there is not so much difference except that wxcode-notfixed.css works correctly with all browser while wxcode.css sometimes does not... so the wxcode.css was introduced to keep the site "compatible" with the old one as Otto asked me. I understand that it's not feasible to continously change the stylesheet from the menu so tomorrow I'll create a cookie which autoselects the favourite stylesheet of the user.... > I noticed while resizing the window that the title division > height is aparently a percentage of the full window height (in the > "non-safe" style). That should be a fixed height (based on how much > the top fonts and graphics take up), which is what it looks like the > safe style does. well, the problem is that in any case the "pseudo-frame" (a "block" in CSS terminology) in the top part of the page will always react badly to character-size change in the browser of the user: I changed the "topframe" CSS style from height: 19% to height: 10em; and as you can see browsing the site there is not much difference. > That all seems odd considering you named the safe > style "wxcode-notfixed.css" which I assume means non-fixed heights, > that, or you meant it's not fixed to work in IE. I called the alternative style "wxcode-notfixed.css" because it does not have those "position:fixed;" CSS attributes which makes wxcode.css look like a frame-based site ;-) >This all looks like > stuff that could be fixed to work in both browsers with a little bit > of work though. Maybe I'll take a shot at this as a challenge if I > have the time. It would give me a chance to brush up on my CSS. That would be great ! Please do your tests and let me know... > I would like to say though that the site looks pretty nice, I like the > design and layout. Thanks ;-) I hope that all wxCode developers will update their components ASAP to reflect the new site changes... Francesco |