Re: [css-d] DIVs still on different lines -- No 's

2007-06-11 Thread David Dorward
On 10/06/07, Robert Tilley <[EMAIL PROTECTED]> wrote: > Before, the code block came from the button builder at grsites.com. I was > using it to build the graphics for custom buttons. The code it generated can > be improved it seems. The new code uses an onClick event. Lots of room for improveme

Re: [css-d] Opera 9 display bug?

2007-06-11 Thread Eystein Alnaes
> I have a page which displays fine in FF and IE, but in Opera 9 the > border around > the comment field is missing (see lower right of page): > > http://www.kdwebstudio.com/contact.html > > style sheet: http://www.kdwebstudio.com/styles2.css In my Opera 9.2 (Mac) i see the border, albeit it's a

Re: [css-d] Opera 9 display bug?

2007-06-11 Thread ron zisman
> http://www.kdwebstudio.com/contact.html > You have 'style="overflow:hidden"' in the source-code (html), and no stylesheet has any effect on that inline style. Delete that inline style, and Opera will present those borders. At least it did at my end. regards Georg ___

Re: [css-d] Mac site check please

2007-06-11 Thread David Laakso
Brian Cummiskey wrote: > Richard Grevers wrote: > > > > http://tinyurl.com/2bnwgu > > > > > > David Laakso wrote: > >> Nice visual, Brian. >> > Thanks. :) Unfortunately, I can't take credit for it. > >> In Safari, Camino , and WebKit she holds at +2 without a problem. >> >

[css-d] Rookie question

2007-06-11 Thread DAVID COSCIO
I'm very new to CSS. I understand the concept at least. The best way for me to learn things is in real world situations and here I am in a real world situation! I need to have a table sit 30px down from the top of a page. Simple as that. I tried setting the margin and that didn't work as far as

[css-d] Position-fixed design looks bad under high resolution monitors

2007-06-11 Thread mixty
Hi all, On a page I have 2 divs position-fixed at the top left and top right. Under 1024 x 768 or below it looks perfectly as I want it, but as the resolution go higher, e.g. 1280x1024, the two position-fixed divs would be too far apart to be the original design. Please take a look: http://w

Re: [css-d] list attributes not working on IE

2007-06-11 Thread George
In an attempt to help I tried a list like that using all the standard list-style-type entries and also switching between ol and ul lists and in all cases FF did as expected and IE7 failed to show any kind of li symbol. It has something to do with the horizontal layout, but I can't figure it ou

Re: [css-d] DIVs still on different lines -- No 's

2007-06-11 Thread K DiSarno
Hello! I am very new to the list, and am just starting to feel my way around. (My website, awaiting much work and a domain name transfer: http://65.98.16.218/~thedisar/index.php ) My question, Bob, is why you are not using CSS? I have just quickly thrown

Re: [css-d] Rookie question

2007-06-11 Thread Scott Wilcox
switch your tag to: and it should be fine. DAVID COSCIO wrote: > I'm very new to CSS. I understand the concept at least. The best way for me > to learn things is in real world situations and here I am in a real world > situation! I need to have a table sit 30px down from the top of a page.

Re: [css-d] Rookie question

2007-06-11 Thread Audra Coldiron
DAVID COSCIO wrote: > I'm very new to CSS. I understand the concept at least. The best way > for me to learn things is in real world situations and here I am in a > real world situation! I need to have a table sit 30px down from the > top of a page. Simple as that. I tried setting the margin and th

Re: [css-d] list attributes not working on IE

2007-06-11 Thread Philippe Wittenbergh
On Jun 11, 2007, at 2:13 AM, George wrote: > In an attempt to help I tried a list like that using all the standard > list-style-type entries and also switching between ol and ul lists and > in all cases FF did as expected and IE7 failed to show any kind of li > symbol. It has something to do wit

Re: [css-d] Rookie question

2007-06-11 Thread Joanne
It's also a good idea to give your main table either a class or id name. Put the following inside the opening table tag: id="maintable" Then the css will be #maintable{ margin-top: 30px;} Joanne __ css-discuss [EMAIL PROTECTED]

Re: [css-d] Safari problem?

2007-06-11 Thread Roger Gordon
I'm sorry to be the bearer of bad news, but now all I get is a grey screen. Nothing else loads in IE6. I'm not sure if you've checked it in IE7, but on your 'work' page, the flashing is still going on... I'm now pretty sure that your problem is really caused by this: http://208.76.80.155/~czcejym

[css-d] Image overlapping

2007-06-11 Thread Phil Turner
Help please I cant seem to correct this the fourth image down on the left hand side is overlapping the image above it. http://www.kruger.co.uk/davinci.html Phil Turner FREELANCE DESIGNER TEL: 0161 439 1669 Chartered Graphic Designer MCSD BA Hons [EMAIL PROTECTED] http://www.philturner-uk.com

Re: [css-d] Position-fixed design looks bad under high resolution monitors

2007-06-11 Thread ron zisman
On Jun 8, 2007, at 8:35 PM, mixty wrote: > http://www.bchclmc.edu.hk/motherland/index.html > > I wonder if there's any way to limit the position fixed to only > within a certain width? Maybe not through "position:fixed" but > "absolute" or any other way that works. Yes, there are ways to sol

Re: [css-d] Safari problem?

2007-06-11 Thread Roger Gordon
**I'm sorry all, I forgot to include the original message in my last post.** I'm sorry to be the bearer of bad news, but now all I get is a grey screen. Nothing else loads in IE6. I'm not sure if you've checked it in IE7, but on your 'work' page, the flashing is still going on... I'm now pretty

[css-d] CSS sprites / Tabs

2007-06-11 Thread cssd
What's the most efficient way of doing image based tabs? First thing that comes to my mind are CSS sprites: http://alistapart.com/articles/sprites However, there are two approaches and I am not sure which one is best: 1. using one image for all the tab states 2. using one image per tab that co

Re: [css-d] Need some help - single column, 3 rows (divs), last row forced to bottom of page

2007-06-11 Thread James Gadrow
William Gaffga wrote: > Hi All, > > Don't think this is my first post but don't recall my last. > > I need some help. I'm working on a site that is deceptively simple, a > single centered column, 700px wide, with three divs, acting like rows. > The first two "rows" should each be 300px high, their

Re: [css-d] Mac site check please

2007-06-11 Thread jeffrey morin
On 6/11/07, Brian Cummiskey <[EMAIL PROTECTED]> wrote: > > Richard Grevers wrote: > > um, your image replacement appears to be broken in Opera (checked in > > 9.21 on Windows) - I see both the logo and the H1 text overlapping. > > > > Richard, I have changed the technique. Can you visit again and

Re: [css-d] CSS sprites / Tabs

2007-06-11 Thread jeffrey morin
On 6/11/07, cssd <[EMAIL PROTECTED]> wrote: > > > What's the most efficient way of doing image based tabs? > > First thing that comes to my mind are CSS sprites: > > http://alistapart.com/articles/sprites > > However, there are two approaches and I am not sure which one is best: > > 1. using one im

Re: [css-d] Navigation

2007-06-11 Thread James Gadrow
trevor bayliss wrote: > 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) wit

Re: [css-d] CSS sprites / Tabs

2007-06-11 Thread James Leslie
> What's the most efficient way of doing image based tabs? > > First thing that comes to my mind are CSS sprites: > > http://alistapart.com/articles/sprites > > However, there are two approaches and I am not sure which one is best: > > 1. using one image for all the tab states 2. using one im

[css-d] strange mosueOver effects in IE 6

2007-06-11 Thread Christian Kirchhoff
Hallo, Please take a look at the following page: http://testwww.zeno.org/Bibliothek Under Windows XP, with Firefox 2.x or IE 7 the page looks ok. Basically the page has a header area and a main area, and both areas consist of fixed width right and left columns and a center column with dynamic wid

[css-d] QUESTION: layout falls apart in Netscape 7.x (not worrying about Netscape4)

2007-06-11 Thread Dova Wilson
This site is still under development. Both the HTML and CSS are passing validation using the W3C validation service. It seems to display OK in multiple versions of IE and Mozilla, but in Netscape 7.0 and 7.2 the layout completely falls apart. I did a web search looking for likely reasons and fou

[css-d] Controllling Right ans/or Left edges of a div

2007-06-11 Thread Del Wegener
Good Day; The page is http://www.drdelmath.com/essays/reading_mathematics/css_reading_mathematics_tip1.htm the stylesheet is at http://www.drdelmath.com/essays/style_sheet_essays_normal.css In IE6 the header div (purple) appears to be okay. In Firefox it extends off screen to the left causeing a

[css-d] Complex image and text placement with CSS questions?

2007-06-11 Thread Keith Kaiser
I would like to place text within a border made up of individual images, notice how the text surrounds the images, as this one done with tables; Here is what I have so far; But I want it to be

Re: [css-d] Safari problem?

2007-06-11 Thread David Hucklesby
On Mon, 11 Jun 2007 08:55:39 -0400, Suzanne Goodwin wrote: > Hmmm, OK, I removed the BackgroundImageCache script... does that stop the > crazy > background flashing? > >> On Fri, 8 Jun 2007 08:56:32 -0400, Suzanne Goodwin wrote: >> >>> I'm working on a site at http://208.76.80.155/~czcejymt, and

Re: [css-d] Image overlapping

2007-06-11 Thread David Hucklesby
On Mon, 11 Jun 2007 14:19:10 +0100, Phil Turner wrote: > Help please I cant seem to correct this the fourth image down on the left > hand side is > overlapping the image above it. > > http://www.kruger.co.uk/davinci.html > > Hi Phil, The overlapping is due to the heights specified on the DIVs. I

Re: [css-d] CSS sprites / Tabs

2007-06-11 Thread David Hucklesby
On Mon, 11 Jun 2007 16:19:12 +0200, cssd wrote: > > What's the most efficient way of doing image based tabs? > > First thing that comes to my mind are CSS sprites: > > http://alistapart.com/articles/sprites > > However, there are two approaches and I am not sure which one is best: > > 1. using one

[css-d] Feedback Requested

2007-06-11 Thread John Gribben
Hello, I really appreciate the help I've received from this list. Can anybody give me feedback on this site: http://windows.pedrera.com/clients/dss/ I don't have any specific questions. I was just wondering if anybody can catch anything radically off. We're targeting MSIE 6/7 and Win

Re: [css-d] Controllling Right ans/or Left edges of a div

2007-06-11 Thread David Hucklesby
On Mon, 11 Jun 2007 12:34:25 -0500, Del Wegener wrote: > Good Day; > > The page is > http://www.drdelmath.com/essays/reading_mathematics/css_reading_mathematics_tip1.htm > the stylesheet is at > http://www.drdelmath.com/essays/style_sheet_essays_normal.css > In IE6 the header div (purple) appears

[css-d] Should setting overflow on an element cause that box to render different heights/widths?

2007-06-11 Thread Meitar Moscovitz
Hello all, I have run into a funny issue with Safari wherein a containing box that has overflow:hidden; set on it is clipping the contents of the box way, way inward of where other browsers (such as Firefox) state its content edges are. If I understand the CSS 2.1 spec properly (and maybe I don't)

[css-d] Problem with a images in FF, Mozilla, NN7 & IE6

2007-06-11 Thread Juanita
Hi - I've been working diligently to correct the problems (IE6) that were pointed out last time. I also fixed the site so when the text size is increased, everything should increase respectively (as suggested by Felix.) However, the header background image, wrapper bkground image & foot bg img are

Re: [css-d] Controllling Right ans/or Left edges of a div

2007-06-11 Thread Del Wegener
> The content div (brown) misbehaves in both. I want the left edge of that > div to line > up with the right edge of the div containing the left side menu. How do I > do that so > that it works in IE6, IE7, and Firefox ? > You have some weird stuff going on in that page, Del, I suggest you re-t

[css-d] Trouble with image in IE

2007-06-11 Thread TCrabtree
I need help dealing with an image in IE. The link to the page is: http://www.tusculum.edu/about In Firefox, the picture of the smiling student renders without a space between it and the page title ('About Tusculum College'); however, in IE, there's about a 2px space between the title and picture.

[css-d] Properly aligning div background for IE 6, IE 7, and FF

2007-06-11 Thread Rick Faircloth
Hi, all... I'm wondering if anyone knows why and what to do about aligning a div background to the right top corner of a div. IE 7 and FF display it as expected...IE 6 just leaves it in the left upper corner. Here's the code: The class, "section", just defines the class as "margin:10px 0px 0

[css-d] Having problems getting proper alignment in IE

2007-06-11 Thread Jeralyn Merideth
Maybe I have looked at it too long and I'm overlooking the obvious. I have tried everything I know to get the masthead and main nav properly lined up with the bg image in IE. Firefox looks fine. Also, the image I created for "current" shows up in IE on the home link but not in Firefox. Anyone ha

[css-d] Safari for Windows

2007-06-11 Thread Lori Lay
Apparently Apple has recently released a public beta of Safari for Windows. Hopefully this gives Windows users an opportunity to test their sites on Safari... It will be interesting to see how it differs from the Mac version. http://www.apple.com/safari/ Lori _

Re: [css-d] Feedback Requested

2007-06-11 Thread David Laakso
John Gribben wrote: > Hello, > > > > I really appreciate the help I've received from this list. Can anybody give > me feedback on this site: > > > > http://windows.pedrera.com/clients/dss/ > > > > I don't have any specific questions. I was just wondering if anybody can > catch anything radi

Re: [css-d] Having problems getting proper alignment in IE

2007-06-11 Thread Audra Coldiron
Jeralyn Merideth wrote: > Maybe I have looked at it too long and I'm overlooking the obvious. I > have tried everything I know to get the masthead and main nav > properly lined up with the bg image in IE. Firefox looks fine. Also, > the image I created for "current" shows up in IE on the home link

Re: [css-d] Trouble with image in IE

2007-06-11 Thread Audra Coldiron
TCrabtree wrote: > I need help dealing with an image in IE. The link to the page is: > http://www.tusculum.edu/about > > In Firefox, the picture of the smiling student renders without a space > between it and the page title ('About Tusculum College'); however, in IE, > there's about a 2px space be

Re: [css-d] Safari for Windows

2007-06-11 Thread Joanne
Does this mean I don't need a Mac to test on Safari anymore? Is the rendering reliable enough to toss out my old & dodgy G3 iMac? Joanne __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7 inform

[css-d] IE/FF bug with background image

2007-06-11 Thread Portman
Hi, I am pulling my hair out trying to fix this problem and cannot figure it out. In one of my websites, the header graphic is in a blue box with a 1px white border. Just underneath and a little left of that blue box is a light blue box with a 1px white border (almost like a drop shadow.) The

Re: [css-d] Safari for Windows

2007-06-11 Thread Philippe Wittenbergh
On Jun 12, 2007, at 11:10 AM, Joanne wrote: > Does this mean I don't need a Mac to test on Safari anymore? Is the > rendering reliable enough to toss out my old & dodgy G3 iMac? Safari for Windows is, as far as I can see, based on the most recent builds of WebKit. That is very different from t

[css-d] Locked on hover effect with CSS horizontal drop down

2007-06-11 Thread Jason Chan
I am trying to create a navigation such as this one: http://www.projectseven.com/tutorials/navigation/auto_hide/index.htm (NOT the tutorial but the main navigation itself. ie Home/Products/Tutorials/Extensions/Support) For example, the horizontal list items appear when the user hovers over an