Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
J

jahangir_ahmad

@jahangir_ahmad
About
Posts
2
Topics
0
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • ie 6/7 div seems to be clearing
    J jahangir_ahmad

    Hi dear I am so sorry but It's wrong because the div.u_right stay at right of the parent. for this markup you need this code

    .u_right{ float:left; }
    .u_left {float:left}

    but I rather use another code for first markup (problem markup):

    .u_right
    {
    display:inline;
    }

    Web Development css help question

  • CSS Image Sprites in IE7
    J jahangir_ahmad

    Hi dear you can let div#useicon stay block level but you must change a to block level and then float the div#useicon for gain width and height. and that work in all IE versions. here the css code:

    a
    {
    display:block;
    width:16px;
    height:16px;
    overflow:hidden;
    }
    div#useicon
    {
    width:16px;
    height:16px;
    float:left;
    }

    I used overflow for get arount collapse height because of floating div#useicon.

    Web Development javascript css help question
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups