I have a design containing slanted areas. I've done this in the past using pseudo elements before and after, to add the slants on the divs. This worked great when the divs were full colour blocks.
However this time, the divs contain images, so a pseudo element won't clip the image (I have...
Hi
I'm trying to update a column based on the info in another column of the same row.
Cell L contains lots of job titles
Cell M needs to be set based on the job titles
If L = “Contractor” set M to “Main Contractor”
If L = “Consultancy” OR “Agent” set M to “Consultancy”
If L = any other value...
Sorted it, I just needed to take a break and come back afresh. If anyone wants a similar layout
.home-grid {position: relative; display: flex; height: 450px; margin: 50px 0}
.home-grid div {position: relative;}
.home-grid div a {position: absolute; top: 0; right: 0; bottom: 0; left: 0}...
I am trying to achieve this layout, but struggling
https://ibb.co/yWPg8SR
I split in to two columns initially, the left column having two divs one on top of the other. The right having two rows, with divs within them.
Here's my html
<div class='home-grid'>
<div...
Hi
We have a wordpress website and are holding a kind of community event, whereby 100 or so people will be browsing our website at a certain time. We want the visitors to be able to chat together as they navigate through the website. Kind of like a typical live chat feature, but instead of it...
There are many website accessibility tools available these days, some paid, some free - https://www.w3.org/WAI/ER/tools/
But which do tek-tip readers use when using automated tools to test their websites?
It worked really well for me actually. The rest of the company has been kissing his backside since he started, but I'm physically not able to do that. He said that it's been refreshing to have someone be honest and challenge him. Who knows, he may be cursing me behind my back but so far so good...
Thank you for the reply Sam. Whilst he does indeed pay my wages, I wouldn't feel like I had done my job properly if I didn't give my opinion, but if after giving it with some backup information, he chooses to ignore it then I'm happy.
On this occasion, we have compromised. I have created two...
Our main website homepage has bits of each section it, meaning that it scrolls a rather long way. Our new director believes that it is way too long and should only be the height of the initial screen height.
The homepage is well structured containing header tags with a paragraph of text...
The two should work independently of each other ideally.
scenarios
Type drink - blur 2px
Type drink - blur 4px
type drink - redirect to the drink awareness page
type offer - redirect to the offer page
type drink - blur 2px
type offer - redirect to the offer page
Does that make sense?
We...
It's only hidden as far as not visible on the site navigation and hidden to robots. he is happy for anyone to view it if it gives him more sales.
offer should direct the user to the 'hidden' page, so take them away from whatever they were doing anyway. I can place a 'go back' button on the...
Oh dear, my boss loves it and wants another.
Can I add a redirect for another set of keys? If the user types in 'offer', it redirects to a hidden page on the website.
Thnks
I would love to enter a konami code on one of our websites, whereby entering a key combination will blur the screen, entering again will blur even more, entering for a third time redirects to our safe drinking page.
I have found a konami code script at...
Hi
I have been asked to integrate our linkedin account with our website. We regularly update linkedin with posts about what we are up to, much more than any other social media.
I expected linkedin to have a widget I can just embed or a wordpress plugin but the only things I have found seem to...
One of our team needs to update the password for one of their email accounts.
I go to File > Account Settings, select the account to change and usually it would bring up the screen to change the password. However on her machine we get the attached (I removed the account name for the...
Sorted, I used PHP to get the date instead of mess about with sql that I didn't know as he wanted the page creating quickly.
$previousSunday = date('Y-m-d', strtotime('previous sunday', strtotime($todaysDate)));
If anyone does know a mysql version I'd still be happy to learn it however.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.