I have absolutely no idea what went wrong here, all I know is that everything worked well, and then... well... then it didn't.
<!-- m --><a class="postlink" href="http://xpssource.net/">http://xpssource.net/</a><!-- m -->
And the CSS
<!-- m --><a class="postlink" href="http://xpssource.net/stylesheet.css">http://xpssource.net/stylesheet.css</a><!-- m -->
Any help to be received? I'm not very confident at CSS so I'm having trouble coming up with a theroy of where this goes wrong.
Oh, right, almost forgot - to specify the problem: as you can see, there is a box to the right. This box is supposed to float on the right side next to the news posts and such. Instead, it gets pushed down below them. As I said, it worked perfectly, and then suddenly it just stopped working. As far as I know, I did not make any changes to that specific part of the CSS, so I can't see the relation.
So please, if someone with a higher amount of skill and understanding of CSS than me would like to help me crack this nut, I'd appreciate it.Put the #rightbox before the other elements in #layout.
You should use a complete doctype (one that includes a URL).
<!-- m --><a class="postlink" href="http://hsivonen.iki.fi/doctype/">http://hsivonen.iki.fi/doctype/</a><!-- m -->
<!-- m --><a class="postlink" href="http://www.alistapart.com/articles/doctype/">http://www.alistapart.com/articles/doctype/</a><!-- m -->
<!-- m --><a class="postlink" href="http://www.juicystudio.com/choosing-doctype/">http://www.juicystudio.com/choosing-doctype/</a><!-- m -->
<!-- m --><a class="postlink" href="http://www.w3.org/QA/2002/04/valid-dtd-list.html">http://www.w3.org/QA/2002/04/valid-dtd-list.html</a><!-- m -->
<!-- m --><a class="postlink" href="http://www.tjkdesign.com/articles/boxmodel.asp">http://www.tjkdesign.com/articles/boxmodel.asp</a><!-- m -->
Difference between box models, doctype switching, etc. (<!-- m --><a class="postlink" href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnie60/html/cssenhancements.asp">http://msdn.microsoft.com/library/defau ... ements.asp</a><!-- m -->)
The Box Model Problem (<!-- m --><a class="postlink" href="http://www.communitymx.com/content/article.cfm?cid=E0989953B6F20B41">http://www.communitymx.com/content/arti ... 53B6F20B41</a><!-- m -->)
<!-- m --><a class="postlink" href="http://xpssource.net/">http://xpssource.net/</a><!-- m -->
And the CSS
<!-- m --><a class="postlink" href="http://xpssource.net/stylesheet.css">http://xpssource.net/stylesheet.css</a><!-- m -->
Any help to be received? I'm not very confident at CSS so I'm having trouble coming up with a theroy of where this goes wrong.
Oh, right, almost forgot - to specify the problem: as you can see, there is a box to the right. This box is supposed to float on the right side next to the news posts and such. Instead, it gets pushed down below them. As I said, it worked perfectly, and then suddenly it just stopped working. As far as I know, I did not make any changes to that specific part of the CSS, so I can't see the relation.
So please, if someone with a higher amount of skill and understanding of CSS than me would like to help me crack this nut, I'd appreciate it.Put the #rightbox before the other elements in #layout.
You should use a complete doctype (one that includes a URL).
<!-- m --><a class="postlink" href="http://hsivonen.iki.fi/doctype/">http://hsivonen.iki.fi/doctype/</a><!-- m -->
<!-- m --><a class="postlink" href="http://www.alistapart.com/articles/doctype/">http://www.alistapart.com/articles/doctype/</a><!-- m -->
<!-- m --><a class="postlink" href="http://www.juicystudio.com/choosing-doctype/">http://www.juicystudio.com/choosing-doctype/</a><!-- m -->
<!-- m --><a class="postlink" href="http://www.w3.org/QA/2002/04/valid-dtd-list.html">http://www.w3.org/QA/2002/04/valid-dtd-list.html</a><!-- m -->
<!-- m --><a class="postlink" href="http://www.tjkdesign.com/articles/boxmodel.asp">http://www.tjkdesign.com/articles/boxmodel.asp</a><!-- m -->
Difference between box models, doctype switching, etc. (<!-- m --><a class="postlink" href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnie60/html/cssenhancements.asp">http://msdn.microsoft.com/library/defau ... ements.asp</a><!-- m -->)
The Box Model Problem (<!-- m --><a class="postlink" href="http://www.communitymx.com/content/article.cfm?cid=E0989953B6F20B41">http://www.communitymx.com/content/arti ... 53B6F20B41</a><!-- m -->)