amyth91
-
Delete session in Tablet browsers - when browser closed
I did realize that blocking a user and then restarting the browser to allow login is senseless. so, all i did was end up increasing the number of login attempts. Thanks a lot all. :)
-
Current Navigational Highlighting #2
Try this. .current-menu-item a { color:#FFFEF2 !important }
-
Delete session in Tablet browsers - when browser closed
oh my. That's a lot for a user to do. any other way we can do it ? may be using native js or jquery, and can write a script to delete browser cookies when tab is closed or window is closed.
-
How to break link using css
could you please be more elaborate ?
-
How to add document ready to a javascript code?
just go... $(document).ready(function(){ //your code here });
-
div positioning issue
bio-image { float: left; margin-right: 25px; } this works fine.
-
Customizing bootstrap
i tried but then other span classes have different values, can i not go to customize page of bootstrap and input these values or use scss to do the same and generate css for me ? like you can do in foundation ?
-
background not showing correctly
remove left:170px from your footer, and add the following:- footer ul { margin: auto; position: relative; width: 650px; }
-
[Tumblr] Masonry + Infinite scrolling 'overlap' bug
following @ivancruz's post, i've had problems with slider and other scripts which uses images, and because it takes time to load the image, the script fails, as it is triggered before the image has loaded. a simple solution to that is to…
-
CSS -background image
which is the image you want to display full width ?
-
Custom T-shirt widget/plugin
use cart66 with gravity forms. not exactly what you looking for,but will help you
-
Adding HTML to content in javascript
sorry, tried to embed the pen... here is the link http://codepen.io/anon/pen/kjczy you can customize it more, currently because i replace the html with new html you probably have to add handler for close.
-
Twitter Bootstrap for Wordpress (bootstrap.js not working)
(http://metro.amitashokkamble.com/ "Experiment") This is what i've been working lately and if you click on personalise icon at bottom, a modal window appears, now this modal uses styles from bootstrap but not the modal() - function. …
-
Twitter Bootstrap for Wordpress (bootstrap.js not working)
hi, well, i tried doing jQuery("#myModal").modal(), but it ends up saying .modal() is not a function, i thought this might be an error , i tried replacing all $ with jQuery, but did not work. currently i get an error log in console …
-
Vertical Stacking of Li's
thanks ! ! hmm, now this is the part where i have to think again ! :( thanks again
-
Vertical Stacking of Li's
oh yes ! i did not we could do that with columns ! hmmm, pretty interesting, thanks a lot. :)
-
Help with finding a slider.
Thanks , You are a life saver :) cheers
-
JQuery Filter
ah. Thanks ! this is what i was looking for, could not remember the name. thanks again.
-
Full Page Background
to get a nice full size background image use /*styles*/ #wrap {position:absolute; width:100%; height:100%; overflow:hidden} #wrap img {width:100%; height:100%} #content-wrap {position:relative;width:100%; height:100%; overflow:auto} #content {w…
-
HAPPY BIRTHDAY CHRIS!
happy birthday @Chris . Thanks for CSS-Tricks :)
-
{Help} Metro Style Portfolio : Tips for improvement
Nothing much except the interface, but if you hover over the profile picture on the top right you can see lock screen and login screen.
-
Help Finishing : Pure css3 mickey
Sorry about that, here it is .
-
Critiques please !
@Jeager : thanks will shift the work section above, services. well, with the hover effect, i can reduce the opacity, but anyway, i am gnna add a "click here" text or "visit site" text, so that after you hover you know you have to…
-
Critiques please !
@supperman : thanks a lot for the critique, Yes, i am working on creating my own images for that part, so, they are kind of temperory images, but yeah, that advice is a worth, will change them ASAP. thanks a ton.
-
Critiques please !
Hi, guys, Can you please visit the site again that i posted above, i now have validation and almost finished it. @ChristopherBurton : i kinda liked the background as i do not want to go more with colours and make it look funky. I am not tooo good …
-
Critiques please !
@ChristopherBurton : thanks a lot, will surely make all the changes you suggested. @theacefes : i would also keep the html5 and css3 stuff, but most of my clients still want their websites to work on IE7. and the employers want me to work on css3 a…