Alignment Issue

He has: 1,380 posts

Joined: Feb 2002

Hey...I have a problem...

I use IFRAME to display content (scrollable), and it was properly aligned (left), but randomly is right aligned now...I didn't change anything...can anybody see the issue?

The page skeleton is at onlinelba.com/short.html and the content is onlinelba.com/shortrecords.html (the content shows up on short.html)...style sheet is at onlinelba.com/style.css

Thanks for any help. (no complaints about IFRAMEs please)

Vincent Puglia's picture

They have: 634 posts

Joined: Dec 1999

Hi Eskater05,

I'm not sure what you mean. The iframe is right aligned? Or its content? Either way it looks okay to me, but I'm not the greatest css person out there. Any rate...

what is the layer below? And can that be causing your problems?

iframe {
align: left;
}
layer.right {
text-align: right;
}
'

Vinny

Where the world once stood
the blades of grass cut me still

He has: 1,380 posts

Joined: Feb 2002

you don't see the content all the way on the right, overlapping with the image and the scroll images?

Suzanne's picture

She has: 5,507 posts

Joined: Feb 2000

Everything is centered within the cell for me (as per your CSS).

Vincent Puglia's picture

They have: 634 posts

Joined: Dec 1999

Which browser are you using?

He has: 1,380 posts

Joined: Feb 2002

Ihave tested it using Mozilla, Firefoz, and IE...all looks messed up

They have: 11 posts

Joined: Apr 2004

IE looks fine to me, but it's right aligning in Firefox. Your alignment tags look like they should be working; my guess is there's something wrong with your tables, since there are big differences in how browsers read tables. try a TABLE {border:1} (I think that's the css for it) so you can see exactly what your tables are doing.

Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.