Yonikenneth
-
Apply background color to every 1+2 and 3+4 on hover
@Senff lol it just could'nt be done that way with CSS, so I convinced the back-end developer to change the PHP template :D
-
Apply background color to every 1+2 and 3+4 on hover
@wolfcry911 Nice work! This works perfectly! I adjusted the CSS a bit to make it responsive. Thanks a lot!
-
Apply background color to every 1+2 and 3+4 on hover
@Paulie_D your solutions is coming close, but it taking your codepen as example, try hovering over the "content" td's - there's the problem... it does'nt get the same background color. So this is where it gets interesting! …
-
Apply background color to every 1+2 and 3+4 on hover
@Paulie_D This looks good! It may be the solution, thanks! I'll try implementing this. @Senff, @CrocoDillon Yes it HAS to be a table, as for the table is being filled by a CMS. I also tried jQuery: $(document).ready(function() { $(&quo…
-
Apply background color to every 1+2 and 3+4 on hover
Sorry about that, forgot to post the link. Here you go: http://www.cygnific.com/vacancies/customer-contact-representative-german/
-
Apply background color to every 1+2 and 3+4 on hover
No that's not it. See my example of how it should be. The different colors respresent the hover areas. http://i36.tinypic.com/zmgocn.png Thanks!
-
Help with mobile-first CSS
@ChrisP Thanks, so would that be the solution you would recommend?
-
Help with mobile-first CSS
@srig99 Thanks for the link but I've got all the media queries set up already. Let me give you an example of what problems I'm facing: The main menu items in the mobile version are 100% wide. Although on the larger resolutions the same m…