Eraser35
-
jQuery Dropdown question...
a little bit better... jQuery: $('#profile a').click(function(){ if ($('.sub-navigation').is(":hidden")){ $('.sub-navigation').show(); $('#profile').addClass("selectedbgcolor&qu…
-
How to dynamically size a with jQuery?
Is it safe to say that if a functionality can be accomplished with CSS it is probably a safer bet, since a user can have JavaScript disabled?
-
How to dynamically size a with jQuery?
I see... Though, what's the purpose for using JavaScript in the link I posted? I don't understand why that would be necessary then.
-
How to dynamically size a with jQuery?
Yes, basically I am looking for my web application to scale well in different browsers.. for example take a look at this link: http://jx.myofiz.com/jxviewport.html as you can see, when you resize your browser by dragging it in the lower right-hand…
-
How to dynamically size a with jQuery?
asp, thanks for the help. though an option like this is not going to work out for me... is jQuery really my only other option?
-
How to dynamically size a with jQuery?
Stack, Thanks for your reply and trying to help. Ok, please see PhotoShop mockup below of what I am trying to accomplish. I have made a new mockup to aid in my description. https://files.getdropbox.com/u/9191/ajaxwindow.png The green container in…
-
[Solved] Container Modal Window Dimensions
Got it working... I put the 2.6em value on top, right, bottom, and left. I set position to fixed. I did this on the that contains the content Do I need to duplicate and/or use any other CSS on the container I am loading the content into?
-
[Solved] Container Modal Window Dimensions
What might something like this look like? Should the #container that has content loaded into it be the one that gets the top, right, bottom, and left values of 2em?
-
[Solved] Container Modal Window Dimensions
Really? Nobody has any ideas on how I can achieve this?
-
[Solved] Container Modal Window Dimensions
Anyone? Setting a height for example: height: 500px; for the modal window wont exactly fulfill my request as I am trying to achieve a 2em margin between the modal window and the bottom of the browser window...?
-
The Infamous Image Centering Issue
Oops! I got it. I accidentally mixed up the margin-top and margin-left #logo parameters. Not to mention, the smallest pixel denomination is 1px. There is no .5px WRONG WAY #logo { position: fixed; top: 50%; left: 50%; margin-top:…
-
Styling Input Field w/ JavaScript onfocus & onblur
Facebook is a good example of this particular functionality on their login page. I've seen it other places too.
-
Styling Input Field w/ JavaScript onfocus & onblur
Cool, this is a better approach. Thank you. How do you get your Password field to display "Password" in text instead of ******** prior to user input? Obviously when user inputs password, it will star it out.
-
Positioning and Scaling Related Issues (Demo)
Hmm still having trouble getting my logo to center using this: margin:0 auto. Give the image's parent div: text-align:center;
-
Positioning and Scaling Related Issues (Demo)
Thanks. Lol i don't know why I am worrying about the zoom at that level. I guess I am just an anal-retentive designer. I need to get my OCD in check lol.
-
Position Logo In Exact Center Of Screen?
Oops! I'm an idiot! I meant to say it positioned my logo on the X-axis correctly. The Y-axis is messed up. Does this change anything regarding a suggestion?
-
Position Logo In Exact Center Of Screen?
So I decided to use this code to position my logo: ...the above code did in fact place my logo correctly on the y-axis (vertically logo is in the middle of the screen); however the logo's x-axis is budged up against my navigation bar.…
-
How To Freeze Header Pane?
Yes. I would like to freeze the top horizontal pane (right below your browser's tabs..)
-
How To Freeze Header Pane?
Also, is this accomplished using JavaScript? Would you advise against doing this? I particularly like the effect as it would give my website a more "desktop software" look.
-
Rounded Nav Buttons w/ Selector Icons Issues (Demo)
Thanks apostrophe. I got it working. Check out the demo if you'd like. Demo: https://dl.getdropbox.com/u/9191/website/index.html One more question concerning this. How can I add some space to the left of each icon so that they can breathe? Ri…