Re: [css-d] Site Check

2008-06-27 Thread Andrew Doades
David Laakso wrote: Andrew Doades wrote: I though this group would be the best place to get a full, detailed site check... http://weplan.co.uk/ Please and Thanks to all, Andrew Seems to do fine cross-browser on a Mac and PC. If you where to ask the same question over coffee

[css-d] Site Check

2008-06-26 Thread Andrew Doades
I though this group would be the best place to get a full, detailed site check... http://weplan.co.uk/ Please and Thanks to all, Andrew No virus found in this outgoing message. Checked by AVG. Version: 8.0.101 / Virus Database: 270.4.1/1519 - Release Date: 6/25/2008 4:13 PM

[css-d] Movable content

2008-05-15 Thread Andrew Doades
Not sure if this is a css question or now but I can not think of anywhere else to look... On the new www.bbc.co.uk website and igoogle you have the ability to move the objects around, anyone know how the heck I do that? Cheers, Andrew

Re: [css-d] Positioning form elements

2008-04-30 Thread Andrew Doades
Not being a big knowledge man of css but I would have thought you would need, ul and li in there? ul lia href=index.phpHome/a/li lia href=complete.phpBrowse All Titles/a/li /ul and in your css have something like #nav ul { margin-left: 2em; padding-left: 0; color: #00; } Andrew

Re: [css-d] Positioning form elements

2008-04-30 Thread Andrew Doades
elements. They are not aligning properly and nothing I've tried has worked. Any advice in solving this issue as well would be appreciated. Jeremy On Wed, Apr 30, 2008 at 12:05 PM, Andrew Doades [EMAIL PROTECTED] wrote: Not being a big knowledge man of css but I would have thought you would

Re: [css-d] Positioning form elements

2008-04-30 Thread Andrew Doades
is not working either. Float right works for horizontal alignment and that is how I've got the forms at right set up. It's the vertical alignment that is keeping me up at night. Jeremy On Wed, Apr 30, 2008 at 12:23 PM, Andrew Doades [EMAIL PROTECTED] wrote: Not entirely sure what you are asking

Re: [css-d] Positioning form elements

2008-04-30 Thread Andrew Doades
= width=15 height=15 /form/td /tr /table Adjusting the margin on the table, as you suggested, isn't going to help as each column has a separate problem. The problem is the form elements specifically. Jeremy On Wed, Apr 30, 2008 at 12:34 PM, Andrew Doades [EMAIL PROTECTED] wrote: ok

Re: [css-d] Navigation bar

2008-04-12 Thread Andrew Doades
Hello all... I could not help picking up o a bit about IE7, I recently attempted a sidebar for my website, and all now works (to some extent) but for IE7. I was just wondering what is with IE7, IE6 used to be fine, it always worked, same with FF but why is 7 casing so many problems? Andrew

Re: [css-d] Navigation bar

2008-04-12 Thread Andrew Doades
, this is just my wish to improve my code. It's not a browser fault at all. Regards, Alan. www.theatreorgans.co.uk www.virtualtheatreorgans.com Admin: ConnArtistes, UKShopsmiths, 2nd Touch A-P groups Shopsmith 520 + bits Flatulus Antiquitus - Original Message - From: Andrew

Re: [css-d] Bullet list without paragraph break

2008-04-06 Thread Andrew Doades
remove the ul from start and end! This will give you just the bullet points! Andrew The Color Guard wrote: Hi, I'm new to CSS and new to the list. I just started going through the exercises in Meyer's book, and they're great -- I am catching on. Meanwhile, I ran across a problem which might

Re: [css-d] Bullet list without paragraph break

2008-04-06 Thread Andrew Doades
perhaps but it does work does it not?! Krystian - Sunlust wrote: On 4/6/08, Andrew Doades [EMAIL PROTECTED] wrote: remove the ul from start and end! This will give you just the bullet points! Andrew That's semanticaly incorrect, just set padding and margin to 0 and that should

Re: [css-d] Bullet list without paragraph break

2008-04-06 Thread Andrew Doades
Nannery wrote: Afternoon Andrew You wrote: perhaps but it does work does it not?! Krystian - Sunlust wrote: On 4/6/08, Andrew Doades [EMAIL PROTECTED] wrote: remove the ul from start and end! This will give you just the bullet points! Andrew That's semanticaly incorrect, just set

Re: [css-d] FF and IE problems

2008-04-04 Thread Andrew Doades
- Original Message - From: Andrew Doades To: Alan K Baker Cc: css-d@lists.css-discuss.org Sent: Thursday, April 03, 2008 10:34 PM Subject: Re: [css-d] FF and IE problems In my css file: #sidebar { float:left; width:165px; border: 3px solid

[css-d] FF and IE problems

2008-04-03 Thread Andrew Doades
On my site I have a sidebar that is set to float left, and then content that is set to float none. This works and looks fine in FireFox but in IE the content slips below the sidebar? I have tried a number of different css moves and html moves but keeps resulting in the same problem please

Re: [css-d] FF and IE problems

2008-04-03 Thread Andrew Doades
: Andrew Doades wrote: In my css file: #sidebar { float:left; width:165px; border: 3px solid #aaa; background-color: #eee; margin:2px; padding: 1em; } #content-main { float:none; width:100%; } then in my template I just put that links and that in a div

Re: [css-d] FF and IE problems

2008-04-03 Thread Andrew Doades
mail to you, I get it bounced back with some random error! Alan Gresley wrote: Andrew Doades wrote: In my css file: #sidebar { float:left; width:165px; border: 3px solid #aaa; background-color: #eee; margin:2px; padding: 1em; } #content-main

[css-d] Major FF and Safari problems

2008-03-21 Thread Andrew Doades
Hi all, I have been working on a site, and the person I am working with very kindly asked me to check this in FireFox... Sadly the main content get shoved to the bottom, can someone please have a look for me and see if they can make sense of what's going on? URL: www.weplan.co.uk user: trial

Re: [css-d] Major FF and Safari problems

2008-03-21 Thread Andrew Doades
ok, now... I added float: left; into my sidebar style code and now looks fine in ff but the original problem is now in IE not FF?! Karl Hardisty wrote: On 22/03/2008, at 8:10 AM, Andrew Doades wrote: Hi all, I have been working on a site, and the person I am working with very kindly asked

Re: [css-d] problems with background image, borders

2008-03-15 Thread Andrew Doades
As a point for you, it looks find in IE6 and IE7 Andrew Krystian - Sunlust wrote: Hello there, I'm making a website and I have two big problems with cross compatibility, haven't tested on IE7, site developed for FF, so in FF everything looks as it should. Made and tested on Ubuntu 7.10.

Re: [css-d] site check please..

2007-11-25 Thread Andrew Doades
Looks, good, Some of the image boxes dropped a little down the page in Safari on Windows xp for me! but in FireFox and IE7 all looks good! Rob freeman wrote: Hello everyone, I have been working on a little site for some friends which I have just uploaded. Could anyone please check the site in

Re: [css-d] update, can you check this site now

2007-11-25 Thread Andrew Doades
I had a look trough all of the pages on the first post, and all but the artist one looks good! Rob freeman wrote: http://www.precociouscollective.com/ __ css-discuss [EMAIL PROTECTED]

[css-d] CSS Slide Show

2007-10-13 Thread Andrew Doades
I am working on a site, where I need a set up small images to one side, or bottom, and when the views slick on the small images there is a larger image with text about the image, I have read that this can be done in CSS, but I can't find anywhere that I can get help for doing this. Cheers,

Re: [css-d] CSS Slide Show

2007-10-13 Thread Andrew Doades
David Laakso wrote: Andrew Doades wrote: This is the kind of thing I am looking for, but I need some help with the coding, that is the main problem! David Laakso wrote: Andrew Doades wrote: I am working on a site, where I need a set up small images to one side

[css-d] css and frames

2007-09-23 Thread Andrew Doades
Hello, I have been working a a website the needs a menu, I have managed to get my menu and working with css, but the main page is using frames, and the menu is listed down the left frame (on the left side) but some text is long in the buttons, is there a way I can shrink the buttons or allow