Tagged Questions

1
vote
2answers
246 views

How to force an <img> to take up width, even if the image is not loaded

I'm loading a bunch of img's, and I'd like them to take up space on the document even if they are not loaded, or have not completed loading yet. I tried specifying width and height (both as ...
0
votes
1answer
60 views

Sizing embedded divs

I am trying to emulate a sort of pop-up help dialog for my web site. When the user clicks help, a mask covers the whole page with a dark, partially transparent mask, and a helppage div with a higher ...
0
votes
3answers
87 views

DIV floating and sizing problem

I have div sizing and floating problem. when I have tiny text it is OK: SEE IMAGE but look what happens when I have big text SEE IMAGE HTML: <div class="news"> <div class="img"> ...
0
votes
1answer
55 views

CSS column sizing

I have a page which can rezise depending on the content. What I need is a way for the side bars to increase / decrease along with the body, but never to be less than 100% of the visible body. ...