Re: [css-d] no ul list style with reset.css

2012-11-04 Thread Beth Lee
bears the class test, so the proper selector is ul.test. -- Regards, Beth Lee callibeth.com __ css-discuss [css-d@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css

Re: [css-d] @Fontface Not Working?

2012-01-04 Thread Beth Lee
Am working on a coming soon page for my site and @font-face doesn't seem to be working. Not sure why .I implemented @font-face on another project and it was fine. Now it's not working for this. I am using a different font now - could this have something to do with it? I believe you need

Re: [css-d] Sticky Footer Cuts Off In FF 4 5 Both Mac Windows

2011-09-11 Thread Beth Lee
On Sun, Sep 11, 2011 at 10:43 AM, David Laakso da...@chelseacreekstudio.com wrote: On 9/11/11 11:02 AM, Elli Vizcaino wrote: Oops, forgot one thing. To minimise the issue, you can give your footer a min-width, matching the fixed width of your main content. #footer-wrapper { min-width:

Re: [css-d] Sticky Footer Cuts Off In FF 4 5 Both Mac Windows

2011-09-10 Thread Beth Lee
Have you reproduced that on a real machine ? The problem seems to occur only if the page is opened in a browser window 1120px wide and then scrolled right. __ css-discuss [css-d@lists.css-discuss.org]

Re: [css-d] Image going off page

2011-08-11 Thread Beth Lee
On Thu, Aug 11, 2011 at 2:05 PM, Tindle, Terri terri.tin...@ago.mo.gov wrote: I took over a very complex website from a web designer.  I'm trying to use her template to build a new page.  The only issue is that in resolution 800 x 600, the main image goes off the page.  To be honest, she is

Re: [css-d] Inaccessible block at some screen resolutions

2011-08-07 Thread Beth Lee
Earlier, I've written at various times: On this page: http://www.callibeth.com/about.php the bottom of the div gmain3 is covered up by the footer when the height of the browser windows is between 665px and 750px tall. Within these resolutions the gmain div is covered up by the footer and

Re: [css-d] Inaccessible block at some screen resolutions

2011-08-06 Thread Beth Lee
2em;    padding: 12px;    width: 722px; } Eka On Thu, Aug 4, 2011 at 10:48 PM, Beth Lee callib...@gmail.com wrote: On this page: http://www.callibeth.com/about.php the bottom of the div gmain3 is covered up by the footer when the height of the browser windows is between 305px and 750px tall

[css-d] Inaccessible block at some screen resolutions

2011-08-04 Thread Beth Lee
something? I rue the day I foolishly embraced the sticky footer. Regards, Beth Lee __ css-discuss [css-d@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com

Re: [css-d] browser check

2011-02-11 Thread Beth Lee
, Beth Lee www.bethleedesign.com __ css-discuss [css-d@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies -- http://css-discuss.org/policies.html

Re: [css-d] spacing on right side

2011-02-02 Thread Beth Lee
line for the margins: margin: 0 12px 16px -5px; (Why do you have 2 colors in your statement?) Regards, Beth Lee www.bethleedesign.com __ css-discuss [css-d@lists.css-discuss.org] http://www.css-discuss.org/mailman

Re: [css-d] Help with IE6 and #*? Box Model

2010-12-17 Thread Beth Lee
http://ohalah.org/wp/index.php Felix wrote: IE6 use is down to less than 5%, deprecated by M$ even. Yes, I wasn't going to worry about IE6, until I had a specific reason to do so. Philippe wrote: As far as I can see without checking in IE 6 ... the issue is not one of box model, but

[css-d] Help with IE6 and #*? Box Model

2010-12-16 Thread Beth Lee
to avoid quirks mode, or deal with quirks mode. Any philosophy or wisdom on which approach is better? I kind of lean toward keeping the entire site as html5, since time is only marching forward. Regards, Beth Lee www.bethleedesign.com

Re: [css-d] Help with IE6 and #*? Box Model

2010-12-16 Thread Beth Lee
On Thu, Dec 16, 2010 at 10:34 PM, Beth Lee callib...@gmail.com wrote: Hi all, I'm moving a site from tables into html5 and css, and onto WordPress. The head of the organization is concerned that the front page drops the 2 rows of 3 images out of alignment in her browser, which is ... AOL

Re: [css-d] How to avoid quirks mode

2010-11-20 Thread Beth Lee
. Regards, Beth Lee www.bethleedesign.com __ 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 -- http://css-discuss.org

Re: [css-d] OK to insert block-level tag inside div?

2010-11-18 Thread Beth Lee
On Thu, Nov 18, 2010 at 2:34 PM, John j...@coffeeonmars.com wrote: I now get that an ID must be used only once on a page. Within div tags (from code generously provided here) I've been able to format specific bits of content, like text, using classes and span tags. But I'd like to ad a

Re: [css-d] Horizontal drop-down menu placement: FIXED!

2010-11-12 Thread Beth Lee
Hi Steve, http://www.caramiadesign.com/md/ The page looks good on a wide screen, but, as David mentioned, your .container div (the one containing the nav) is pushing the page width out to the right -- by about 380+px past your design, hence the horizontal scroll bar. When I look at it in a

Re: [css-d] Textarea not showing up

2010-11-07 Thread Beth Lee
with the rule position: absolute. Change that to position: static (or just take it out altogether) to start fixing your layout. Regards, Beth Lee www.bethleedesign.com __ css-discuss [cs...@lists.css-discuss.org] http://www.css

Re: [css-d] problem: printable version of page

2010-09-21 Thread Beth Lee
http://chmackellar.ehclients.com/printable_catalog I am making a print version of the above web page. If you go to this page and click print, then view a preview of the page, you will see that there is a ton of space right under the collection header, making most of the first page

Re: [css-d] Adjacent Sibling Selectors in Reverse?

2010-08-30 Thread Beth Lee
On Mon, Aug 30, 2010 at 1:16 PM, Rick Gordon li...@rickgordon.com wrote: Yes, Tim, I understand that, and in fact, I am currently addressing the h2. The reason why I was trying to do it the other way is because the context is for EPUB formatting, and space above the h2 causes it to fall lower

Re: [css-d] IE Problem - logo appearing on top of text

2010-08-30 Thread Beth Lee
--- On Tue, 31/8/10, Timariane Thornewig timandari...@yahoo.com wrote: I was wondering if someone can help me out, I'm a newbie. The logo is appearing on top of my text in several versions of IE. and then ... On Mon, Aug 30, 2010 at 7:24 PM, Timariane Thornewig timandari...@yahoo.com wrote:

Re: [css-d] Odd behavior of main div

2010-08-14 Thread Beth Lee
On Sat, Aug 14, 2010 at 7:05 PM, William Gaffga will.gaf...@gmail.com wrote: Hi ... I'm working on a new portfolio site for myself and I've stumbled across something I just can't seem to figure out, namely, why the Main div on the page is shifting left by 8 pixels on 2 of my pages. This is the

Re: [css-d] Webkit problem with a list - I just can't figure it out

2010-08-13 Thread Beth Lee
On Fri, Aug 13, 2010 at 9:36 PM, Nate pixeln...@gmail.com wrote:  Hey guys, There is a problem with the way a nested unordered list in my sidebar is rendering. In Firefox everything is working fine (doesn't it always?), but in webkit browsers the first li renders properly while it's siblings

Re: [css-d] ID vs. Class

2010-07-19 Thread Beth Lee
-Original Message- From: css-d-boun...@lists.css-discuss.org [mailto:css-d-boun...@lists.css-discuss.org] On Behalf Of Chris Blake Sent: Monday, July 19, 2010 8:50 PM To: css discuss discuss Subject: [css-d] ID vs. Class I understand the difference between class and ID to a basic level.

Re: [css-d] ID vs. Class

2010-07-19 Thread Beth Lee
Chris writes: 3. If you use Javascript, your getElementById functions could go blooey if there are multiple divs with the same ID. (If there's a more technical terms for it, I don't know it.) But it's OK if they classes? Well, you can't use getElementById (obviously), but you can use

Re: [css-d] getting a horizontal list to float to the right

2010-02-19 Thread Beth Lee
Do you need to set a width on the ul#nav? If you remove the rule width:550px, it works as I believe you want it to. Beth On Fri, Feb 19, 2010 at 10:20 AM, Chris Kavinsky ckavin...@gmail.com wrote: I'm working on a site with a horizontal navigation. Ideally, I would like the list to float to

[css-d] Can anybody help me figure out what is messing up this template?

2010-01-01 Thread Jordan Lee Wagner
In Internet Explorer only, the contents of the right column are invisible, and the individual articles in the big central block are also invisible. The dimensions of these areas are correct, but they are empty. But it does not happen in Firefox. Here are the three problematic pages:

Re: [css-d] Amazing CSS

2009-09-15 Thread Beth Lee
-text-shadow I've been meaning to try it out, but haven't done so yet. Beth Lee http://www.bethleedesign.com/ __ css-discuss [cs...@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http

[css-d] Trying to emulate a LaTeX trick in CSS...

2009-04-08 Thread Chris Lee
In LaTeX, there's a package called 'tracking' which provides a few methods that will adjust letter spacing to fit a given chunk of text content to a specified width. I'd like to replicate the effect of: \fittrack{66ex}{$chapter} (where $chapter is likely to be a string that looks like CHAPTER 9

[css-d] IE6/7 CSS problem with Jquery, NBC like menu

2008-11-26 Thread Ted Lee
I'm working on a drop down menu that resembles what you would see at nbc.com. I'm using Jquery events to trigger hidden divs that contain the submenu. This is working as expected in Ff and Safari, but in IE6 IE7, my submenus are shifting leftward instead of being positioned absolutely.

[css-d] IE6: center column pushed down

2008-10-27 Thread lee
URL: http://tinyurl.com/67cpde In IE6, I can't figure out why the center column gets pushed down. The left and right columns are floated left and right respectively and I have given the center #main more margins on the left and right on purpose (IE6 only). It looks as if it has a clear:

[css-d] [help needed] dt / dd with multiple lines in IE

2008-07-21 Thread Neil Lee
Hi folks - I'm working on getting a design working in Windows IE and I've come up against an issue I can't seem to work around. I have a definition list where the dt and dd are inlined and floated left to put them at the same level. This is working well as long as both elements are no

[css-d] (no subject)

2008-06-07 Thread Lee Bettridge
Hello, Is there a way to set a min-height in IE6 so that an element can grow if the text size is increased, the method needs to be compatible with IE7 and Firefox / Safari / Opera. Thanks. __ css-discuss [EMAIL PROTECTED]

[css-d] box model difference between IE and Mozilla

2008-05-16 Thread Lee Bettridge
Hello all, I have an issue with the box model difference between IE and Mozilla. On Mozilla the padding is added to the width and in IE it is not, as the included example shows. With Mozilla the two boxes meet to make a flush corner, IE leaves a gap. Is there a way around this so I can get the

[css-d] Misc classes naming conventions

2008-05-12 Thread Lee Powell
Hi I'm working on a new project, and I'm keen to get my naming conventions down to convey meaning in what I'm marking up. Anyway, design have produced a layout which makes use of the normal elements along with 2 rather odd block style buttons, there's nothing unique about them, except they are

Re: [css-d] Oldest Browser Currently Testing for

2008-03-05 Thread Hernly, Lee
Netscape 4.X here... -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Mark Story Sent: Wednesday, March 05, 2008 12:36 PM To: 'CSS' Subject: [css-d] Oldest Browser Currently Testing for It seems that my perception of in the wild browsers was a bit

[css-d] Tilting a photo with a JPG + PNG + CSS

2008-02-17 Thread Lee McKeeman
with the design. Thanks in advance for any ideas. -Lee P.S. I currently have this implemented with a single PNG, but the image files are far too large in my opinion; hence my search for a cleaner solution. __ css-discuss [EMAIL

[css-d] to center a fixed width website

2008-02-07 Thread Lee Bettridge
Hello, I have a quick n easy CSS question. I want to make a website that is fixed to 800px width. What is the best, cross browser compatible way, to center it ? Is their a better way of doing it than this ? html head titletest/title /head body style #test { width: 800px; } /style div id=base

Re: [css-d] Disappearing page in IE6

2007-12-08 Thread Matt Lee
Tammy Grossbauer wrote: In Explorer 6, nothing shows up on this page, but the background tiling. I've never seen this happen. Has anyone else? http://www.webdesigntg.com/tmpeleven.html Yup, it's a really silly little mistake. I ran the page throught the W3C HTML validator, and it looks

[css-d] Hey, I'm new to the list...

2007-12-06 Thread Matt Lee
I thought I'd say hi.. I'm Matt Lee, Campaigns Manager at the Free Software Foundation, and Chief Webmaster for the GNU Operating System. Currently, I'm looking after http://www.gnu.org/ and http://www.fsf.org/ gnu.org is my own work, hand crafted markup with some SSI and CSS. fsf.org

Re: [css-d] Hey, I'm new to the list...

2007-12-06 Thread Matt Lee
Jon Hughes wrote: There are all sorts of CSS galleries if you are interested in just seeing what else can be done. My first recommendation is always http://www.csszengarden.com/ through - Dave Shae has just started approving new designs (from a several-year lull) and there's some really

Re: [css-d] One Bullet Missing in IE

2007-09-07 Thread Beth Lee
On 9/6/07, patrick mattison [EMAIL PROTECTED] wrote: I'm having a bit of a problem here. For some reason the red square bullet before About won't show up in IE, however the bullet for Career and Education shows up fine. Any suggestions? Below is the markup and the css:

[css-d] Website page needs css validation and cross-browser help

2007-09-03 Thread Beth Lee
if the content doesn't fitabove the footer. Although Firefox is not a problem, Safari 3.0.2 on XP is. How to fix? Thanks, Beth Lee www.callibeth.com __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d

[css-d] When to use Image Replacement

2007-08-02 Thread Lee Powell
', I get a bit stumped. Obiovusly I use alt tags for all images, but a button is half way between an image and a title, so what's best practice for something like this? Cheers Lee __ css-discuss [EMAIL PROTECTED] http://www.css

Re: [css-d] IE 6.02 Windows not showing style sheet

2007-07-19 Thread Tracy Lee
On Mon, 16 Jul 2007 21:33:08 -0400, Tracy Lee wrote: Could someone test out the following site with IE on Windows and let me know if they are getting the style sheet to display. http://www.fitwithmichael.com If it isn't, does anyone know why it wouldn't? On Jul 17, 2007, at 10:53 PM

[css-d] How do you create this multicolumn dropdown menu?

2007-05-21 Thread John Lee
Ladies Gentlemen- Does anyone know how to create the dropdown menu on this site (rollover the Artist selection in the main nav): http://www.islandrecords.com I'm guessing that this is some sort of styled/modified suckerfish dropdown but I haven't been able to find out how to do it. If anyone

Re: [css-d] How do you create this multicolumn dropdown menu?

2007-05-21 Thread John Lee
=background:blue; liTest A/li liTest B/li /ul /li /ul -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of John Lee Sent: Monday, May 21, 2007 9:39 AM To: css-d@lists.css-discuss.org Subject: [css-d] How do you create this multicolumn dropdown

Re: [css-d] How do you create this multicolumn dropdown menu?

2007-05-21 Thread John Lee
/li liTest 2 ul style=background:blue; liTest A/li liTest B/li /ul /li /ul -Original Message- From: John Lee [mailto:[EMAIL PROTECTED] Sent: Monday, May 21, 2007 10:41 AM To: Heckel, Scott (West) Cc: css-d@lists.css-discuss.org Subject: Re: [css-d] How do

[css-d] 100% height problems on Mac

2007-05-15 Thread Lee Powell
and Safari on a Mac the DIV's height only seems to be 100% of the inital browser window. When scrolling down the page it gets cut off!! Any ideas on how I can fix this? I've tried several things and nothing seems to be doing the trick Thanks Lee

Re: [css-d] 100% height problems on Mac

2007-05-15 Thread Lee Powell
Hi Georg Unfortunately that doesn't seem to fix it when I test it in Safari or Firefox on a mac... Any other ideas? Lee On 15 May 2007, at 21:34, Gunlaug Sørtun wrote: Georg __ css-discuss [EMAIL PROTECTED] http://www.css

Re: [css-d] Extra vertical space

2007-05-05 Thread Lee Powell
You still have default margins being applied to the H1 and the P elements. You can either remove these or simply add overflow: hidden; to the #content div. Lee Message: 27 Date: Sat, 05 May 2007 15:18:41 -0600 From: Tango [EMAIL PROTECTED] Subject: Re: [css-d] Extra vertical space To: css-d

[css-d] Perfect font sizes across all browser - solved?

2007-03-25 Thread Lee Powell
results / bugs / opinions about this. Cheers Lee Powell __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7 information -- http://css-discuss.incutio.com/?page=IE7 List wiki/FAQ -- http://css

[css-d] CSS based horizontal navigation with horizontal sublayers

2007-03-14 Thread Paul Lee-Maynard
I can find lots of information about creating horizontal drop down menus that show the second layer of ul/li as vertically displayed under the horizontal top layer. Is it possible (and how do I) present the sublayer ul/li also as horizontal by adapting the CSS styles? I am wanting to create CSS

Re: [css-d] Newbie CSS callibeth website questions

2007-02-25 Thread Beth Lee
On 2/25/07, Gunlaug Sørtun [EMAIL PROTECTED] wrote: Beth Lee wrote: http://www.callibeth.com/dev2/index.htm Myself: I tend to reduce support for older versions after a few years, *when* there are at least a couple of later (and hopefully improved) versions of that particular browser

[css-d] Nested Percentage Values

2007-02-23 Thread Lee Powell
parent, however that doesn't seem to be the case and looks as though it's getting it from the body. Maybe I'm just confused about how this should work and any advise or links to explaining why this is happening would be greatly appreciated. Thanks Lee

Re: [css-d] Newbie CSS callibeth website questions

2007-02-19 Thread Beth Lee
On 2/18/07, ~davidLaakso [EMAIL PROTECTED] wrote: Beth Lee wrote: This test site page is here: http://www.callibeth.com/dev2/index.htm and the css is here: http://www.callibeth.com/dev2/css/main.css In FF2, I'd like a little more room above the text in the quote div, but if I add even

[css-d] Newbie CSS callibeth website questions

2007-02-18 Thread Beth Lee
why. What's the best way to address that? And help with these problems, or any other problems I don't see yet, would be much appreciated. Regards, Beth Lee callibeth.blogspot.com __ css-discuss [EMAIL PROTECTED] http://www.css

[css-d] Vertical scroll is frozen in Firefox only

2007-01-09 Thread Jordan Lee Wagner
I would welcome help with a problem I'm having with my Welcome page at http://www.AdamsStreet.org . The problem is that the vertical scroll-bar appears correctly, but is frozen. It can't scroll the content of the #nachasNotes DIV. This happens in Firefox but not MSIE. (Those are the only

[css-d] How to get the height value of a dynamically sized element

2006-12-04 Thread Lee Bettridge
Is there a way find out the height of an element that the browser has sized dynamically to accommodate a chunk of text ? __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7 information --

[css-d] text question

2006-11-28 Thread Lee Bettridge
I think this may be more of a DOM question than css but it's closely related to css so here goes :- Is there a way to assign text to a div as html without using innerHTML ? Or is there some other way of putting line breaks into the text ? element = document.getElementById(myDiv); var temp1 = My

[css-d] Quick question : how do you text-indent right aligned text ?

2006-11-23 Thread Lee Bettridge
I have this bit of html h1 id=titleBarNEWS/h1 and this bit of css #titleBar { position: absolute; left: 167px; top: 0px; width: 473px; height: 32px; background-color: #121212; color: #DCDCDC; font-size: x-large; text-align:

Re: [css-d] Quick question : how do you text-indent right alignedtext ?

2006-11-23 Thread Lee Bettridge
: Re: [css-d] Quick question : how do you text-indent right alignedtext ? On 11/23/06, Lee Bettridge [EMAIL PROTECTED] wrote: h1 id=titleBarNEWS/h1 and this bit of css #titleBar { position: absolute; left: 167px; top: 0px; width: 473px; height: 32px

[css-d] How do you stop text from wrapping?

2006-11-22 Thread Lee Bettridge
If I have an unordered list set to display: block; and I have set the size of the li elements, how can I also set the li element to not wrap the text if it's too long to fit. I want it to cut off any text which does not fit my li box size.

Re: [css-d] Newbie to CSS in need of some general advice

2006-11-15 Thread Lee Bettridge
general advice David Hucklesby wrote: On Tue, 14 Nov 2006 12:57:40 -, Lee Bettridge wrote: I am writing a small web app (for webTV) which will display a crosshair image, which the user can move around the screen using the remote control. [...] [snips] Hi Lee, Speaking for myself, I

[css-d] Newbie to CSS in need of some general advice

2006-11-14 Thread Lee Bettridge
Hi, I am writing a small web app (for webTV) which will display a crosshair image, which the user can move around the screen using the remote control. My question is one of the general approach to the css design. I need a table of fixed size to hold the crosshair image, movement being

[css-d] Yet another IE positioning problem

2006-10-24 Thread John Lee
Hello I'm also having a layout problem related to IE. My page works on all browsers but IE. Does anything here seem familiar to anyone? dangerousmuse.blogspot.com stylesheet url is: http://www.cordlessstreet.com/temp_DM/temp_blog/css/stylesheet.css I'm pretty new at this stuff so I'm sure my

[css-d] box model problem?

2006-10-23 Thread John Lee
Hi, I am having a problem getting my page to look right in internet explorer. I have tested it on firefox, safari, opera, and it looks fine but when I go to IE it breaks. Im pretty new to CSS and I recently discovered the box model problem and feell like this is the issue that Im having. here is

[css-d] Older Firefox bug?: background image does not display

2006-09-05 Thread jason lee
Greetings, I've been toying with CSS and set up a blog for my family to review. The address is www.jassanius.com. Problem is the background of the main text area doesn't display in Firefox 1.0.4. It displays fine in IE 6 and the latest Opera incarnation, as well as in the latest Firefox version,

[css-d] Centering main body in all window sizes

2006-03-22 Thread Lee Sommerville
Hi guys, Could anyone please take the time to look at www.liquid3.com/liquid3 please. The one you will see is an old version with the new one with many bugs removed due to be uploaded tomorrow however i cannot get the position of the body of the site correct and i hoped someone could look at the

[css-d] Rollover buttons in CSS

2006-03-15 Thread Lee Sommerville
around the page!!!?? I would also like this to be a link to an e-mail address if anyone knows the code? Many many thanks in advance Lee ___ Yahoo! Photos – NEW, now offering a quality print service from just 8p a photo http

[css-d] Rollover buttons in CSS

2006-03-15 Thread Lee Sommerville
around the page!!!?? I would also like this to be a link to an e-mail address if anyone knows the code? Many many thanks in advance Lee ___ Win a BlackBerry device from O2 with Yahoo!. Enter now. http://www.yahoo.co.uk

[css-d] Help please

2006-03-09 Thread Lee Sommerville
I am making attempts to learn css and join a friend in his website business. I was an absolute beginner and have worked my way through HTML to CSS and have plans to move on to SEO etc. As an exercise and a test I have been given a, very early stages, new website my soon to be colleague is

[css-d] css based horizontal menu bar

2006-02-14 Thread CHUNG K. LEE
Hi all, http://ssw.unc.edu/jif/makingchoices/ I am managing the above web site. I used css to create the horizontal menu bar. But, I have two problems. First, in IE, when I access the site at the first time, the borders of menu buttons does not appear correctly. I programmed that all of menu

Re: [css-d] Purchase of MAC for CSS cross-browser testing

2005-12-13 Thread Yong Lee
://www.evolt.org/help_support_evolt/ -- Yong Lee Art Director -- Industry Design 323 349 0870 -- __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http

[css-d] Disappearing background on list in IE

2005-11-15 Thread Ali Lee
Lee [EMAIL PROTECTED] http://www.aycee.co.uk * _ MSN Messenger 7.5 is now out. Download it for FREE here. http://messenger.msn.co.uk __ css

[css-d] Quick one - forcing url wrapping?

2005-10-27 Thread Ali Lee
) * Alison Lee [EMAIL PROTECTED] http://www.aycee.co.uk * _ Be the first to hear what's new at MSN - sign up to our free newsletters! http://www.msn.co.uk/newsletters

[css-d] 2 Column layout + equal height problem

2005-10-26 Thread Alison Lee
the layout to work properly in either browser, let alone both! If anyone could shed any light on this for me I'd be very grateful. Cheers, Ali :o) ... Alison Lee [EMAIL PROTECTED] http://www.aycee.co.uk

[css-d] Horizontal navigation problem - forefox.

2005-10-21 Thread Alison Lee
I can fix it so it looks the same in both? It seems that Firefox is not recognising the widths and heights of li's or a's and I've tried using padding but to no avail. Any suggestions would be very greatfully received. Thanks, Ali :o) ... Alison Lee

RE: [css-d] Horizontal navigation problem - forefox.

2005-10-21 Thread Alison Lee
That's brilliant - thanks! Ali :o) -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Steve Clason Sent: 21 October 2005 23:53 To: CSS List Subject: Re: [css-d] Horizontal navigation problem - forefox. On 10/21/2005 3:18 PM Alison Lee wrote: I'm having

[css-d] Text sizing in IE

2005-10-12 Thread Ali Lee
) * Alison Lee [EMAIL PROTECTED] http://www.aycee.co.uk * _ The new MSN Search Toolbar now includes Desktop search! http://toolbar.msn.co.uk

[css-d] Problem with IE and background image

2005-07-11 Thread Lee Underwood
. The style sheets are loaded here: for the site that doesn't work: http://www.shamar.org/style/news.css and for the site that does: http://www.shamar.org/style/core-style.css I am guessing it's something simple ... appreciate it. Lee

[css-d] Problem with IE and background image

2005-07-10 Thread Lee Underwood
. The style sheets are loaded here: for the site that doesn't work: http://www.shamar.org/style/news.css and for the site that does: http://www.shamar.org/style/core-style.css I am guessing it's something simple ... appreciate it. Lee

[css-d] help... footer problem

2005-07-05 Thread Chris Lee
I can't understand why my footer isn't the whole width in i.e. i was thinking it might be the box model problem. so i used tantek's famous box model hack. its just not showing up right in IE (godamnit!) Also, in firefox, the border doesn't go all the way to the bottom. Webpage: