Jump to content

This is really getting to me


Kovo

Recommended Posts

Your right div has class="rightt" whereas your CSS has ".right". Because of that, the right float is not applied.

Link to comment
Share on other sites

If you switch the places of the right column and the left column in the markup, it will work. If you insist on this order, use positioning and/or negative margins (complicates the things).

Link to comment
Share on other sites

If you switch the places of the right column and the left column in the markup, it will work. If you insist on this order, use positioning and/or negative margins (complicates the things).
Hmm, well if my markup u mean what it looks like now then it still dosnt work lol
Link to comment
Share on other sites

Ok. That's getting weird. Try to make the width smaller. Small enogh so it could visibly fit the main div's width and INCLUDING the margins and padding.Another thing. Try to add a Srtict DTD. Theese problems might be due to QuriksMode behaviour.

Link to comment
Share on other sites

Ok. That's getting weird. Try to make the width smaller. Small enogh so it could visibly fit the main div's width and INCLUDING the margins and padding.Another thing. Try to add a Srtict DTD. Theese problems might be due to QuriksMode behaviour.
Hmm, well I think Im almost there. It works in IE right now which is a first since my sites by default work in FF and not in IE :) loli tried applying a strict dtd and nothing happened. any suggestions?
Link to comment
Share on other sites

The good news is that even in Firefox, the content is floated properly. I think I know what this problem is. Use "overflow: hidden" on the main div.

Link to comment
Share on other sites

The good news is that even in Firefox, the content is floated properly. I think I know what this problem is. Use "overflow: hidden" on the main div.
U truely are amazing, again, u have helped me (remember xslt?)Thank you VERY much.
Link to comment
Share on other sites

U truely are amazing, again, u have helped me (remember xslt?)Thank you VERY much.
Your nickname sure felt really familiar. And now I remember the case too :) . You're welcome :) .
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...