AzizLight
-
Sidebar Placement/z-index problem (I think)
Yeah I'm sorry, I actually found the solution and fixed the problem. What I had to do is set the page-wrap to position: relative and then position the sidebar absolutely. In the beginning I was just floating it and using z-index which didn'…
-
weird spacing problem with a nav bar (bug?)
It works indeed lol. I don't know what is happening. Anyway I rewrote the code from scratch (structure inspired by one of chris' the videos - the one on creating a wordpress theme I think) and it also worked. Anyway, if I manage to reprodu…
-
Feedback and advice on first draft
Thanks a lot for the little review, the critics and the advices! Very helpfull. I will reduce the number of divs and fix the clear div as soon as I have a minute free. It's weird because I've never inserted in any clear div. I h…
-
Feedback and advice on first draft
I've updated the first draft. Now it's more like a second draft since it got a nivigation menu. I also added the styles for the sidebar and the footer. So what do you think? Can you give me also your comments on the actual code please? …
-
Center elements inside of a container
Wow thanks a lot for the tips, I didn't know them. The display: inline; method works perfectly if I use pixels. However if I use ems it's completely useless. I tried to reduce the margin with a conditional comment but it only works partial…
-
Center elements inside of a container
Ok thanks a lot for the help. I thought that the padding shrink the text rather than the container (blocks). Anyway, I made it work on every browser except IE. I tried to add this conditional comment, but I never used conditional comments before so …
-
Center elements inside of a container
I'm not a CSS pro (actually I'm kind of a noob) but I don't think the problem comes from here. I tried to change all the values to pixels but it did not work; it actually got worse :? I Uploaded the result in a different page here. …
-
Feedback and advice on first draft
thanks css girl. When you saw the site the sidebar was not styled yet, I was hesitating a little bit but I updated it now and I think it looks pretty good (according to my standards; it looks ... not so good compared to most of the site that are sub…
-
Feedback and advice on first draft
Thanks a lot for the small review. I'm glad you think "it isn't bad at all", it's a first for me :lol: I don't use Windows anymore, now I'm only on OS X and Ubuntu, so I can't really use IETester. However I u…