Day: April 25, 2007

  • CSS Floats, Inlines and Centering

    This problem is driving me nuts. http://www.commadot.com/jquery/simple.htm I want to make a yellow box with a red border. (Must be two divs).  I want to be able to move the yellow box and change its size and still have the red border hug it tight. I asked Experts-Exchange and got no love.  I joined the…

  • I took the Design Survery

    I hope I answered all the questions correctly. 🙂 Speaking of Web Design.  I had this minor problem.  My code looks like: <body> <div style=”border: 1px solid red; display:inline; “> <span> <img src=”anyImage.jpg” mce_src=”anyImage.jpg” border=”0″ /> </span> </div> </body> What I don’t understand is why Firefox doesn’t display properly inline. It’s supposed to hug the content.…