kevin11189
-
A newbie css problem
As @Paulie_D mentioned there is a lot of unnecessary/repeated CSS in there. What it comes down to, is that all of it's parents divs are set to 100%. This means that these are going to 100% of the width of the browser window. In this example, …
-
Share Buttons In Chrome
Looks good to me. The only thing I would do, and that's just me. It's 8px shorter than the other three share buttons. I'd move it up 4px so it's centered vertically with everything. That's just me though. Not a big deal.
-
Share Buttons In Chrome
Can you float the google+ share button? If that floats (you probably want it to float left), then all the floats should work. Also, the reddit share button should probably float left also when that's done.
-
why is my internal div causing the outer divs to move with it.
Is that what you're looking for? http://codepen.io/kevin11189/pen/Alkda
-
do i need to install php
Could you copy and paste your .htaccess file? Most hosts come with it. I'm assuming you have some kind of cpanel or kloxo panel or something like that. Does it show options for php stuff(i.e. phpinfo, phpconfig, etc)?
-
hover pics displays multiple
You made a background for the dropdown menu? Did you set the background to the li instead of the ul maybe? Any chance for a link?
-
Can we style the abbr title through css?
Oh, very cool. Thank you @joshuahibbert . I didn't know that they added that in HTML5.
-
Can we style the abbr title through css?
To my knowledge, you cannot remove those title tags. However, you could give them a name other than "title" and then the browser won't do that. Here is an example. I just called it tooltip. http://jsfiddle.net/kevin11189/aPJZJ/
-
how to remove index.html
Try putting this in your .htaccess Options +FollowSymLinks RewriteEngine On RewriteCond %{THE_REQUEST} \/index.html\ HTTP [NC] RewriteRule (.*)index.html$ /$1 [R=301,L]
-
my basic jquery not working
Erg, the code block didn't work, but yeah, let me know what your source shows. Can you link to the actual site?
-
my basic jquery not working
But yeah, this works perfectly fine for me with 1.8.3.min.js Hello world! $(document).ready(function() { $("p").click(function() { $("p").hide(); }); });
-
my basic jquery not working
Alright, this might be a little over my head, but I copied your text and made a little local site to text it out with 1.8.3.min.js and I noticed that there was some weird unseen characters in the source that isn't in the code. I'm no pro w…
-
Scrolling outside of Div
Ah, didn't fully understand what you meant. Thanks @ChrisP for clarifying. Glad you got it figured out!
-
my basic jquery not working
It's working for me.... http://jsfiddle.net/kevin11189/ZJPD4/
-
Scrolling outside of Div
I don't see the blue bar on the page that you showed in the picture. You could do something like #background-extension { background: white; background-image: url(../images/topbar-extension.jpg); background-repeat: repeat-x; width: 100%; height…
-
Scrolling outside of Div
If you give .topbar-extension, .topbar, .logo a z-index of 1, it'll stay on top of the scrolling container no matter what.
-
Classes that modify each other on hover
.animate gets a little buggy if you don't use it with .stop. Here is a pretty good way to do it. I'm not jQuery pro so I had to do a little research. How's this? http://jsfiddle.net/kevin11189/CMWNn/
-
Classes that modify each other on hover
Only supported in ie10 I guess. I was in different compatibility modes. My mistake.
-
codepen vs jsfiddle (ie transitions)
Errr.... I figured it out. Stupid mistake on my end. Document modes were diffent. Sorry to anyone that wastes their time reading this. Mods feel free to delete this.
-
Classes that modify each other on hover
This is very interesting.... I have no idea why it wasn't working in jsFiddle, but the exact same code works in codepen... This is odd. I'm curious as to how it will work on a live site. but here is it working in IE in codepen. http://cod…
-
Classes that modify each other on hover
Good job. That looks good. I'm no wordpress pro. Honestly, I would just add it to the footer.php, but I'm sure someone is going to tell me I'm wrong with that one. I'm in the office right now, but I can look into the ie stuff whe…
-
Classes that modify each other on hover
It can be achieved with classes too. I don't know why I did all ID's on that one. http://jsfiddle.net/kevin11189/RDHnA/ If you can throw what you're trying to do into a jsfiddle or something, I can help you set it up.
-
Classes that modify each other on hover
Honestly, I would do this with jQuery. Trying to affect another div get's tough if they aren't nested. You could do: .a:hover + .b { /* CSS */ } But that only works if b comes after a. Or do this if they're immediately nested: .a:…
-
Rounded corners not working in Chrome
It's a chrome bug for now. You can get it to work by nesting two elements. It works in Canary so I assume we'll all see it soon. It's a webkit thing. I found the bug on their website but accidentally Xed it out.
-
background images not working in Chrome
@David_Leitch is correct.
-
background images not working in Chrome
Put the media query(lines 1893 to 2070 in your style.css) at the very top. Chrome likes it better that way. It should work after that.
-
lightbox with multiple images
Here is a jsfiddle of what I think you're looking for. http://jsfiddle.net/kevin11189/uZCC6/1270/
-
lightbox with multiple images
Is this what you're looking for. I helped someone figure this out with fancybox the other day. http://css-tricks.com/forums/discussion/21173/jquery-popup-gallery-click-image-to-open-gallery-with-other-images#Item_12
-
Where can I buy Images/Photos for a website?
I think the "travel" category should have some stuff that you could use.
-
Where can I buy Images/Photos for a website?
http://photodune.net/ It's part of themeforest if you've ever used that.