realph
-
2 Repeating Backgrounds Starting at Different Points
@TheDoc @joshuanhibbert I'm essentially trying to achieve one normal background-image repeat, and another that ends just at my sidebar. Here's a bigger version of the image I'm trying to re-create with CSS: http://f.cl.ly/items/2…
-
Is It Possible to Do This with CSS?
@Paulie_D That's pretty much what I'm looking, except with a wrapper that keeps the rest of the content (sans the images) centered. Know of a way around that?
-
Is It Possible to Do This with CSS?
Yeah, I wanted the wrapper to stay put though.
-
Using CSS to Style UL with 4 or more List Items
@AntonNiklasson That is genius! Thanks a lot bud!
-
Keywords Not Working in Google Search
@JoshWhite Thanks Josh! Yeah, I only the scanned the site yesterday and found out that the words "buckinghamshire" or "human resources" were nowhere to be found. She's going to have a look a site and try and include some mor…
-
Keywords Not Working in Google Search
Thanks guys! I installed the Yoast SEO plugin, and added descriptions and keywords for every page. I'll need to wait and see if it makes a difference. I'll also get onto my client tomorrow and try and get her to involve some of the keywor…
-
Improving my WordPress Workflow?
@senff Do you know any good tuts on using version control for web development? Didn't have much luck on Google. @krysak4ever But what if they want to make changes in a years time, update the site so to speak?
-
Dropdown Menu Not Working on iPad
@senff Is there a way to still retain my opacity transition with this?
-
Dropdown Menu Not Working on iPad
@senff That's what it seems I'm going to have to do, and maybe make "The Apartments" the first child list item. I'm sure I've seen this on other sites though, where you tap for the hover state and tap again to go to th…
-
Hacking Some JS
@cybershot So would something like this work? $('this.la("play")').toggle(function(){ $('#video').animate({left: '-90'}, "fast");
-
Printing an Array as an Unordered List
Here's what I ended up using, courtesy of Bill Erickson himself:
-
Background Width Weird on iPad
@Senff You're awesome! Thanks you so much for this. And thanks a heap for explaining why it does that. +1
-
Background Width Weird on iPad
That doesn't seem to fix it. I appreciate the help though. Thanks for the kind words also.
-
jCarousel Lite Not Working in IE 6/7/8
Sorted it by adding the following to my CSS: .jcarousel li { width: 1204px; height: 385px; position: relative; }
-
Help With Captions
Perfect @wolfcry911, why didn't I think of using a background image? You've been a huge help, I owe you one! Thanks again!
-
Help With Captions
@wolfcry911, So finally I'm trying to add a credit to the thumbnail, but I'm not sure if I'm using vertical-align correctly. The aim is to have the credit centered vertically. Here's my fiddle at the moment: http://jsfiddle.net/…
-
Best Markup for Echoing Custom Fields in WP
@TheDoc, Cheers dude!
-
Help With Captions
That's perfect Paulie, thanks! I'll let you know how I get on.
-
Help With Captions
Ok, but what if I want the caption to sit on top of the image, keeping the bottom part of the caption aligned to bottom most part of the image?
-
Help With Captions
I'm not using , should I be using it? Here's a link: http://www.ericouture.com/gallery/test-page/
-
Using Vertical-Align with a Float
@TheDoc Haha, I can live with that, thanks for all the help once again!
-
Using Vertical-Align with a Float
@TheDoc Looking at that link you provided, adding border-collapse: separate; to the table seems to have done the trick. Am I using that property correctly? http://jsfiddle.net/NDFY3/51/
-
Using Vertical-Align with a Float
@TheDoc Thanks for that. Do you know why my borders are ignoring the rounded corners? http://jsfiddle.net/NDFY3/45/
-
Using Vertical-Align with a Float
@TheDoc When I add display: block I get back to same problem I was having before, the cells aren't filling up the table row, even though the values assigned make up 100%. http://jsfiddle.net/NDFY3/39/
-
Using Vertical-Align with a Float
@TheDoc That works, but now how to add the border-radius and padding without floating left? http://jsfiddle.net/NDFY3/24/
-
Using Vertical-Align with a Float
@TheDoc Haha, I have no idea. I've got six table cells in a row, and I've assigned each table cell a percentage width. table.checkout_cart tr.product_row td.firstcol { width: 11%; background: red; } table.checkout_cart tr.product_row t…
-
Is This Possible?
Does anyone know how would I go about this, I'm using WordPress and I want to echo img title's in that ordered list? I want img titles to be my $data for instance.