[css-d] breaking boundaries

2006-02-09 Thread Vincent Hide
Hi all, first off, sorry to be a pain! I have already requested a little help with this. I have been working on www.tuxdiscs.com and all is well in IE and I thought all was well in FF - however, the background doesn't always go all the way to the bottom of the content (sometimes it does, sometime

[css-d] Repeating Backgrounds in FireFox

2006-02-01 Thread Vincent Hide
Hi There, For some reason repeating backgrounds won't repeat in Firefox unless I specify a height for the div. They show up ok in IE. You can see the offending page here: http://www.storesprite.com/tux/ This will display: Code: #contentcontainer { background-image: url('images/layout/conten

[css-d] emulating tables...

2005-11-03 Thread Vincent Hide
Hi All, I am currently working on this: http://www.lampdesign.co.uk/desdev/tan/ The top 20 tracks box comprises of a with a background image on the 's (for the ear icon). What would be the best way of making the ear icons links - without using any tables? TIA, Vince

[css-d] Got a Mac and good at spotting problems?

2005-08-02 Thread Vincent Hide
Hi List, I have recently completed the following website and apparently it is all over the place when viewed on a Mac. I am not sure whether this is in Safari or IE or both. As I do not own or have access to a Mac I was hoping that some kind person would take a look for me and comment. The site

[css-d] Fieldset woes

2005-07-29 Thread Vincent Hide
Hi All, I have been experimenting with creating forms without tables. I like it. I have however noticed some issues in IE with fieldset. The form is here and as you can see if you look in IE, the background color of the fielset is overlapping outside of it's area (at the top edge). Also the mar

[css-d] Column headache

2005-07-21 Thread Vincent Hide
Hi All, I am having trouble trying to get the columns in this layout to work properly: http://www.lampdesign.co.uk/desdev/vsc/ The following image is how it should be shaping up: http://www.lampdesign.co.uk/desdev/vsc/vsc_real.png Problems: - In firefox the left column content is floating abo

[css-d] Content is not allowed in prolog.

2005-07-13 Thread Vincent Hide
Hi There, This is a strange one for me, maybe not for you. I get this error when validating the CSS of the index page at www.lampdesign.co.uk: Target: http://www.lampdesign.co.uk/ Please, validate your XML document first! Line 1 Column 1 Content is not allowed in prolog. However, the XHTML

[css-d] SOLVED: Margin Problem in IE

2005-07-06 Thread Vincent Hide
Hi All, Apologies for wasting time. I have solved the issue. It was not IE, it was me (I can be just as annoying). The h1#pagetitle element was causing the issue. I replaced it with something with no in built padding (ie. just a normal div). Thanks, Vince __

[css-d] Margin Problem in IE

2005-07-06 Thread Vincent Hide
Hi Guys, The following page: http://www.storesprite.org/lamp/company/contact.phtml Layout is exactly how I want it to be in Firefox et al. However, IE as always is causing me stress! The right column appears to be pushing the left (content) downwards on account of IE incorrectly calculating th

[css-d] Float my boat...

2005-07-01 Thread Vincent Hide
Hi All, I am struggling a bit with this page: http://www.storesprite.org/lamp/ In ie 6 the content is pushed down below where the left content ends (although the alignment is correct). Also the first in the left column is missing it's red bullet (again only in ie). I tried all sorts of things

[css-d] Float pushing content down

2005-06-30 Thread Vincent Hide
Hi, I have been working on this page layout http://www.storesprite.org/lamp/ In ie 6 the page content (#middle) gets pushed below where the left column content ends. I can't figure out why this is and have pulled out most of my hair trying to find out. If I remove the float evertything goes wro