Details
-
Type:
Contest Entry
-
Status:
Open
-
Labels:None
-
Hide
- simplicity.zip
- 28/Apr/06 3:02 AM
- 17 kB
- Herryanto Siatono
-
- simplicity/css/forms.css 6 kB
- simplicity/css/layout-1col.css 0.5 kB
- simplicity/css/layout-navleft-1col.css 0.6 kB
- simplicity/css/layout-navleft-2col.css 0.8 kB
- simplicity/css/layout-navtop-1col.css 0.6 kB
- simplicity/css/layout-navtop-3col.css 0.9 kB
- simplicity/.../layout-navtop-localleft.css 0.8 kB
- simplicity/.../layout-navtop-localright.css 0.8 kB
- simplicity/.../layout-navtop-subright.css 0.7 kB
- simplicity/css/layout.css 3 kB
- simplicity/css/nav-horizontal.css 2 kB
- simplicity/css/nav-vertical.css 2 kB
- simplicity/css/tools.css 1 kB
- simplicity/css/typo.css 4 kB
- simplicity/form.html 8 kB
- simplicity/i/bg.gif 0.7 kB
- simplicity/i/Thumbs.db 5 kB
- simplicity/index.html 8 kB
Activity
Hide
Permalink
Matt Raible
added a comment -
Thanks! Deployed to demo site at http://css.appfuse.org/themes/simplicity.
Show
Matt Raible
added a comment - Thanks! Deployed to demo site at http://css.appfuse.org/themes/simplicity .
Hide
J.F. Zarama
added a comment -
I have tried simplicity.css for a prototype shell-UI.
Firefox works fine. IE6 has problems rendering the Nav bar. I have not tried other browsers.
Have a look at:
http://142.46.207.217:8080/zmenu
Thanks for simpicity.css; simple and good looking design; thanks;
Firefox works fine. IE6 has problems rendering the Nav bar. I have not tried other browsers.
Have a look at:
http://142.46.207.217:8080/zmenu
Thanks for simpicity.css; simple and good looking design; thanks;
Show
J.F. Zarama
added a comment - I have tried simplicity.css for a prototype shell-UI.
Firefox works fine. IE6 has problems rendering the Nav bar. I have not tried other browsers.
Have a look at:
http://142.46.207.217:8080/zmenu
Thanks for simpicity.css; simple and good looking design; thanks;
Hide
Herryanto Siatono
added a comment -
Thx Zambra,
I did a quick check, it seems to be an inherent problem with the CSS framework. If you are using "localleft" layout, and you leave the "sub" division empty or with short sentence, the tab bar will disappear on IE and the local nav will also be messed up.
I did a quick test with the orginal framework files too, and it behaved the same way.
The quick workaround would be, fill up the div with a long sentence such as the one below, I know it sounds silly, since you are not using "sub" divistion at all for "localleft" layout, but it solves the problem.
<div id="sub">
<p>Proin pellentesque ullamcorper ipsum. Sed tincidunt tincidunt mi. Vestibulum magna wisi, vehicula eu, ullamcorper et, egestas in, tortor. Vestibulum interdum, massa in faucibus laoreet, tortor massa congue ligula, et feugiat elit mauris nec enim.</p>
</div>
Matt, you may want to take note of this, it seems like the CSS framework, is not 100% stable on IE.
I did a quick check, it seems to be an inherent problem with the CSS framework. If you are using "localleft" layout, and you leave the "sub" division empty or with short sentence, the tab bar will disappear on IE and the local nav will also be messed up.
I did a quick test with the orginal framework files too, and it behaved the same way.
The quick workaround would be, fill up the div with a long sentence such as the one below, I know it sounds silly, since you are not using "sub" divistion at all for "localleft" layout, but it solves the problem.
<div id="sub">
<p>Proin pellentesque ullamcorper ipsum. Sed tincidunt tincidunt mi. Vestibulum magna wisi, vehicula eu, ullamcorper et, egestas in, tortor. Vestibulum interdum, massa in faucibus laoreet, tortor massa congue ligula, et feugiat elit mauris nec enim.</p>
</div>
Matt, you may want to take note of this, it seems like the CSS framework, is not 100% stable on IE.
Show
Herryanto Siatono
added a comment - Thx Zambra,
I did a quick check, it seems to be an inherent problem with the CSS framework. If you are using "localleft" layout, and you leave the "sub" division empty or with short sentence, the tab bar will disappear on IE and the local nav will also be messed up.
I did a quick test with the orginal framework files too, and it behaved the same way.
The quick workaround would be, fill up the div with a long sentence such as the one below, I know it sounds silly, since you are not using "sub" divistion at all for "localleft" layout, but it solves the problem.
<div id="sub">
<p>Proin pellentesque ullamcorper ipsum. Sed tincidunt tincidunt mi. Vestibulum magna wisi, vehicula eu, ullamcorper et, egestas in, tortor. Vestibulum interdum, massa in faucibus laoreet, tortor massa congue ligula, et feugiat elit mauris nec enim.</p>
</div>
Matt, you may want to take note of this, it seems like the CSS framework, is not 100% stable on IE.
Hide
J.F. Zarama
added a comment -
Yes, I did try the filling the div id="sub" with a long text as indicated.
IE6 works fine now.
Thanks;
IE6 works fine now.
Thanks;
Show
J.F. Zarama
added a comment - Yes, I did try the filling the div id="sub" with a long text as indicated.
IE6 works fine now.
Thanks;