User Profile

Collapse

Profile Sidebar

Collapse
avocado12
avocado12
Last Activity: Jul 26 '07, 03:34 PM
Joined: Jun 26 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • avocado12
    started a topic Easy question - What does this syntax mean?

    Easy question - What does this syntax mean?

    Hi,

    I'm sure this is very basic but it's difficult to google or search for because I'm searching for ":". Can anyone explain or point me to a reference for the ":" operator used in Javascript? For example, here it is used in a sample from the mootools framework. Thanks!

    Code:
    Number.extend({
    	toInt: function(){
    		return parseInt(this);
    	},
    	toFloat: function(){
    		return
    ...
    See more | Go to post

  • avocado12
    started a topic Div height issue in IE 6

    Div height issue in IE 6

    Hi,

    I'm pretty new to web development and I just spent the better part of the morning trying to figure out this IE bug. I came up with a hack that makes no sense to me. I would appreciate if someone could explain why this situation occurs, and if there is a better solution!

    I am trying to stack 2 divs on top of each other. The divs should be 5 pixels tall and touching each other. (In my website, these are actually...
    See more | Go to post
No activity results to display
Show More
Working...