Hi everyone.
Developing my own personal site i encountered this need. On my homepage i deveolped 4 blocks using CSS3 standards and placed them in a 2x2 table with panels to show my website major sections.
What i would like to do is ato associate a :hover property so that the entire block changes the look (getting the associated class) when i hover the link inside the block
Here is my class for the homepage block together with the specific one for block 7 (cos i change the border radius for each block giving them different rounded angles:
.block-hp-sections {
width: 280px;
height: 200px;
background-color: #48a9e4;
background-image: -moz-linear-gradient(top, #0779bf, #48a9e4);
background-image: -webkit-gradient(linear, center top, center bottom, from(#0779bf), to(#48a9e4));
background-image: -o-linear-gradient(top, #0779bf, #48a9e4);
/*THIS BRAKES THE ROUND CORNERS ON IE9 - HAVE TO KNOW WHY! */
/* filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0779bf', endColorstr='#48a9e4');
/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
/*Element must have a height (not auto)*/
/*All filters must be placed together*/
/*THIS BRAKES THE ROUND CORNERS ON IE9 - HAVE TO KNOW WHY! */
/* -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#0779bf', endColorstr='#48a9e4')"; */
I am following a tutorial from node one and I want to start a new tutorial that builds a site from scratch. I want to start a brand new site on my apache localhost.
What do i need to do to make a new site without deleting the old?
Although I have captcha enabled my little website http://humanhighlights.com is getting dozens of account requests every day - is it possible that a spambot can do captcha math? Any idea why they target a little po-dunk website like mine? I used to have a forum but didn't get anyone to participate except spammers and now they are still requesting user accounts like crazy?