[jQuery] Trying to use fadein and fade out with mouseover and mouseout functions.

2009-09-24 Thread shyhockey...@gmail.com

Hi, I am  using the fade in and fade out  and mouse over and mouse
out.

What I am doing is creating a menu that fades in when the mouse if
over the users image.

The problem I run into is that when the background of the menu fades
in with the buttons which are links. I notice that if you move the
mouse over the buttons/links the menu and buttons fade out.

I have 2 elements one is the menus background and the other element is
the buttons/links on top of the background.

I have a fade out command when the mouse it off the menu background.
So I am guessing when the mouse goes over the links/buttons it acts as
if the mouse isn't no longer over the menu background element causing
a fade out effect.

What can I do to prevent  the menu fading out when the mouse is over
the buttons that are links.

I want the users to be able to put their mouses on the buttons and be
able to click on the buttons without the menu fading out but only fade
out if the mouse is not longer on the background of the menu and is
not over any of the buttons on the menus background.

I was woundering if I should do a if statement to check the conditions
which would be where the mouse is over.


If the mouse is over either the menu background meaning the menu or is
over the buttons on the menu background meaning the opitions in the
menu. Then don't do a fade out  only do a fade out if the mouse is not
over  either the buttons or the menu itself.

how   could I do this?


[jQuery] Re: alignment IN IE6 ... with jquery..

2009-02-08 Thread shyhockey...@gmail.com

did you go to the home button??? and type username  TEST all caps for
both the user name and password?

in the account I use  jquery for the javascript. when you look at the
page in IE7 and IE6 you will see the menu and other stuff all
positioned in weird places and the menu is shown in a random place no
fade in nor fade out.

I couldn't see the screen shot you gave. I saw a error message in
german or something.

On Feb 6, 4:21 pm, Stephan Veigl stephan.ve...@gmail.com wrote:
 I've taken an additional look at your HTML  CSS and it seems like you
 are positioning all your images absolute with left  top position, so
 I don't see what should be different on IE.

 by(e)
 Stephan

 2009/2/6 Stephan Veigl stephan.ve...@gmail.com:

  Hi

  I've tested the page and it looks similar in FF3 and IE7 for me.
  Here is a screenshot
  (http://www.bilderbeutel.de/pic_call_hires.php?tab=pic_upid=11), I'm
  not sure if this is how it should look like.

  by(e)
  Stephan

  2009/2/6 shyhockey...@gmail.com shyhockey...@gmail.com:

  OK, My website is :  www.chillenvillen.com   on that site  click the
  home button. It will take you to a login page  use TEST for both user
  name and password.

  this takes you to a test account. This account page has jquery
  javascript.  Use Firefox to see what it supposed to be doing and then
  look at it with IE7 or 6  and you will see what I am complaining
  about.

  hope this helps any.

  On Feb 5, 4:15 am, Stephan Veigl stephan.ve...@gmail.com wrote:
  Hi,

  can you post your code (e.g. at jsbin.com) or give us a link to it.

  Being standard compliant is always a good idea :-)

  by(e)
  Stephan

  2009/2/5 shyhockey...@gmail.com shyhockey...@gmail.com:

   Hi, ok currently I just looked at my website using IE6 and IE7.

   I notice the pages I used jquery and javascript, would be randomly
   placed around the website and also the menus that needed to fade in
   and out when a mouse hover occurs over the user image. Well those
   menus show up as images and dosen't fade in or out but is randomly
   placed around the website.

   In firefox it works fine. I can see it fade in and out and many other
   stuff. So firefox is set to go.

   it's just that IE 7, and 6 is weird. It would randomly place the
   elements around the website. It would also show hidden elements
   meaning that they are hidden first and then fade in upon a certain
   condition.

   So is there anyway I can fix this???

   I heard that I need to comply with WS3 . I heard their is a standard
   that I need to follow in order for my javascript or jquery to show
   properly.

   Any ideas?


[jQuery] Re: Need to make a edit layout system using php and jquery...?

2009-02-08 Thread shyhockey...@gmail.com

Ok, Now I am having trouble using php with css. I made a php file with
the header content text/css  and the css works kinda.. the render is
not proper.

the htmlcheck button is supposed to display at the footer and it is
being displayed in the top left corner of the screen.


On Feb 6, 3:15 am, jQuery Lover ilovejqu...@gmail.com wrote:
 Yeap. I suggest you add a save button so you make an ajax call only
 once (when user decides to save his/her settings) and don't kill your
 server ... :)

 
 Read jQuery HowTo Resource  -  http://jquery-howto.blogspot.com

 On Fri, Feb 6, 2009 at 5:01 AM, shyhockey...@gmail.com

 shyhockey...@gmail.com wrote:

  Thanks... So I can save these values with php???

  Cause I plan to allow people to make their own profile page layout and
  need to save these values.

  On Feb 2, 7:11 am, jQuery Lover ilovejqu...@gmail.com wrote:
  To find positions and everything:http://docs.jquery.com/CSS

  
  Read jQuery HowTo Resource  -  http://jquery-howto.blogspot.com

  On Mon, Feb 2, 2009 at 3:19 AM, shyhockey...@gmail.com

  shyhockey...@gmail.com wrote:

   Hi, I am right now trying to make a edit layout  system.

   basicly I want to know how I can use jquery to  grab the height width
   and position elements are at.

   Cause I plan to make in the edit mode to allow users to move like
   images and tables and texts around on the layout and even change
   background images and add more artistic images for their profiles.

   I will add also a music player.

   So I need to know how I can grab all positions height and width of
   each element on my layout and then store that data.

   I am planning to make databases for users where I will store their
   edited stuff.

   So I need the x  and  y position of where the elements are at and also
   the height and width. Some told me I should  just grab what  css
   element of height and width and top and left of the elements using
   javascript.

   What would you suggest on how I should do it?

   Can I do it using jquery or no???

   Thanks for your time.


[jQuery] Re: alignment IN IE6 ... with jquery..

2009-02-05 Thread shyhockey...@gmail.com

OK, My website is :  www.chillenvillen.comon that site  click the
home button. It will take you to a login page  use TEST for both user
name and password.

this takes you to a test account. This account page has jquery
javascript.  Use Firefox to see what it supposed to be doing and then
look at it with IE7 or 6  and you will see what I am complaining
about.

hope this helps any.



On Feb 5, 4:15 am, Stephan Veigl stephan.ve...@gmail.com wrote:
 Hi,

 can you post your code (e.g. at jsbin.com) or give us a link to it.

 Being standard compliant is always a good idea :-)

 by(e)
 Stephan

 2009/2/5 shyhockey...@gmail.com shyhockey...@gmail.com:



  Hi, ok currently I just looked at my website using IE6 and IE7.

  I notice the pages I used jquery and javascript, would be randomly
  placed around the website and also the menus that needed to fade in
  and out when a mouse hover occurs over the user image. Well those
  menus show up as images and dosen't fade in or out but is randomly
  placed around the website.

  In firefox it works fine. I can see it fade in and out and many other
  stuff. So firefox is set to go.

  it's just that IE 7, and 6 is weird. It would randomly place the
  elements around the website. It would also show hidden elements
  meaning that they are hidden first and then fade in upon a certain
  condition.

  So is there anyway I can fix this???

  I heard that I need to comply with WS3 . I heard their is a standard
  that I need to follow in order for my javascript or jquery to show
  properly.

  Any ideas?


[jQuery] Re: Need to make a edit layout system using php and jquery...?

2009-02-05 Thread shyhockey...@gmail.com

Thanks... So I can save these values with php???

Cause I plan to allow people to make their own profile page layout and
need to save these values.

On Feb 2, 7:11 am, jQuery Lover ilovejqu...@gmail.com wrote:
 To find positions and everything:http://docs.jquery.com/CSS

 
 Read jQuery HowTo Resource  -  http://jquery-howto.blogspot.com

 On Mon, Feb 2, 2009 at 3:19 AM, shyhockey...@gmail.com

 shyhockey...@gmail.com wrote:

  Hi, I am right now trying to make a edit layout  system.

  basicly I want to know how I can use jquery to  grab the height width
  and position elements are at.

  Cause I plan to make in the edit mode to allow users to move like
  images and tables and texts around on the layout and even change
  background images and add more artistic images for their profiles.

  I will add also a music player.

  So I need to know how I can grab all positions height and width of
  each element on my layout and then store that data.

  I am planning to make databases for users where I will store their
  edited stuff.

  So I need the x  and  y position of where the elements are at and also
  the height and width. Some told me I should  just grab what  css
  element of height and width and top and left of the elements using
  javascript.

  What would you suggest on how I should do it?

  Can I do it using jquery or no???

  Thanks for your time.


[jQuery] alignment IN IE6 ... with jquery..

2009-02-04 Thread shyhockey...@gmail.com

Hi, ok currently I just looked at my website using IE6 and IE7.

I notice the pages I used jquery and javascript, would be randomly
placed around the website and also the menus that needed to fade in
and out when a mouse hover occurs over the user image. Well those
menus show up as images and dosen't fade in or out but is randomly
placed around the website.

In firefox it works fine. I can see it fade in and out and many other
stuff. So firefox is set to go.

it's just that IE 7, and 6 is weird. It would randomly place the
elements around the website. It would also show hidden elements
meaning that they are hidden first and then fade in upon a certain
condition.

So is there anyway I can fix this???

I heard that I need to comply with WS3 . I heard their is a standard
that I need to follow in order for my javascript or jquery to show
properly.

Any ideas?


[jQuery] Need to make a edit layout system using php and jquery...?

2009-02-01 Thread shyhockey...@gmail.com

Hi, I am right now trying to make a edit layout  system.

basicly I want to know how I can use jquery to  grab the height width
and position elements are at.

Cause I plan to make in the edit mode to allow users to move like
images and tables and texts around on the layout and even change
background images and add more artistic images for their profiles.

I will add also a music player.

So I need to know how I can grab all positions height and width of
each element on my layout and then store that data.

I am planning to make databases for users where I will store their
edited stuff.

So I need the x  and  y position of where the elements are at and also
the height and width. Some told me I should  just grab what  css
element of height and width and top and left of the elements using
javascript.

What would you suggest on how I should do it?

Can I do it using jquery or no???

Thanks for your time.