Adam
-
Feedburner Problems
Quite randomly it has started working again but for how long???
-
Feedburner Problems
Update: I have managed to get the feed to be added to my feedburner account again and is at the URL http://feeds.feedburner.com/TheButterflyExperiment Unfortunately now it gets the HTTP 500 error again, so doesn't update, or work! The strang…
-
Feedburner Problems
I've stripped back all plugins and am now just left with akismet, kimili flash (that is only used for a page and not any posts) and gravatar. hmm. still stuck, any more ideas???
-
Better way to slice images in PHOTOSHOP
The slice tool is the best method, you only need the one file, no need to copy and paste to a new image, or use the crop tool. You have the one image and the slice lines will remain.
-
Conditional form events
check the basic jquery video cast chris did. You can just use it to show / hide the relevant fields as box said.
-
I am forced to do table-layouts and I don't know why
You need to explain why tables are not so great for layout. Contrary to what many people say tables are standards compliant so is not a legitimate argument. tables shouldn't be used because: - They make larger files than style files this is b…
-
My first site
My first impression of the site made me think it was for a wedding photographer, even the tag line professional magician didn't clear it up as I though oh he works magic with the camera. The banner needs to look like magic not a wedding IMO
-
Javascript disabled?
Again it comes down to target audience. If your users won't be using mobile devices, or using their work's / school's computer you can ignore old browsers and lack of JavaScript. You will also suffer from poorer SEO because spider bot…
-
CSS Images replacement and SEO
I just noticed: "may the source be with you" LOL :lol: I'm such a geek haha
-
CSS Images replacement and SEO
I like that, very sneaky, like ninja. At the moment I don't think it will have too much of a detrimental effect and will degrade pretty well too. I don't see why it would be too different to using a text indent of -9999px (I am amazed thi…
-
Help With Warnings
The reason you get that warning is because search engines will mark you negatively for it as it is an old trick to show one thing to the bots and something different to the reader to try and boost key words. Now it will have the opposite affect.
-
floated ul shows up weird in IE
It's step-down your experiencing. Chris has a good article on it: http://css-tricks.com/prevent-menu-stepdown/
-
List Showing Up In FF not IE
your conditional ie style sheet will not work because the in-line style will over rule it. Move the inline style to your normal stylesheet and then your ie style sheet will work.
-
problem with dropdown menus
you've missed off the tags from your sub menus. Test Home5 Blog Fotos Neuseeland Home Eisenbahn Radsport Gästebuch Add in the bold text. On a side note, you also need to close you …
-
vertically align to the bottom of a div?
"pab" said:[quote="Adam"][quote="pab"]you can try setting it for firefox and then through conditional comments feed the working css rules to ie7 only It would be better to fix the general style sheet for firefox and th…
-
vertically align to the bottom of a div?
"pab" said:you can try setting it for firefox and then through conditional comments feed the working css rules to ie7 only It would be better to fix the general style sheet for firefox and then have a conditional style sheet for IE. If it…
-
Linking an Image in CSS Form
use JavaScript! .masthead2 {width: 700px; height:140px; position: absolute; margin-left: -350px; left: 50%; top: 200px; background-image: url(http://i67.photobucket.com/albums/h320/ ... nner-2.jpg); cursor: pointer;}
-
another ie6 mystery
This had me intrigued but it appears as though your colleague changed more than the background colour. display:inline-block was changed to display:inline so that's why it works now!
-
for today I hate firefox
They will get that world record, simply because it is a new record and no one has set it yet. lol good publicity ploy though.
-
for today I hate firefox
I've just tested what I suggested with firebug and it is in the footer, in the very bottom of the page. It works because of the -ve margin in the page wrap which coincides with the same height as the footer, ie the footer overlaps the main con…
-
Image map with css?
Use absolute positioning to put a div over the image which can be clicked using javascript.
-
for today I hate firefox
It's because the body is set to 100% before the background image is set, which is where the background is set. Since you need the 100% for the sticky footer to work you can't change that. Instead set the background image to the pagewrap d…
-
multiple selectors
when there is no commas it will apply that style to the child in that exact order of coding. so for your example it will apply it to a list item in an unordered list within a div with id=content. ie: here is a list: first second …
-
Send different styles to IE, Firefox, & Safari with just CSS
I also design for FF, then fix for IE. I don't bother with hacks though, separate IE specific style sheets are also what I use.
-
EM-based-website
I thought that may be something like that, but didn't have the time to look at it properly. IE doesn't deal with margins as you'd expect, (that's why the sticky footer thing breaks in IE if you use margins). Microsoft's inte…
-
Multiple DIV Backgrounds
If you mean like this website where the whole page has rounded corners and has shadow around it have a look at the videos chris did about the creation (from scratch) of this website.