User Profile

Collapse

Profile Sidebar

Collapse
aditiverma27
aditiverma27
Last Activity: Jan 9 '11, 06:01 AM
Joined: Jul 13 '10
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • 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..:)
    See more | Go to post

    Leave a comment:


  • 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);
    ...
    See more | Go to post

  • aditiverma27
    started a topic Loader not working

    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()
    ...
    See more | Go to post
No activity results to display
Show More
Working...