hasan's blog (বল্গ)

work for fun!!!

Archive for September 1st, 2006

New resume, with new idea.. Skill cloud, Interest Cloud etc..

with 4 comments

My new resume uploaded, few ideas are added, How does it look like to other peple? :D , Thanks to emran bhai (for editing my english construction)
Download Hasan’s Resume

Skill Cloud:

skill_cloud1.gif

Interest cloud:

interest_cloud1.gif

Written by nhm tanveer hossain khan

September 1, 2006 at 12:04 pm

Posted in Ideas, News

Kudos hasin bhai

with 2 comments

I was stuck with few CSS related bugs, which were related only with M$ IE.

Credits goes to  hasin bhai who resolved those M$ IE related bugs.

Scenario 1:

Everything was loading fine on most of the browsers except IE 6, it was not render the <h2/> background, which was placed inside a div.
i.e: <div><h2>title</h2><p>some content</p></div>

Solution: use (position: relative)

Scenario: 2

Rectangle border was not rendering properly on IE.
i.e: <div class=”borderDiv”>some content, contains lot of floating div as well</div>

Solution: use (background: #fff);

Written by nhm tanveer hossain khan

September 1, 2006 at 11:39 am

Posted in CSS, HTML, bug