Weird main content issue Topic is solved

Have a programming question regarding your component, plug-in, extension or core hacks? Have an interesting tidbit, FAQ or programming tip you’d like to share? This is the place for you.

Moderators: tjay, seadap, Rogue4ngel, matthewhayashida

Post Reply
ourartsite

Weird main content issue

Post by ourartsite » Tue Nov 06, 2007 5:05 am

I have spent the last few days coding up my site to make it look like the site that was here before I found the wonders of Joomla. So I am in a mass conversion of the older site with a lot of content into my new Joomla package, and I love it so much! I do have a quick q regarding a weird content area issue that I hope someone can help me with because I can't think of anything:

The front published content posts are on the front page, and after the second post the third and consecutive posts show up to the right of the content itself - pushing the screen over with the content off the browser screen. (To see a visual representation of this, please go here: ourartsite.com/s

I hope I can find some help on this, because like I said I am new at this. I still need to make a general post about how to install plugins - when I dl the package from extension sites there is not one single file I upload onto my site; or maybe I am installing wrong, etc. Any useful articles on how to install extensions would be helpful, but I can direct that question if needed myself.

User avatar
madsamurai
Joomla! Apprentice
Joomla! Apprentice
Posts: 20
Joined: Tue Oct 02, 2007 6:13 pm

Re: Weird main content issue

Post by madsamurai » Wed Nov 07, 2007 4:50 pm

Your problem isn't with joomla, it's in your template/css. Instead of floating everything left and right, you'd probably be a lot better off to create two columns and just use relative positioning. Floats can get really messy. You can google search for 'css 2 column layouts' or something like that and get lots of examples.  http://www.positioniseverything.net/ is a great site for IE workarounds.

It's really easy to set up css that works perfectly in everything but IE... then the nightmares begin :)  For any one layout, there's a dozen ways to do it for all other browsers, but only one will work in IE without breaking everything else. Typically I just do two different css files (three, now that IE7 is out).

good luck!


Post Reply