Hello,
I'm using the php script below for a login. I have the register code encrypt their password. I am not sure why but when I go to login even though the password is correct it throws the pas...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/PHP/PHP_Databases/...
I am currently developing a page where I need to have a text link centered in a cell over text in that cell. I can get it working nicely with a div and I use absolute positioning. The only problem ...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/CSS/Q_23947459.htm...
I am using some CSS styling to gray out areas on a web page. I need all areas grayed out except for the area that I'm working on. So what I do is create a style for the gray out and then I create a...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/CSS/Q_23939252.htm...
I have a table wherein I have black divs placed within cells that gray out the cell using opacity. I have a solid 1 pixel border around the table that all this is set within. I am setting the borde...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/CSS/Q_23974037.htm...
I am applying styles to gray out different parts of the page. I need to change the opacity of a background image that is in the body tag. It applies the style to the whole body, as it is supposed t...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/CSS/Q_23950661.htm...
I am using jQuery and I need to use the sortable features found on this page:
http://dev.jquery.com/view/tags/ui/latest/demos/functional/#ui.sortable
I am trying to use the bottom one.
The...
http://www.experts-exchange.com/Programming/Languages/Scripting/JavaScript/Jquery/Q_239269...
I have had some help on this site before. I needed to mask/cover the top of a table. I have done so using a layer (topmask and sidemask). This covers the top and right side of the table on all inde...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/CSS/Q_23990951.htm...
HI,
I am writing a script in java that if a variable equals 'yes' then display "this" else if it equals 'no' then display "this instead".
If yes it needs to display the code for an include fi...
http://www.experts-exchange.com/Programming/Languages/Java/Q_23931529.html