Jump to content


Erm.. Help!


2 replies to this topic

#1 tomos

    Young Padawan

  • Members
  • Pip
  • 58 posts

Posted 24 May 2006 - 05:48 PM

Ok, so Im working on a kind of protal page with IPB SDK displaying the news from the forum.

If you look in IE, everything looks OK

If you look in FF, the news stretches on beyond the end of the conatiner

If you use Opera, then dont bother, it is screwed up in it.

Any ideas on how to fix it?

www.crimson-designs.co.uk/portal

Edited by tomos, 24 May 2006 - 05:49 PM.


#2 Hoot

    * Hooty Tooty Fruit *

  • Members
  • PipPipPipPip
  • 1,346 posts
  • Gender:Male
  • Location:Canada
  • Interests:Making Websites, Working in 3D, Playing the Drums

Posted 24 May 2006 - 06:06 PM

im just guessing, I see your using a CSS layout
if your going to have a copyright bar on the bottom try in the CSS doing this:
clear: both;

Also are your columns it two different div's floated left and right?

if not try doing your layout like this:
have two DIV's one floated left the other right to hold the content for each column then just add padding or margins to it, if you add margins to your code and it messes up in IE use this hack (change the name to eather a "." or keep it "#" and change the padding to the number you want):
* html #NAME
{
	margin:0;
	padding-right: 0px;
	padding-left: 0px;
}

Edited by Hoot, 24 May 2006 - 06:07 PM.


#3 tomos

    Young Padawan

  • Members
  • Pip
  • 58 posts

Posted 24 May 2006 - 06:32 PM

:wacko:

I do have 2 colums, left and right, with the right one using:

float: right;

But why is it so bad in Opera? and why wont FF stretch the whole length of the entered text?

*EDIT* adding copyright fixed the FF problem.

Opera still not working tho





1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users