stevedeer
-
HTML and CSS code help
I can recommend the book...'css, the missing manual'... it sounds as though you are at the very beginning here and words of advice will only confuse you more!
-
website critique
Firstly... it's not a web site, it's a web page. Second... the image says 'Ace Hardware' , but the header says 'Graham Hardware' that's a little confusing. It's not very pretty, but if it's your first, …
-
Old type machine font
http://www.dafont.com/old-typewriter.font
-
Prettyphoto thumbnails - Margins - Help!
hmm, that code is not very pretty! Post your thumbnail code here. I can't find any css applied to the thumbnails!!!
-
styling a link...
cheers senff... updated. nearly there, but my link text is still purple for some reason!?
-
something's not right
paulie... no need for a div... it was the h1 error, many thanks all.
-
Need to build a simple image management
Why don't you build it via cargocollective.com it's designed for the creative community. Check out this guy's site... http://www.hannescaspar.com/ I have mine there, I'm using a slightly more complex theme... http://www.steve…
-
float problem...
josh.. that's new to me... a css3 thing? will research it steve
-
typography help
off the top of my head.... http://typographica.org/ http://ilovetypography.com http://www.uppercasegallery.ca/ http://www.pointsize.com/
-
i want this theme
It just looks like a very typical (cliched) Wordpress theme... shouldn't be too difficult to find one like it!
-
i need a script to implement photos from flickr to wordpress
could this be what your after?... http://css-tricks.com/snippets/jquery/show-most-recent-flickr-uploads/
-
Rounded Corners
p { border-radius:5px; } http://jsfiddle.net/stevedeer/6Uzm9/2/
-
positioning problem...
ah... so 'position:relative' in the red box kinda switches it on as an enclosing container? But what if I want the red box to have an auto height (the copy in the red box should push the yellow box down and make the red box longer), wouldn…
-
Can't float search form to the right
Not an expert. And there's a lot of code there... but shouldn't the form html come before the headline if you want the form to float to the right of it? http://jsfiddle.net/stevedeer/QtZWy/18/
-
css help...
Doc, cheers... this did what I want $(document).ready( function() { $('.permalink a').text("new text goes here"); }); $(document).bind('paginationComplete', function() { $('.permalink a').text("new…
-
css help...
Doc... I'm pretty sure that would be possible... I believe if I add a ... to the custom html panel, it would be added to the head section of the core html... thanks for the jQuery suggestion
-
css help...
TheDoc No, I'm 'running on cargo' (cargocollective.com), and using a design/theme. I have full access to the css, but I can only add custom html (no access to the core html).
-
Stupid question of the day...
Doh! background-color: cheers folks
-
list item query
solved it... I removed the space between li and .paddbold
-
list item query
is it right for me to assume that it is the span tag that I have originally and rightly made block level for it to work?... just really confused.
-
list item query
Hi Sgt... but even when I change the span to a class and remove the 'display:block;' in the css, it doesn't work li .paddbold { font-weight: bold; padding-top: 10px; the new fiddle shows it not working... http://jsfiddle.net/…
-
jQuery help....
tom you're a superstar... it worked perfectly!!! out of interest, what do these characters mean... '});//]]>', they appear above the graphics in the jsfiddle result panel.