Ok I am doing my portfolio/blog. I am still a newbie t CSS and HTML and I have some problem. The whole code is a bit fucked up, but the main problem now is on main page. Someething in div class=entrymeta. Cause in one broswer theres just one mistake in another my sidebar goes wrong, ok lots of problems with this. Could someone go and have a look at the code with firebug. I think this will be something wrong with floating of page, sidebar and footer, or maybe something with HTML page - I don't really know. Plz help I will be really gratefull.
You have a lot of errors in your mark-up: have a look at html validator for a rundown of them. Many of these are because your mixing html with xhtml and there are a few ID's that you have used more than once. Once you have fixed those errors you may find that some problems are fixed - in any event it should be easier to solve any outstanding issues with cleaner code. I would recommend using a strict doctype too (rather than the transitional one you are using) - this can help avoid any positional peculiarities between browsers.
Don't look at HTML Validator, cause those errors ain't mine. Allmost all of them are mine blog hosting providers and that code is impossible to get to. Oh, but I see some mine errors now. Ok thx I will try to fix as much as I can.
http://www.blogas.lt/dssd/
Many of these are because your mixing html with xhtml and there are a few ID's that you have used more than once. Once you have fixed those errors you may find that some problems are fixed - in any event it should be easier to solve any outstanding issues with cleaner code. I would recommend using a strict doctype too (rather than the transitional one you are using) - this can help avoid any positional peculiarities between browsers.
Oh, but I see some mine errors now. Ok thx I will try to fix as much as I can.