Home
chilli flower

November 2009

S M T W T F S
1234567
891011121314
15161718192021
22232425262728
2930     

Tags

Syndicate

RSS Atom
Powered by LiveJournal.com

Aug. 7th, 2009

chilli flower

shiny ideas

We can has website!



I'd planned to chill out a bit after Glastonbury, but then Denny and I decided to take over the world, so this had to happen. I'm pretty damn pleased with it. And who knows, it might even help us find clients! Because more work, yes, that is exactly what I need. ;)

And now, I sleep.

... Actually I help [info - personal] bard move house and go to a celebratory TG with the [info - personal] denny. That's almost the same thing though? Right?

Aug. 10th, 2007

chilli flower

html/css query

I'm trying to add an element to an existing webpage - www.lapada.org. On their Fairs and Exhibitions page, I need to add four subsections inbetween the "LAPADA Fairs" heading and the main text. The new sections should look like this.

I've coded these subsections such that they work in IE. In Firefox, I have what looks like a 5 pixel gap underneath each image. According to Firebug, the gap is inside the 'imagecell' td, but it shouldn't be there, and I can't find a way of removing it.

When I insert this code into the existing LAPADA page, this gap underneath each image disappears. Fine. But there's a worse problem: a similar gap to the right hand side of either the title or textbox td, causing these cells to be wider than the image between them, and making the fixed-width background of the textbox td start to repeat on the right hand side. This problem exists in both Firefox and IE. Because this space doesn't exist when the code is taken out of context, I'm assuming it's some existing piece of styling on the LAPADA website interfering with the new sections. But I can't work out what could be causing it.

The existing LAPADA page with my new sections added to it can be seen here.

Can anyone advise me on
a) how to get rid of the horizontal gap in this page? (because I don't know what's causing it, and it's bugging me)
b) how to get rid of the extra space on the right hand side of each column in this page?