"uncreative" skin bad layout

This is the place to report bugs and get support. When posting in this forum, please always provide as much detail as possible.

Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum, do not report it as a bug.

This is the place to report bugs and get support

When posting in this forum, please try to provide as many relevant details as possible. Particularly the following:

  • What operating system were you running when the bug appeared?
  • What database platform is your site using?
  • What version of mojoPortal are you running?
  • What version of .NET do you use?
  • What steps are necessary to reproduce the issue? Compare expected results vs actual results.
Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum.
This thread is closed to new posts. You must sign in to post in the forums.
10/8/2009 4:33:38 PM
Gravatar
Total Posts 116
http://www.zoomicon.com http://birbilis.spaces.live.com http://www.delicious.com/birbilis http://twitter.com/Zoomicon

"uncreative" skin bad layout

There's an issue with the "mcgee-uncreative" skin at the bottom if you add to your page a welcome note at the center and then a blog content at the center below it. At the bottom of the page, where the blog calendar and the blog categories etc. show, if you have few blog entries, then the skin doesn't look right (can grab a screenshot if you wish), as calendar and categories area goes below and outside the bottomline of the skin and a rectangular area (with the blog categories etc.) goes through it

10/10/2009 9:03:02 AM
Gravatar
Total Posts 18439

Re: "uncreative" skin bad layout

This happens because it uses a column layout where left and right are positioned using absolute positioning. Things positioned using absolute positioning are not in the flow of the document, so in this case it is only the center content which pushes the footer down. So if you have less content in the center than the side it gets out of whack. The only real solution is to re-work that skin to use float based column layout instead of absolute positioning.

Unfortunately I have so many things to do that fixing this is a very very low priority for me. 

Best,

Joe

10/10/2009 11:48:11 AM
Gravatar
Total Posts 116
http://www.zoomicon.com http://birbilis.spaces.live.com http://www.delicious.com/birbilis http://twitter.com/Zoomicon

Re: "uncreative" skin bad layout

Since the workarround is to add more content to the respective blog area (the one which is placed at the bottom of the page), it's fine if you just log this issue in your bugs with such a workarround note.

Keep on the good work!

You must sign in to post in the forums. This thread is closed to new posts.