Blackhawkso
-
Online software to add frames and mounts to images for order???
Does anyone have an idea at all?
-
Redeem Digital Download Code?
I've made a blog post that should give you what you need http://bhsowebdesign.com/post/2013/04/19/download-code-redemption-system.html Hope it helps you.
-
Redeem Digital Download Code?
One way you could go about it is store the unique code with a unix time stamp that it should expire on in a database then have a page that gets the code out of the address bar using $_GET then query the database for the code and see if the current t…
-
My first responsive design. How did I do?
Looks nice mate. I don't know if it's just me but the site looks like it's over to the left a little and not centered it might be part of your design but it just looks a little odd if your plan was to have it centered then you need to…
-
Online software to add frames and mounts to images for order???
@CrocoDillon The problem with the current version they have on there site is that the images they have aren't loading into the frame system properly, also the way that the current system works you can tell it is an outside service because it ju…
-
How to Make Multiple Columns
This is one simple way to do it. http://cdpn.io/mEKdF
-
EMERGENCY 911
@matt_sanford @CrocoDillon Try removing display: -moz-inline-stack; from summit.css line 291 I've just tried that in firefox and it has worked
-
EMERGENCY 911
@matt_sanford Just to make you aware it seams to be a problem with firefox. I've checked your site on both Chrome, safari and IE10 on win8 and it is working fine. I know this probably don't help a lot but it something i've never come …
-
EMERGENCY 911
I'm not 100% sure what the problem is that your having can you give a little more detail please. Only thing I can see is that the images aren't loading and that's because you have linked them from the root and not relative but yet aga…
-
Select all classes containing a word?
Right got it thank you everyone for your help. I'm very glad that i didn't just imagine it lol
-
opinion on simple design
Agree that the sidebar needs a little bit of padding at the bottom. As for the background i believe a dark pattern might look a little better with the gradient and logo that you have put on the site.
-
:hover state affect a non-child item
Right ok got it cheers everyone
-
:hover state affect a non-child item
@TheDoc Nice cheers. i'm guessing this won't work if the affected item is outside of a wrapper element? or to explain myself better they both need to be a child of the same parent element
-
:hover state affect a non-child item
I know that it should be a div and not a span but when i put div in this post it won't display properly and only shows the a link
-
Use PHP to place a css file link in the header??
@ChristopherBurton right ok cheers
-
Use PHP to place a css file link in the header??
@ChristopherBurton I was just asked to throw together a simple calendar script for him as he has a big job on (I don't know what the job is) and he is running out of time and I owed him a favour.
-
Use PHP to place a css file link in the header??
@ChristopherBurton Hey Chris thanks for a reply. The issue is that I writing a file for the guy called calendar.php, now he can use this file anywhere he wants in any other script by using a PHP include. Now I could make the outputted html from the…
-
How to send mails using PHP?
One other thing you could do is put a php file on your server with just the phpinfo() function in it. It will list every function/extension that is switched on and off on your server, it can help solve a lot of issues.
-
How to send mails using PHP?
Some times the mail() php function can be switched off as default by your hosting company in the php.ini file. One thing you can try to do is put a php.ini file in the same directory as the script and make sure that the mail() function is switched o…
-
hover image
Here is one way you might be able to do it html and CSS #logo-text, #logo-image, .logo-image { height: 100%; position: absolute; } #logo-image img { display: block; bottom: 0; margin: auto; position: absolute; top: 0; } #logo-image a:hover img { …
-
Onclick event or just a href on images?
@antonylimere I'm a little confused is what your wanting the site to do is if someone clicks to say there a wizard it would then load the page with items that are to do with being a wizard. If that's right all you really need to do to your…
-
Why is there a asterisks on the logo of CSS-Tricks?
I think It might be a thumb tack just incase the CSS positioning fails the logo won't fall to the bottom of the page* *this post maybe full of BS lol
-
What scripting languages do you have to learn to run a large site?
One would be PHP & mySQL on the server side stuff and HTML, CSS, and JavaScript/jQuery for the front end even though most people are proberbly going to say that you could do it in Wordpress lol.
-
Website critique please
Nice looking site. Only thing i can say is that i don't know if it's just my laptop or what but the scrolling seamed a little jearky and the accordian effect that you have doesn't fully open up to show you all the content but very nic…
-
Is this gradient thing possible?? Please help
@jstam How would this solution cope with the background gradient changing due to different screen sizes? or am i reading the code wrong and the color of the box-shadow will adjust/keep inline with the background gradient?
-
wordpress search help
@TheDoc Yeah i have a search.php file but the default for wordpress when someone submit's the search box with nothing in it is to send them to index.php but it wont load the page that you have set as your home page which in my case is a templat…