standuncan
-
div grows/expands with text to left instead of right?
I knew there was something simple, but I could not think of it or find a solution ughh :/ I will try that out, thanks.
-
div grows/expands with text to left instead of right?
Yeah I haven't slept much lately and I'm know I'm not explaining it the best lol. See if this makes more sense, the longer the username, the div expands to the right. I want the div to align to the right, and expand to the left with …
-
div grows/expands with text to left instead of right?
I'm skinning a forum, and a nav list expands with the variable length (the username) to the right. I want to align the list to the right and have it expand to the left. See red box below: Image
-
help with php form email tutorial from css-tricks
It's worked for me in the past so... but my mail function is a little different than yours. I'm not real fluent with php so sorry I can't help more.
-
Treehouse Learning
I am familiar with Lynda tuts and I love them. I was wondering how the Treehouse tuts compare to Lynda, but I don't want to subscribe before knowing lol.
-
help with php form email tutorial from css-tricks
I think you can use something like this: if (mail($to, $subject, $message, $headers)) { echo 'window.location="thank-you.html";'; } else { echo 'There was a problem sending the email…
-
What software do you use ?
Back from the dead!!! I use to like Fireworks and solely use it, until I learned more about Photoshop and now that is all I use. In my opinion I think Photoshop is much more powerful than Fireworks, however for some things like designing and creati…
-
how to make design for mobile devices ?
How to make a design for mobile... I would use photoshop.
-
If a div has no content - add class for display:none ?
Sweet, I asked a buddy and he helped out. I was thinking of it the same way and trying like you said, if empty do not display vice if not empty display.
-
If a div has no content - add class for display:none ?
Thanks for trying @TheDoc.
-
If a div has no content - add class for display:none ?
Well that's not going over too well lol. I tried writing that function ( I always get mixed up about the names of php [statements/expressions/functions]) outside the div, inside the class="" itself and lots of different ways, I could …
-
Help with WP Theme Licensing Terms - PLEASE HELP
The letter states he would provide a mockup, implying a new or custom design. He didn't mock anything up, only purchased a theme. Do not pay the full $1500. In fact he is only requesting $1350 clearly stated as three payments of 30% of the $15…
-
If a div has no content - add class for display:none ?
I have a div that contains all my errors on a form. I have it styled and positioned where needed, but when there are no errors, I would like the div to not be visible. I'm going to see if I can work with the idea above, thanks.
-
Crit...
Very nice, I like it. Like @TheDoc said, it would a great feature to have the scroll wheel enabled. Also when you "isolate view" I think the image should be centered in the page then. Photos look great. No watermarks?
-
? include Placement error
@TheDoc, I mis-spoke/typed, and changed it lol
-
? include Placement error
You either need to adjust your padding and width properly and background or move your footer outside of your content div; move the include after your content closing tag and then adjust CSS there.
-
Protecting my Noncommercial Website
o·pen-source [oh-puhn-sawrs, -sohrs] Show IPA - adjective Computers . pertaining to or denoting software whose source code is available free of charge to the public to use, copy, modify, sublicense, or distribute.pertaining to or denoting a produ…
-
PHP form validation example. Secure or not secure?
@rolf, in most circumstances I think that makes sense so you can deliver a specific error for what is wrong in each case. In this specific situation I do not have room for descriptions, so every error is an asterisk. I was just thinking it may save …
-
css menu repeat on HTML ?
Haha I was going to add I was taught never to do it, but then I couldn't recall what any reasons were... hmm...
-
CSS and Templates
What @TheDoc said: If you include a file like what he posted on every page you want those images on (lets call it "content.php" for now), then when you want to change one of the images you open up "content.php" and make the chan…
-
CSS and Templates
I 'think' I get what you're asking, but still not quite sure. If you're asking how to update multiple pages at once using CSS, (instead of using Dreamweaver templates), basically you just use classes where you need them. For ins…
-
Trouble with Box Shadow on Rollover (:hover)
Maybe try relocating your box shadow and pseudo to the outer div instead of the a tag? When looking through the inspector in Chrome, I don't see any of the a:hover being applied.. like it's not being recognized? But it is in FF and IE, hm…
-
Trouble with Box Shadow on Rollover (:hover)
Oops, I over-looked you having it in there. You do not have to use rgba color-mode, I was just showing different examples.
-
Trouble with Box Shadow on Rollover (:hover)
You need to use the other browser prefixes to make it cross-browser compatible, see below: Using different value examples, but all achieving the same look: -webkit-box-shadow:0 0 8px rgba(0,0,0,.40); -moz-box-shadow:0 0 8px rgb(153,153,153); -o-b…
-
CSS and Templates
Agreed, you should re-state your question a littler more clear. If you're asking how to update the CSS to your site, open your external CSS document/file and make your changes there. As long as you have that CSS file linked in every "page…
-
@Font Looks Bad In WebKit Browsers
Interesting read and lots of good info. I wish Chrome would just upgrade their rendering process, makes me feel about them like I do about IE a little bit.
-
Photoshop Background sample
Sounds like the pattern is not "repeatable". I have had to do a fair amount of work to get different parchment and wood grain textures to repeat. I usually start by cutting in half the perfect square, left and right, then swapping those si…
-
Feedback on my design
I think its better, but there is something about it. I think that your design does not enhance or suit the logo. You have very basic butterfly and flower shapes, yet the logo seems it is suppose to represent high class, superiority and fanciness in …
-
How to put different images on each page of a Joomla template with CSS...
I'm just learning Joomla, but if there isn't a way to do it in the admin panel then I think you can open up your template file and modify the body tag. Or maybe on each category file? Possibly use: