[css-d] Border not shown in Firefox

2007-08-01 Thread trevor bayliss
http://216.219.94.105/ajax.htm Hi all this is a small test page. The aTab has a border around it in IE but in Firefox it doesn´t appear: .gw_aTab { padding : 5px; float : none; width:auto; border-top : 1px solid #e6e6e6; border-right : 1px solid #e6e6e6; border-left : 1px solid #e6e6e6;

[css-d] Ways to create css pages

2007-08-02 Thread trevor bayliss
Just a quick question to get some: when you design pages do you do it directly from notepad? I was thinking about the merits of using the dreamweaver tools to design the layout with divs and then get changing the code. Alternatively do people have a stock of templates that they use according

Re: [css-d] color consistency, accuracy

2007-08-26 Thread trevor bayliss
sounds like a problem with photoshop or your pc -how are you and your clients calibrating your monitors? Listsmem escribió: Has anyone else noticed this problem before? Open a solid color jpeg in photoshop and use a digital color meter to read its hex value. Then drag and drop the same

Re: [css-d] Site Check, please

2007-09-02 Thread trevor bayliss
David Laakso [EMAIL PROTECTED] wrote: Lorraine Barte Nepomuceno wrote: Hi everyone, I'm having problems with a design of mine. On some browsers (although not any of ours here at the office, but that may be because we're all widescreen), the right sidebars are pushed down below the main

Re: [css-d] Site Check, please

2007-09-02 Thread trevor bayliss
CSS guru David Laakso very kindly gave me some code: br.both { clear : both; } br.right { clear : right; } br.left { clear : left; } .clear { height : 0; clear : both; } Can someone please explain to me what this does and why it is needed with strict xhtml. Thank-you in advance.

[css-d] Sorry the subject is different-my last post was not site check please

2007-09-02 Thread trevor bayliss
CSS guru David Laakso very kindly gave me some code: br.both { clear : both; } br.right { clear : right; } br.left { clear : left; } .clear { height : 0; clear : both; } Can someone please explain to me what this does and why it is needed with strict xhtml. Thank-you in advance.

[css-d] line-height: 2;

2007-09-02 Thread trevor bayliss
What is line-height: 2; what value is interpreted by the browser? An em value or px? Sorry about this newbie question, thanks for input #footer p { font-size : 75%; line-height: 2; margin-top : 0; margin-bottom : 0; } - Be a better Heartthrob. Get

Re: [css-d] different browsers

2007-09-03 Thread trevor bayliss
David Laakso [EMAIL PROTECTED] wrote: Terri Houston wrote: Is there a website where I can see my menu page with all the different browsers? If not, can someone check www.ttcollectiblegifts.com/dynamicdrive.html using IE6, and send me a screenshot? I was told the menu was large, and I

Re: [css-d] Sorry the subject is different-my last post was not site check please

2007-09-03 Thread trevor bayliss
Tom Molesworth [EMAIL PROTECTED] wrote: Hi Trevor, On 03/09/07, trevor bayliss wrote: CSS guru David Laakso very kindly gave me some code: br.both { clear : both; } br.right { clear : right; } br.left { clear : left; } .clear { height : 0; clear : both; } This effectively

Re: [css-d] line-height: 2;

2007-09-03 Thread trevor bayliss
Thanks Jukka, Michael and Felix that is clear. - Boardwalk for $500? In 2007? Ha! Play Monopoly Here and Now (it's updated for today's economy) at Yahoo! Games. __ css-discuss [EMAIL

[css-d] Floating problem?

2007-09-07 Thread trevor bayliss
Hi all, I want to put two columns inside the divs: div id=wrapperdiv id=content/div/div #wrapper { float : left; width : 100%; margin-left : -180px; padding-top : 15px; } #content { margin-left : 180px; width : 743px; } which I have done with div id=contentinleft and div

Re: [css-d] Floating problem?

2007-09-08 Thread trevor bayliss
Hi all, Thanks a lot for those pointers George and Alan, I have implemented the solutions which work with Firefox but with IE the #contentinright div is dropped down and doesn`t seem to clear the #contentinleft div. I tried the right negative margin to try and allows the #contentinright

Re: [css-d] Floating problem?

2007-09-08 Thread trevor bayliss
Thanks a lot Georg that works a treat! - Pinpoint customers who are looking for what you sell. __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List

Re: [css-d] will u help me any CSS issue?

2007-09-18 Thread trevor bayliss
Ann Randall [EMAIL PROTECTED] wrote: On 9/17/2007 at 7:48 PM, Nay Myo Win wrote: will u help me any CSS issue? -- Nay Myo __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List

[css-d] UL woes

2007-09-18 Thread trevor bayliss
Hi all, I have a basic page that I am working on but I am not getting the list right. I have a big div called page id that wraps the whole page including the footer. The next div is called header which has a fixed width of 794px, where there is an image at the top of the page which is

Re: [css-d] Need help with alignment in IE (huge white spaces), Firefox looks ok

2007-09-18 Thread trevor bayliss
juliann wheeler [EMAIL PROTECTED] wrote: I created this in tables for an HTML newsletter Does anyone know why I'm getting these large gaps of white space in my tables (left side column)? I'm not a tables person usually so this is a real challenge for me. It looks fine in Firefox to me, but

Re: [css-d] IE7 - Jumping DIV when I mouse over navigation

2007-09-18 Thread trevor bayliss
This sounds like the peekaboo bug in IE but reading the bumpf it seems like is has been sorted out for IE7: http://www.positioniseverything.net/explorer/peekaboo.html HTHs - Tonight's top picks. What will you watch tonight? Preview the hottest shows

[css-d] Div drops in firefox

2007-09-18 Thread trevor bayliss
Hi all I get a problem with the flash scroll div where my flash is it falls for some reason. I have tried clear both, display inline, and displayed block but it stays there. In IE it looks fine: http://www.villa-corti.com/text.html What is happening? TIA

Re: [css-d] Validation Failure

2007-09-24 Thread trevor bayliss
--- [EMAIL PROTECTED] wrote: George L Smyth Wrote: I have got the proper script tags surrounding the JavaScript, Hello, Is this how your doing it? script type=text/javascript //![CDATA[script here//]] /script If not change it and see what happens. Kind Regards GM)

[css-d] Div not containing other divs

2007-09-27 Thread trevor bayliss
Maybe I`m tired but I can`t work this one out, I have a div called wrapimg (the one that has a tan border) which is meant to contain the divs: leftcontent, centrephoto and flashscroll stopping before the footer. I`m trying to set a containing div so that I can have a cross browser background

[css-d] Navigation

2007-05-25 Thread trevor bayliss
Hello everyone I am new! I am having problems with the last tab on a navigation bar. For some reason I can´t make it fit with the light blue line above it and I am stuck as to how to do it. Also the navigation bar doesn´t show up in Netscape 4.78 (no Flash) with Windows 2000 Professional and

[css-d] Adding an emplty LI

2007-05-28 Thread trevor bayliss
Hi all I´ve been doing all I can to try and perfect this navigation but I just don´t understand it I am sure it is very simple. I have tried to make this as simple as possible with as little code as possible. I have a navigation called #topnav which has width auto. Then I have a #topnav LI

Re: [css-d] Adding an emplty LI

2007-05-28 Thread trevor bayliss
PROTECTED] wrote: trevor bayliss wrote: Hi all I´ve been doing all I can to try and perfect this navigation but I just don´t understand it I am sure it is very simple. I have tried to make this as simple as possible with as little code as possible. I have a navigation called #topnav which has

[css-d] Divitis?

2007-05-29 Thread trevor bayliss
I have a several companies that I am putting in a list(25). They all have the same image by their side, the same spacing and a line break after each one. At the moment I have it set out like the code below. Should I make a new class to deal with this or would this be the famous divitis that I

Re: [css-d] Divitis?

2007-05-29 Thread trevor bayliss
Thanks for all the comments. I am trying to implement the general consensus:You could change your div to a ul and wrap your items in li tags (DONE); then you can set the background of the the li tag to the image you want and position it appropriately (PROBLEM). I tried with a

Re: [css-d] Divitis?

2007-05-29 Thread trevor bayliss
I did this it worked fine #col2 ul { list-style-image: url('images/menu.gif') } thanks everyone trevor bayliss [EMAIL PROTECTED] wrote: Thanks for all the comments. I am trying to implement the general consensus:You could change your div to a ul and wrap your items in li tags (DONE

Re: [css-d] Divitis?

2007-05-29 Thread trevor bayliss
The list-style-image didn´t work after all apologies everyone. I am therefore still trying to implement the general consensus:You could change your div to a ul and wrap your items in li tags (DONE); then you can set the background of the the li tag to the image you want and position it

Re: [css-d] Divitis?Answered

2007-05-29 Thread trevor bayliss
Hi Sam and Tony that´s great works great in IE!! Thank you all - Got a little couch potato? Check out fun summer activities for kids. __ css-discuss [EMAIL PROTECTED]

[css-d] List on one line fine-how to add bullet points

2007-05-29 Thread trevor bayliss
Hi all a quick question about lists similar but different from an earlier post by another user today. The following css which styles the list on one line which is great and what I want. I now want to add bullet points. How can I do that please? Thanks #areas LI { /* put the lists and list

[css-d] Divs moving up page with all browsers except IE

2007-05-30 Thread trevor bayliss
In all these browsers: Mozilla, Firefox, Konqueror, Opera, Netscape except Internet Explorer the tab divs in my page move up the page. I don´t understand why this happens and I would be greatful if someone could tell me why this is happening and how to stop it. Thanks everybody Here is

[css-d] Divs moving up page with all browsers except IE

2007-05-30 Thread trevor bayliss
In all these browsers: Mozilla, Firefox, Konqueror, Opera, Netscape except Internet Explorer the tab divs in my page move up the page. I don´t understand why this happens and I would be greatful if someone could tell me why this is happening and how to stop it. Thanks everybody Here is

[css-d] Validator is whack

2007-05-30 Thread trevor bayliss
I don´t get this validator. Anyway I am trying to validate my document and I can´t get it to work. I have three stuborn errors which I can´t work out. http://validator.w3.org/check?uri=http%3A%2F%2F216.219.94.105%2Findex1.cfmcharset=%28detect+automatically%29doctype=Inline Error

[css-d] Div moving up the page

2007-06-04 Thread trevor bayliss
Hi all, My css is now validated as is my html! I have been checking my index page with the various browser/OS combos but I get a major difference with the majority (except for IE) where the divs called #gw_tabView1 and .gw_aTab seem to move unexpectedly. The page can be seen here:

[css-d] Divs moving up page

2007-06-04 Thread trevor bayliss
Hi all, My css is now validated as is my html! I have been checking my index page with the various browser/OS combos but I get a major difference with the majority (except for IE) where the divs called #gw_tabView1 and .gw_aTab seem to move unexpectedly. The page can be seen here:

[css-d] Divs moving up the page

2007-06-06 Thread trevor bayliss
Hi all, I have been checking my index page with the various browser/OS combos but I get a problem with the majority (except for IE). The divs called #gw_tabView1 and .gw_aTab seem to move unexpectedly. The page can be seen here: http://216.219.94.105/index1.cfm Why is this happening? Thank you

[css-d] Divs moving up the page

2007-06-06 Thread trevor bayliss
Hi all, I have been checking my index page with the various browser/OS combos but I get a problem with the majority (except for IE). The divs called #gw_tabView1 and .gw_aTab seem to move unexpectedly. The page can be seen here: http://216.219.94.105/index1.cfm Why is this happening and how

[css-d] Weak layout

2007-06-06 Thread trevor bayliss
I just got a comment from one of the list members that I don`t understand about my webpage saying, and I quote: your layout is a bit weak, and can't take much, if any, font-resizing in any browser. Test in browsers and you'll see how easily it breaks. He suggests a complete rewriting of this

Re: [css-d] Weak layout

2007-06-07 Thread trevor bayliss
Thank you everyone for your kind replies really appreciated which I will implement. So I now know what a weak layout is! What a complete nightmare these different browsers are. I don´t think that Sarah´s idea about all the browser people getting together and agreeing on someting will ever

[css-d] Firefox and Opera bug

2007-06-10 Thread trevor bayliss
Hi all, the .gw_aTab is not showing the same in size as in IE (the gain Gain a unique insight into your industry part with the border around it and the uk image). http://216.219.94.105/index1.cfm The div .gw_aTab is not showing right in Opera and Firefox. In IE it is perfect and can be seen

[css-d] Firefox and Opera bug?

2007-06-10 Thread trevor bayliss
Hi all, the .gw_aTab is not showing the same in size as in IE (the gain Gain a unique insight into your industry part with the border around it and the uk image). http://216.219.94.105/index1.cfm The div .gw_aTab is not showing right in Opera and Firefox. In IE it is perfect and can be

[css-d] How to make footers go to bottom of the page

2007-06-10 Thread trevor bayliss
Hi all I am trying to work out hoe to put the following footer id : #footer_home to the bottom of this page: http://216.219.94.105/index1.cfm IE is ok but as I know know is not standard compliant. Thanks - Don't be flakey. Get Yahoo! Mail for

[css-d] IE makes an extra border

2007-06-12 Thread trevor bayliss
Hi all thanks for all your help I am really starting to understand the whole div/css thing. Now I design for opera and mozilla I have a small problem with the IE where it adds an extra border at the top of a div I have where the javascript tabs are gw_tabView1 which contains the tabs content in

[css-d] Netscape problems

2007-06-15 Thread trevor bayliss
My page is validated but I am having problems with the ajax divs for some reason they mess up with netscape: Netscape 4.78 (no Flash) Windows 2000 Professional Netscape 6.2.3 (No Flash)Windows XP Netscape 6.2 (no Flash) Windows 2000 Professional How can I make

[css-d] Text-confused weak layout

2007-06-20 Thread trevor bayliss
Hi all I am trying to initially sort out my text something I learned was wrong thanks to the help of the users of this list. I just need a few pointers because I am a bit confused: On the body part of the css at the moment it is font 11px -I have seen that I should change it to 200% or

Re: [css-d] Ideas for handling text with CSS

2007-06-20 Thread trevor bayliss
Have you tried nbsp; in your html? [EMAIL PROTECTED] wrote: Hi everyone, I was wondering if anyone has a link or information as how to best handle text with CSS. By text I mean a line of text that may include 3 pieces of information, like name, phone, and email address. In the past, I always

[css-d] Best way for text when enlarged

2007-06-20 Thread trevor bayliss
Hi all, The text breaks up the page when I increase it´s size. On the body part of the css at the moment it is font 11px -what should I change it to some percent value? Thanks for any pointers body {padding-right: 0px; padding-left: 0px; background: #ff repeat-x 50% top;

Re: [css-d] Best way for text when enlarged

2007-06-20 Thread trevor bayliss
Thanks Luc! Luc [EMAIL PROTECTED] wrote: Good afternoon trevor, It was foretold that on 20/6/2007 @ 12:09:17 GMT-0700 (PDT) (which was 16:09:17 where I live) trevor bayliss would write: On the body part of the css at the moment it is font 11px -what should I change it to some percent value

Re: [css-d] Best way for text when enlarged

2007-06-25 Thread trevor bayliss
Thanks a lot for all your replies what a large topic but essential to understand. I have been playing around with various percentages, medium, em for sizes and I am still on the case and before I rewrite the design again,settling at present for 100% for body text. However, even though I have

Re: [css-d] Best way for text when enlarged

2007-06-27 Thread trevor bayliss
Hi David and all, Sorry I put up the wrong link http://216.219.94.105/indextest.cfm I am playing around with all the great pointers I have been given. There seem to be a lot fo different opinions on this one so I will always be doing it wrong in somebody´s eyes I suppose!

[css-d] What is the equivalent of font-size:11px?

2007-06-28 Thread trevor bayliss
I am continuing my css journey and have been playing around with this and can´t seem to get the right results using ems or font-size:small on my body css: body {padding-right: 0px; padding-left: 0px; background: #ff repeat-x 50% top; padding-bottom: 0px; margin: 0px; font: 11px

Re: [css-d] What is the equivalent of font-size:11px?

2007-06-29 Thread trevor bayliss
that I haven´t read the other answers and doesn´t mean that I am not implementing the ideas. David Laakso [EMAIL PROTECTED] wrote: trevor bayliss wrote: I am continuing my css journey and have been playing around with this and can´t seem to get the right results using ems or font

[css-d] Thread answered:What is the equivalent of font-size:11px?

2007-06-29 Thread trevor bayliss
the design no matter how hard you try to make it perfect. So a little varience is fine. -Mark trevor bayliss wrote: I am continuing my css journey and have been playing around with this and can´t seem to get the right results using ems or font-size:small on my body css: body {padding-right

Re: [css-d] I want to make my nav bar look like the included image

2007-06-30 Thread trevor bayliss
Have a play around with this it may help !DOCTYPE HTML PUBLIC -//W3C//DTD HTML 4.01 Transitional//EN http://www.w3c.org/TR/1999/REC-html401-19991224/loose.dtd; HTML HEAD META http-equiv=Content-Type content=text/html; charset=utf-8 titleMedarc Ltd./title STYLE type=text/css html

[css-d] Trouble with footer on five column layout

2007-07-01 Thread trevor bayliss
I am using David Laakso´s Chealseacreekstudio five column layout which can be seen here: http://www.chelseacreekstudio.com/ca/cssd/stuff.html For some reason the footer in firefox doesn´t go to the bottom of the page. Also I would like to move the c1 div (the h3 column) from the left to the

Re: [css-d] Trouble with footer on five column layout

2007-07-01 Thread trevor bayliss
Hi David Thanks I have done that and validated it http://216.219.94.105/stuff.htm David Laakso [EMAIL PROTECTED] wrote: trevor bayliss wrote: I am using David Laakso´s Chealseacreekstudio five column layout which can be seen here: http://www.chelseacreekstudio.com/ca/cssd/stuff.html

[css-d] Thanks David Laakso

2007-07-04 Thread trevor bayliss
I know that the moderators will not like the fact that I am sending an maybe off topic email but hey you only live once!(ok maybe twice but that is for another forum!) I think I speak for all the people who have come to the list looking for help that David Laakso is a constant excellent list

[css-d] How to put divs in a div not validating

2007-07-10 Thread trevor bayliss
Hi everyone, I have a problem that is maybe not fixable. I have a div with three divs inside it which doesn´t validate. The divs are there for ajax reasons but this is still a css question I believe as it is about the divs. The problem can be seen at this webpage:

[css-d] Header navigation

2007-07-10 Thread trevor bayliss
Hi list, I am trying to get the navigation in my header: http://216.219.94.105/trevor.htm to look like it does in my earlier version pre-better layout: http://216.219.94.105/trevor.htm Here is the css and html-it all validates but the tabs don´t fill out the header div and the

Re: [css-d] white or #FFFFFF?

2007-07-10 Thread trevor bayliss
tedd [EMAIL PROTECTED] wrote: At 11:55 AM +0100 7/10/07, Ian Young wrote: Where in the code are you experiencing the problem? I have tried several examples of having white instead of #fff in various places in the menu code (based on yours). Doesn't matter if it is in li or li hover, still works

[css-d] Top nav-please ignore last navigation post

2007-07-11 Thread trevor bayliss
I am having a problem with my top nav http://216.219.94.105/trevor.htm. The width of the ul that I have id=topnav doesn´t fit accross the whole header div and is centred in firefox and aligned to the left in IE: The html without all the li tags: div id=page div id=header

Re: [css-d] Site check please

2007-07-11 Thread trevor bayliss
Mark Wheeler [EMAIL PROTECTED] wrote: On Jul 11, 2007, at 9:20 AM, Gary Benson wrote: Hi all, Could I trouble you for site check of http://www.relaxshiatsu.co.uk/ please? I use Firefox on Linux so Windows and Mac checks are especially welcome, as are any general comments and suggestions

[css-d] Equivalent result of html align left

2007-07-12 Thread trevor bayliss
Hi all, In the webpage: http://216.219.94.105/t_embeded_js.htm I have been trying to organize the code that is in the International and National panels so that the images are aligned to the left of the h2 and p tags: img src=images/companies/pfizer_logo.jpg width=75 height=45 alt=Pfizer

Re: [css-d] Equivalent result of html align left

2007-07-13 Thread trevor bayliss
I have been trying to use clear: left; or clear: both; or clear:right; but to no avail and I´ve hit a css brick wall but really wanting to understand why this doesn´t work and how I can solve it. You can see exactly what I am aiming for on the page http://216.219.94.105/index.cfm which was

Re: [css-d] Equivalent result of html align left

2007-07-13 Thread trevor bayliss
trevor bayliss [EMAIL PROTECTED] wrote: David Hucklesby [EMAIL PROTECTED] wrote: On Fri, 13 Jul 2007 09:01:20 -0700 (PDT), trevor bayliss wrote: [...] You can see exactly what I am aiming for on the page http://216.219.94.105/index.cfm which was done with tables. TIA

[css-d] Layout question

2007-07-23 Thread trevor bayliss
Hi all, I have cut out all unnecessary content and I´m trying to work out how to change the size of the content div (in grey) in the following page http://216.219.94.105/divs.htm This is all because I want to get rid of any space between the content div and the right hand div called c1 (lime

[css-d] Missing division in UL LI

2007-07-23 Thread trevor bayliss
This is a strange one I don´t have a clue why this is happening, for some reason a division is left out on a UL LI on this page http://216.219.94.105/divs.htm You can see the screen grabs: Firefox(problem): http://216.219.94.105/FF.jpg IE (fine): http://216.219.94.105/IE.jpg

[css-d] Layout question

2007-07-23 Thread trevor bayliss
Hi all, I have cut out all unnecessary content and I´m trying to work out how to change the size of the content div (in grey) in the following page http://216.219.94.105/divs.htm This is all because I want to get rid of any space between the content div and the right hand div called c1

Re: [css-d] Missing division in UL LI: This is Answer

2007-07-23 Thread trevor bayliss
The answer is to increase the width to 11% that sorts it out trevor bayliss [EMAIL PROTECTED] wrote: This is a strange one I don´t have a clue why this is happening, for some reason a division is left out on a UL LI on this page http://216.219.94.105/divs.htm You can see the screen grabs

[css-d] Site check please

2007-07-25 Thread trevor bayliss
Hi all. I am at the end of the first leg of my css journey. Very complicated stuff and I nearly turned back to tables! Please could someone have a gander at this page and see what you think and if there are any problems. I believe I have sorted them all out now. If I have any errors (it is,

Re: [css-d] Site Check and Bughunting, Please

2007-07-25 Thread trevor bayliss
checking it on the w3.org validator it says it is Tentatively valid so it wouldn´t hurt to get that sorted out. The css validator shows two errors: http://jigsaw.w3.org/css-validator/validator?uri=http%3A%2F%2Fwww.lostinxlation.net%2Fsandbox1%2Findex.html If you put padding: 0px; that

Re: [css-d] my CSS is often working offline but not online , why is that so?

2007-07-26 Thread trevor bayliss
Zoe M. Gillenwater [EMAIL PROTECTED] wrote: lavinia Ebert wrote: Hi, why is it that the behaviour from the browsers is offline different to online? The browsers (testing on IE6, Opera, Fireforx2 and Netscape) are interpretating my CSS often differently offline and online. Can I do

Re: [css-d] Site check please

2007-07-25 Thread trevor bayliss
David Laakso [EMAIL PROTECTED] wrote: trevor bayliss wrote: Hi all. I am at the end of the first leg of my css journey. Very complicated stuff and I nearly turned back to tables! Please could someone have a gander at this page and see what you think and if there are any problems. I

Re: [css-d] Site check please

2007-07-27 Thread trevor bayliss
David Laakso [EMAIL PROTECTED] wrote: Thanks as ever for the reply David. I have implemented those changes http://216.219.94.105/david1.htm and will change the p´s and h´s to make it look smarter. The AccessibilityCheck box that reads: ignore font sizes I have done-what a nightmare I

[css-d] IE divs drops and Vertically align text

2009-02-24 Thread trevor bayliss
In IE the right hand side where the text Fish Info and Do you have an account is, drops down. http://www.copywritecolombia.com/trial.html The text by the side of the arrows should be vertically aligned, how can I do that? Thank you

Re: [css-d] IE divs drops and Vertically align text

2009-02-24 Thread trevor bayliss
Thanks that works great. How do I align the text next to the arrow gifs (at the moment they are not verticallyt centred). Thanks again --- In IE the right hand side where the text Fish Info and Do you have an account is, drops down.

Re: [css-d] IE divs drops and Vertically align text

2009-02-24 Thread trevor bayliss
, Feb 24, 2009 at 11:44 AM, trevor bayliss bayliss_tre...@yahoo.comwrote: Thanks that works great. How do I align the text next to the arrow gifs (at the moment they are not verticallyt centred). Thanks again Add vertical-align:middle; to your styling for the anchor tags. -- -Jack

[css-d] Options in a select

2009-03-07 Thread trevor bayliss
Hi all, I have a select box that is 150px but the options are larger than that. For design purposes I need to keep the size as 150px but the options I need to be bigger. How can I do that? Thank you __ css-discuss

[css-d] Shorten width

2009-03-10 Thread trevor bayliss
Hi all the green background on the right hand head is too wide as shown in this image: www.copywritecolombia.com/ie.gif The page is: http://www.copywritecolombia.com/test.php How can I make the green header on the right box less wide? Also how can I make the height of the left box the same as

[css-d] What can I do to improve this CSS?

2009-04-12 Thread trevor bayliss
Hi all, This is my latest attempt at css, the xhtml validates, I feel though that although it works fine it could be made a lot cleaner and maybe I am missing some important concepts: http://tinyurl.com/clg668 I would be very greatful if someone could have a look and advise me what to do,

Re: [css-d] What can I do to improve this CSS?

2009-04-12 Thread trevor bayliss
Thanks Gunlaug, Val and David really appreciated __ css-discuss [cs...@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies --

[css-d] Condensing BORDER-xxx-STYLE

2009-04-12 Thread trevor bayliss
How can I condense this CSS? Is it possible? thank you BORDER-TOP-STYLE: none; BORDER-RIGHT-STYLE: none; BORDER-LEFT-STYLE: none; BORDER-BOTTOM-STYLE: none; __ css-discuss

Re: [css-d] Condensing BORDER-xxx-STYLE

2009-04-12 Thread trevor bayliss
Thank you Brian, David, Marcio, Els and Val! I got rid of the uppercase letters in the css How do I do the same for border-top-width border-bottom-width would it be: border-width: Top Right Bottom Left? __

Re: [css-d] Condensing BORDER-xxx-STYLE

2009-04-12 Thread trevor bayliss
--- On Sun, 4/12/09, David Laakso da...@chelseacreekstudio.com wrote: From: David Laakso da...@chelseacreekstudio.com Subject: Re: [css-d] Condensing BORDER-xxx-STYLE To: bayliss_tre...@yahoo.com Cc: css-d@lists.css-discuss.org Date: Sunday, April 12, 2009, 2:01 PM trevor bayliss wrote

[css-d] Get rid of top space

2009-04-13 Thread trevor bayliss
I am trying to get rid of the space right at the top of the page but I can't seem to do it, what do I need to doo? Thank you http://tinyurl.com/clg668 __ css-discuss [cs...@lists.css-discuss.org]

Re: [css-d] Get rid of top space

2009-04-13 Thread trevor bayliss
--- On Mon, 4/13/09, Brian Hazelton bdh_2...@comcast.net wrote: From: Brian Hazelton bdh_2...@comcast.net Subject: Re: [css-d] Get rid of top space To: bayliss_tre...@yahoo.com Cc: css-d@lists.css-discuss.org Date: Monday, April 13, 2009, 1:54 PM body margin and padding set to 0 and the

Re: [css-d] Get rid of top space

2009-04-13 Thread trevor bayliss
Thanks Brian Elias and David David it only had one error which obviously happened between the last time I validated it- I have now sorted out margin: none instead of margin: 0px There are however some warnings there-important? Thanks

[css-d] Height 100%

2009-06-21 Thread trevor bayliss
Hi all, I changed the height of the div #insidecentre to 100% instead of 535px as the fixed pixel height was making the text in the div overlap the footer. 100% works fine to sort out that problem but now the div is only as high as the text inside the div and when there is little text this

Re: [css-d] Height 100%

2009-06-21 Thread trevor bayliss
Thanks Divya I used min-height and it works well for IE 8 and FF. What is the workaround for IE6 please? Thank you --- On Sat, 6/20/09, Divya Manian divya.man...@gmail.com wrote: From: Divya Manian divya.man...@gmail.com Subject: Re: [css-d] Height 100% To: trevor bayliss bayliss_tre

Re: [css-d] Height 100%

2009-06-21 Thread trevor bayliss
. Where am I going wrong? Cheers --- On Sun, 6/21/09, Paul Farnell p...@salted.com wrote: From: Paul Farnell p...@salted.com Subject: Re: [css-d] Height 100% To: trevor bayliss bayliss_tre...@yahoo.com Cc: css-d@lists.css-discuss.org, Divya Manian divya.man...@gmail.com Date: Sunday, June 21

Re: [css-d] Height 100%

2009-06-21 Thread trevor bayliss
trevor bayliss wrote: Thanks for the replies I did the following using conditional comments for IE6 directly in the css: Cheers     The CC goes in the head of the document not on the CSS file: !--[if lt IE 7 ] style #insidecentre {height: 592px;} /style ![endif

[css-d] Liquid div

2009-06-23 Thread trevor bayliss
Hi all On the leftcontent div on this page http://tinyurl.com/nvco2a I want to make the div liquid ie it expands when the text is enlarged. At the moment the map image overlaps the header in FF (mac). How can I do this? Thank you

Re: [css-d] Liquid div

2009-06-23 Thread trevor bayliss
Hi all On the leftcontent div on this page http://tinyurl.com/nvco2a I want to make the div liquid ie it expands when the text is enlarged. At the moment the map image overlaps the header in FF (mac). How can I do this? Thank you   Can you be a little more specific? The