The Most Active and Friendliest
Affiliate Marketing Community Online!

“AdsEmpire”/  Direct Affiliate

Recent content by misamisa

  1. M

    Single CSS File or Multiple?

    if the formatting is the same,I recommend using 1 css file,it saves time effort and space. but if other pages differ from each other,you should make css for each page.
  2. M

    centering image with CSS problem

    float:center is not supported for many modern browsers. instead use {position:relative;margin:0 auto;} Hope this works.
  3. M

    My CSS floats are affecting other DIVs

    try to play with positions like position:absolute,relative or static. but if your using float, I recommend position:absolute;with proper positioning,this will solve your problem.
  4. M

    your opinion here! css2 or css3?

    which style you prefer and why?
  5. M

    Multiple CSS Style Sheets?

    If separating css style will be you comfort zone,then so be it. besides,lot of developer uses multiple css styles to avoid confusion of codes.
MI
Back