Hi,
Thanks guys for your response..I fixed it by removing the #container all together...as #container was wrapped inside #containerwrap, I just included a clear:both in #containerwrap, and made #div1 float:left, and #skyscraper float:right. That seems to have fixed it...I still did not understand why the floats were being ignored when the two divs were inside #container..tha nks again..:)
User Profile
Collapse
-
Neither div nor span aligning within container div
Hi,
I have a container div, which contains two divs, which need to appear side by side. Everything is fixed width, but the two divs are appearing with a line break. I tried to fix this by converting them into spans, but even then they appeared with a line break.
The style sheet properties for these are
Code:#container{ width:992px; background-image:url(../images/content_background.png);
-
Loader not working
Hi,
I am new to Flash, and I am trying to make this website, which has separate files for different screen resolutions. I am using a first.swf file to load the right file, depending on the screen resolution. I have placed a loader on the frame like this:
Code:_root.loadMovie("filename.swf", mcholder); loadingbar.onEnterFrame = function() { kBytesLoaded = this._parent.mcholder.getBytesLoaded()
No activity results to display
Show More
Leave a comment: