Re: [css-d] Div positioning

2006-10-24 Thread Pete Home
Thanks Francky, I saw the first error and didn't look down the email for the fix! There is no missing DIV, I ran it through the validator and got the same error, but I do not understand why. I move the fieldset in the form and validate down to 1 error. If I add an extra div at the end, I get

Re: [css-d] Div positioning

2006-10-23 Thread Pete Home
-Original Message- From: Pete Home [mailto:[EMAIL PROTECTED] Sent: 22 October 2006 17:00 To: 'css-d@lists.css-discuss.org' Subject: Div positioning I'm trying to produce tabular type layout for venues and gigs using divs where I end up with something like

Re: [css-d] Div positioning

2006-10-23 Thread Pete Home
. I'm assuming it's something to do you margins/padding. Also I have alternated the venues inside a div with a class of bg0 or bg1 to alternate the background colours however this seems to have no effect. Any ideas? Regards Pete -Original Message- From: Pete Home [mailto:[EMAIL PROTECTED

Re: [css-d] Div positioning

2006-10-23 Thread Pete Home
Sorry Guy's, the link should be www.marylebonejournal.com/newsite/o-gazetteer.asp Regards Pete -Original Message- From: Pete Home [mailto:[EMAIL PROTECTED] Sent: 23 October 2006 15:09 To: 'css-d@lists.css-discuss.org' Subject: RE: Div positioning Got even further now, and the problems

[css-d] Div positioning

2006-10-22 Thread Pete Home
I'm trying to produce tabular type layout for venues and gigs using divs where I end up with something like this; VENU 1

Re: [css-d] Automatically scaling fonts

2006-09-08 Thread Pete Home
with CSS and if I have to I'll look into scripting something. Regards Pete -Original Message- From: francky [mailto:[EMAIL PROTECTED] Sent: 08 September 2006 11:46 To: [EMAIL PROTECTED] Cc: css-d@lists.css-discuss.org Subject: Re: [css-d] Automatically scaling fonts Pete Home wrote

[css-d] Automatically scaling fonts

2006-09-07 Thread Pete Home
Is there a way to scale the font size as the window size increases? I am working on an elastic layout that works fin when the browser window is increased and reduced, however, the fonts do not increase or decrease in size so I end up with blank space when the window size is big and over-flowed

[css-d] Making an empty div a link

2006-09-01 Thread Pete Home
I have the following code; div id=shopa title Shop href=../shop/index.shtmlShop/a /div And the css; #shop { background:#FF; color:#00; padding-top:20px; float:left; line-height:1em; width:620px; background-image:

[css-d] UL differences between

2006-08-23 Thread Pete Home
I am trying to get the entries in an un-ordered list to be the same in IE6 and FF The page is at http://www.cityboxer.com/newsite/travel/n-bigfight.shtml There is another slight difference with the Travel 'Sticker' which is in a slightly different position between the two browsers. Thanks in

Re: [css-d] Sliding door rounded corner boxes

2006-08-15 Thread Pete Home
at the expense of a little more effort. Regards Pete -Original Message- From: francky [mailto:[EMAIL PROTECTED] Sent: 15 August 2006 04:44 To: [EMAIL PROTECTED] Cc: css-d@lists.css-discuss.org Subject: Re: [css-d] Sliding door rounded corner boxes Pete Home wrote: I'm getting so frustrated

Re: [css-d] Sliding door rounded corner boxes

2006-08-15 Thread Pete Home
Pete -Original Message- From: francky [mailto:[EMAIL PROTECTED] Sent: 15 August 2006 04:44 To: [EMAIL PROTECTED] Cc: css-d@lists.css-discuss.org Subject: Re: [css-d] Sliding door rounded corner boxes Pete Home wrote: I'm getting so frustrated with this. I'm assuming that certain TAGs

Re: [css-d] Sliding door rounded corner boxes

2006-08-14 Thread Pete Home
To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED]; css-d@lists.css-discuss.org Subject: Re: [css-d] Sliding door rounded corner boxes francky wrote: Pete Home wrote: [...] IE is now a real mess, but FF is a lot better! [...] www.cityboxer.com/gambling/betting.htm Hi Pete, [...] See testpage a http

Re: [css-d] Sliding door rounded corner boxes

2006-08-14 Thread Pete Home
I'm getting so frustrated with this. I'm assuming that certain TAGs break the flow within this technique therefore interrupting the image outlines causing what looks like breaks in the border for instance. My site is very standard in layout with basically a top menu, header, content and footer

Re: [css-d] Sliding door rounded corner boxes

2006-08-12 Thread Pete Home
: Re: [css-d] Sliding door rounded corner boxes Nick Fitzsimons wrote: Pete Home wrote: I thought I had followed the research to the letter, but I still cannot get 'nested' boxes to work. Basically I want a outline around 2 divs when one of then has a box within it. Here's the code and CSS

Re: [css-d] Sliding door rounded corner boxes

2006-08-09 Thread Pete Home
PROTECTED]; css-d@lists.css-discuss.org Subject: Re: [css-d] Sliding door rounded corner boxes Nick Fitzsimons wrote: Pete Home wrote: I thought I had followed the research to the letter, but I still cannot get 'nested' boxes to work. Basically I want a outline around 2 divs when one of then has

Re: [css-d] Sliding door rounded corner boxes

2006-08-09 Thread Pete Home
-d@lists.css-discuss.org Subject: Re: [css-d] Sliding door rounded corner boxes Pete Home wrote: I thought I had followed the research to the letter, but I still cannot get 'nested' boxes to work. Basically I want a outline around 2 divs when one of then has a box within it. Here's

[css-d] Sliding door rounded corner boxes

2006-08-08 Thread Pete Home
I thought I had followed the research to the letter, but I still cannot get 'nested' boxes to work. Basically I want a outline around 2 divs when one of then has a box within it. Here's the code and CSS links; www.cityboxer.com/gambling/betting.htm and www.cityboxer.com/gambling/newcss.css

[css-d] Generic table formatting definitions

2006-01-05 Thread Pete Home
I spend most of my time developing database driven pages where, as was pointed out to me by members of this forum, the tabular output often necessitates the use of a table. However, these tables often contain text (field descriptions etc) and require formatting in terms of alignment, font, size

[css-d] Loading content from external file

2005-11-30 Thread Pete Home
I have a basic page that currently uses an Iframe to display the main content and several menu options which load the Iframe with new content. Can this be achieved with CSS? Obviously I could set the visibility of DIVs on or off based on a Onclick event or something, but that would mean