alexbass
-
space at left+right of website for iPad?
I did try that, didn't work but I did find a little bit of code which has completely solved my problem! Thanks anyway
-
CSS-Tricks Design (v9)
Gotta admit, the fluid "browser window size sensitive" thing on the whole website is awesome! Like seriously.... it's got to be one of the best features of this site. Love it!!!!
-
CSS-Tricks Design (v9)
While I can appreciate it, I'm not so keen on this new design. I think the footer is awesome, it looks cool and sleek and slightly googlish (the colours) but I'm not really loving the rest. I know you have a very distinct style sense so I …
-
placing outerglow...
On #outerDiv? try this: #outerDiv { width: 1000px; margin: 0 auto; background: url(images/fullBanner_03.png) no-repeat; -webkit-box-shadow: 0 0 20px #000; -moz-box-shadow: 0 0 20px #000; box-shadow: 0 0 20px #000; } Welcome to the …
-
CSS Float Problems
Thanks Virtual, but it still doesn't work in Chrome, Safari, Opera or IE, so I'm just going to assume that it's a bug in the slideshow script and I'm not really a JS person - so I'm just going to use Nivo slider (plus the ef…
-
Styling drop down menus with CSS3
Thanks, but if you read it properly you would know that's exactly what I didn't mean. I mean a drop down menu, not a navigation. The type of drop down you find on forms.
-
Problems implementing a footer on my site - text goes weirdddd!
Thanks to both of you, Wolfcry911 - that was a really detailed explanation, thanks :) Yeah, I'm not new at all to HTML or CSS, but I have never come across 'clear:both;' :/ Thanks again :-) PS. I'll work on the positioning/marg…
-
jQuery simultaneous fade-in-out
Thanks, this worked really well... Although if you click the next button too quickly it screws it up a bit but I don't have the time and energy to find a fix! Thanks for your help again!
-
Problems implementing a footer on my site - text goes weirdddd!
No! What does that mean? I've never come across that (I sound pretty stupid now I bet...)
-
jQuery simultaneous fade-in-out
Actually despite what I said in the first post, either of those would be acceptable... just as long as they don't break and push the 'other one' down... might need some absolute styling!
-
jQuery simultaneous fade-in-out
Yeah i've done it before, but I ended up with: $(".ab").click(function () { $(".home").hide(); $(".services").hide(); $(".location").hide(); $(".contact").hide(); $(".about").f…
-
really simple question regarding anchor tags?
Hi there Well basically, an anchor link has default stylings of being blue, and then possibly underline and red on active. This is defaults stylings, I'm wondering if there is one, simple css property to delete all this styling, so it is as if…
-
New CSS-Tricks
I wasn't a fan of the old theme to be honest.. but I'm loving this new one! totally fresh, love all the little animations, inspirational:)
-
Client wants a full screen flash slideshow gallery. Any ideas?
Elite XML Website has a full screen slideshow built-in which goes completely full screen. The template is cut up into a load of SWF files, which you could probably use? Not sure if this helps, it's just the first thing I thought of.. Good luck!
-
Smooth Scroll broken?
Yeah I have seen it in the past, would it be easy to implement the script I'm currently using to add a sliding effect? Thanks :)