Re: [css-d] Submenu vertical position in IE7

2008-05-05 Thread Alan K Baker
Stan. My apologies. Because your submenu was a few pixels higher than its parent in IE7, I just presumed that you wanted to lower it so that the tops aligned. I misunderstood that it's the top of the sub that you want aligned with the bottom of the parent. So, here's the fix: ul.MenuBarVerti

Re: [css-d] Gif and PNG with IE6

2008-05-05 Thread David Hucklesby
> - Original Message - > From: Wade Smart > [...] > Anyway, Im using a background image on a page. One is a gif and the other a > png. > Neither are showing in IE6. > > As I did not use IE Im not sure what would be the problem. Was it not able to > show gif > and png? Surely it was. > O

Re: [css-d] Trouble with positioning

2008-05-05 Thread David Laakso
Jonathan Pulley wrote: > > I am redesigning my site and ive got the front layout pretty much like i > want it when displayed in Mozilla Firefox on Linux but when viewed on > Windows in either IE or Firefox its all messed up. > Site: http://dev-whiteguardian.whiteguardian.net/ > CSS: http://dev-wh

Re: [css-d] Gif and PNG with IE6

2008-05-05 Thread Kepler Gelotte
Hi Wade, A simple suggestion: is the path to your gif relative to the position of your CSS file? In other words if you put your CSS in a directory called /css and you put your images in a directory called /graphics , the background image should be referenced by: background-image: url('../graphics

Re: [css-d] button padding in FF

2008-05-05 Thread Philippe Wittenbergh
On May 5, 2008, at 11:26 PM, sam foster wrote: > does anyone know a trick to get rid of the minimum padding that FF > applies to button elements? I'm putting background image on a span > inside a button and its applying 3px left/right padding around the > contents, even if I set padding: 0. > Als

Re: [css-d] Gif and PNG with IE6

2008-05-05 Thread Alan K Baker
ssage - From: Wade Smart To: css discuss Cc: [EMAIL PROTECTED] Sent: Tuesday, May 06, 2008 1:34 AM Subject: [css-d] Gif and PNG with IE6 20080505 19174 GMT-6 Did this list all of the sudden get very quiet? I havent received a message for many days now. Anyway, Im using

[css-d] Gif and PNG with IE6

2008-05-05 Thread Wade Smart
20080505 19174 GMT-6 Did this list all of the sudden get very quiet? I havent received a message for many days now. Anyway, Im using a background image on a page. One is a gif and the other a png. Neither are showing in IE6. As I did not use IE Im not sure what would be the problem. Was it

[css-d] Trouble with positioning

2008-05-05 Thread Jonathan Pulley
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello, I am redesigning my site and ive got the front layout pretty much like i want it when displayed in Mozilla Firefox on Linux but when viewed on Windows in either IE or Firefox its all messed up. I am sure its because i am using absolute posit

Re: [css-d] Implementing "float: center;"

2008-05-05 Thread Michael B Allen
On Mon, May 5, 2008 at 5:21 PM, David Laakso <[EMAIL PROTECTED]> wrote: > > > > No. I want fixed center, liquid secondary. > > > > > > > I should have been a dentist... > > Three versions (Georg Sortun) depending on the source order you seek: > >

Re: [css-d] Submenu vertical position in IE7

2008-05-05 Thread Stan McCoy
Alan, Thanks for the reply. I'm thrilled to get any response on this as long as I've been messing with it. Unfortunately, this change seems to have no effect on IE7 in Windows XP. I've tinkered with these two styles below thinking they were the likely culprit, but I'm guessing at solutions. Any id

Re: [css-d] 3 column layout but fixed width center div w/ variable width left and right divs

2008-05-05 Thread Gunlaug Sørtun
Michael B Allen wrote: > Ok, whatever pointers you can give would be appreciated. I don't know > how to make decoration spanning the body. Fair enough. A basic container with no declared with, will default to full width of its parent. If that parent is body then you can style - decorate - the co

Re: [css-d] Implementing "float: center;"

2008-05-05 Thread David Laakso
> No. I want fixed center, liquid secondary. > I should have been a dentist... Three versions (Georg Sortun) depending on the source order you seek: -- http://chelsea

Re: [css-d] Implementing "float: center;"

2008-05-05 Thread Michael B Allen
On Mon, May 5, 2008 at 4:29 PM, David Laakso <[EMAIL PROTECTED]> wrote: > Michael B Allen wrote: > > > > > Is there any way to float a div into the center of a page and have > > elements wrap around it on either side? > > > > Basically I want the behavior that you would expect from "float: > > cent

Re: [css-d] ADMIN: Off Topic [was: bodybg]

2008-05-05 Thread Eric A. Meyer
This all is, indeed, off topic, and so let's all allow it to just lie quietly and without further response, please. Also, let's kindly remember to trim quoted material to a bare minimum for the same reason we generally refrain from off-topic posting: out of respect for the other list me

[css-d] Implementing "float: center;"

2008-05-05 Thread Michael B Allen
Hi, Is there any way to float a div into the center of a page and have elements wrap around it on either side? If I use "margin: 0 auto" to center a div or a float + margin to center a div, then I don't get content in one or both of the margins. Or is there any way to center a div on top of and c

Re: [css-d] button padding in FF

2008-05-05 Thread sam foster
I have that exact browser, albeit on OS X 10.5.2 - as have many 1000s of dojo users, so thats a worrying report. Firebug or other addon instability? Thanks for going and taking a look though. I've put up a reduced test case at: http://sam-i-am.com/work/sandbox/css/buttonpadding.html On Mon, May 5

Re: [css-d] Implementing "float: center;"

2008-05-05 Thread David Laakso
Michael B Allen wrote: > Is there any way to float a div into the center of a page and have > elements wrap around it on either side? > > Basically I want the behavior that you would expect from "float: > center;" if there were such a thing. > > Mike > We're having difficulty understanding wh

Re: [css-d] Implementing "float: center;"

2008-05-05 Thread Michael Adams
On Mon, 05 May 2008 15:22:33 -0400 Michael B Allen wrote: > Hi, > > Is there any way to float a div into the center of a page and have > elements wrap around it on either side? If I use "margin: 0 auto" to > center a div or a float + margin to center a div, then I don't get > content in one or bo

[css-d] Scaling problem - and an IE6 problem

2008-05-05 Thread Peter Bradley
This is a first, real post to the list so I hope I've got the posting conventions right... I'm writing a web site the first (test) page of which you can see at: http://www.peredur.uklinux.net/PlaceForWords/ When I try to scale up or down (Ctrl+ or Ctrl-), the header stays the same size. I've

Re: [css-d] Off Topic [was: bodybg]

2008-05-05 Thread Alan K Baker
And this has precisely what to do with a CSS discussion list? Hardly the place for any 'boss' to bawl out his employee. Regards, Alan. www.theatreorgans.co.uk www.virtualtheatreorgans.com Admin: ConnArtistes, UKShopsmiths, 2nd Touch & A-P groups Shopsmith 520 + bits Flatulus Antiquitus -

Re: [css-d] Disappearing images and min-height

2008-05-05 Thread Alan K Baker
Georg, thank you for a well reasoned discussion. I was beginning to wonder whether connection speed might have something to do with image rendering, and you've just confirmed my suspicions. It's a crazy world out there, where images may render correctly or not, depending on the time of day and

Re: [css-d] Disappearing images and min-height

2008-05-05 Thread Alan K Baker
Since the latest discussion with Georg, I believe that what you suggest would probably work. If that's the case, then I guess I need to put the widths and heights explicitly into the CSS for each image. I'll look through the sizes for each image and see if I can find a commonality, then perhaps

Re: [css-d] 3 column layout but fixed width center div w/ variable width left and right divs

2008-05-05 Thread Alan K Baker
I'm with you on that one, Georg. I wish all of my projects could be that easy. :-) Dump the tables and do it all with CSS and I don't think you'll have much grief. Regards, Alan. www.theatreorgans.co.uk www.virtualtheatreorgans.com Admin: ConnArtistes, UKShopsmiths, 2nd Touch & A-P groups S

Re: [css-d] bodybg

2008-05-05 Thread Tommy D. Dorsey, Jr.
This problem has been resolved. It seems Vance figured it out on his own, but only after posting his rather offensive description of it. However, there IS a problem with the way Vance described the problem and the job, and the customer. The customer actually did not have ANY contact with Vance. I

Re: [css-d] Submenu vertical position in IE7

2008-05-05 Thread Alan K Baker
Setting: ul.MenuBarVertical ul { margin: 0 0 0 95%; } which will make margin-top:0 should fix it. I didn't go any further down the menu tree, but you may have to set further sub uls to margin-top:0 in the same way. Regards, Alan. www.theatreorgans.co.uk www.virtualtheatreorgans.com Admin

Re: [css-d] button padding in FF

2008-05-05 Thread David Laakso
sam foster wrote: > Example at: > http://archive.dojotoolkit.org/nightly/dojotoolkit/dijit/tests/test_Toolbar.html > > > Sam > Unable load. Crashes FF/2.0.0.14 Mac OS X 10.4.11 Does load in Mac/Opera, Safari, & Camino. -- http://chelseacreekstudio.com/ _

Re: [css-d] 3 column layout but fixed width center div w/ variable width left and right divs

2008-05-05 Thread Michael B Allen
On Mon, May 5, 2008 at 12:49 PM, Gunlaug Sørtun <[EMAIL PROTECTED]> wrote: > Michael B Allen wrote: > > > I want to create a layout like this site (which uses tables): > > > > http://www.ioplex.com/ > > > > The important part is the horizontal colored areas that span the > > entire page. > >

Re: [css-d] horizontal menu centering issue

2008-05-05 Thread Ray Leventhal
> > > 2008/5/5 Ray Leventhal <[EMAIL PROTECTED] >: > > Hi all, > > > Any ideas on the subject would be greatly appreciated. > > Thanks in advance, > -Ray > vincent pollard wrote: > if you give the Ul #p7menubar a width - e.g. 460px - it will centre, > at

[css-d] Submenu vertical position in IE7

2008-05-05 Thread Stan McCoy
I¹ve tried to implement a Spry Menu from DW3 and have had no help from their discussion group to solve this problem. It works well in Safari and FF, but not in IE7. The submenu on the sample page below is aligned with the top of the parent menu instead of next to it's parent item in the main menu (

Re: [css-d] 3 column layout but fixed width center div w/ variable width left and right divs

2008-05-05 Thread Gunlaug Sørtun
Michael B Allen wrote: > I want to create a layout like this site (which uses tables): > > http://www.ioplex.com/ > > The important part is the horizontal colored areas that span the > entire page. Pardon my ignorance, but what do you need 3 columns for? The example is a single, centered, colu

Re: [css-d] horizontal menu centering issue

2008-05-05 Thread vincent pollard
if you give the Ul #p7menubar a width - e.g. 460px - it will centre, at least in IE7. hopefully in everything else too. 2008/5/5 Ray Leventhal <[EMAIL PROTECTED]>: > Hi all, > > I'm continuing to work on a project: > http://www.swhidevel.com/ > > The project uses a lovely horizontal menu structur

Re: [css-d] Disappearing images and min-height

2008-05-05 Thread Gunlaug Sørtun
Alan K Baker wrote: > I have a recurring problem only with IE6, where the page is required > to display a large image with a border. Unfortunately, the fault is > intermittent. What sometimes happens is that the image is displayed > very 'squashed' both vertically and horizontally and looks > d

[css-d] 3 column layout but fixed width center div w/ variable width left and right divs

2008-05-05 Thread Michael B Allen
Does anyone have a pointer to a 3 column layout where, unlike many 3 column layout examples, the center div is a fixed width and the divs on the left and right resize? And, alltogether, I need the divs to continuously span the entire screen. I want to create a layout like this site (which uses tab

Re: [css-d] Disappearing images and min-height

2008-05-05 Thread David Laakso
Alan K Baker wrote: > I have a recurring problem only with IE6, where the page is required to > display a large image with a border. > > Alan. > > Put the image height and width in the html and see if it resolves the problem. -- http://chelseacreekstudio.com/ _

Re: [css-d] horizontal menu centering issue

2008-05-05 Thread Ray Leventhal
Al Sparber wrote: > From: "Ray Leventhal" <[EMAIL PROTECTED]> > > >> Hi all, >> >> I'm continuing to work on a project: >> http://www.swhidevel.com/ >> >> Any ideas on the subject would be greatly appreciated Al, > Because the root menu items are set as blocks and floated, the only > way to cent

Re: [css-d] horizontal menu centering issue

2008-05-05 Thread Al Sparber
From: "Ray Leventhal" <[EMAIL PROTECTED]> > Hi all, > > I'm continuing to work on a project: > http://www.swhidevel.com/ > > The project uses a lovely horizontal menu structure from Project7. My > issue is I cannot seem to get it to center. > > Any ideas on the subject would be greatly appreciat

[css-d] horizontal menu centering issue

2008-05-05 Thread Ray Leventhal
Hi all, I'm continuing to work on a project: http://www.swhidevel.com/ The project uses a lovely horizontal menu structure from Project7. My issue is I cannot seem to get it to center. Any ideas on the subject would be greatly appreciated. Thanks in advance, -Ray _

[css-d] Disappearing images and min-height

2008-05-05 Thread Alan K Baker
Hi all. I have a recurring problem only with IE6, where the page is required to display a large image with a border. Unfortunately, the fault is intermittent. What sometimes happens is that the image is displayed very 'squashed' both vertically and horizontally and looks distorted. Sometimes re

[css-d] button padding in FF

2008-05-05 Thread sam foster
does anyone know a trick to get rid of the minimum padding that FF applies to button elements? I'm putting background image on a span inside a button and its applying 3px left/right padding around the contents, even if I set padding: 0. Also tried -moz-padding-start: 0; -moz-padding-end: 0; to no e

[css-d] A div question

2008-05-05 Thread Kenoli Oleari
What I would like to do is this: I want to display three divs lined up in a horizontal row in a container div of a fixed width. There will be a number of rows. In alternating rows the order of these divs will be reversed. The first div (or, the last, in alternating rows) will have an image

[css-d] 2 Columns CSS - Mouse Rollover event in column 1 displays text in column 2

2008-05-05 Thread Iain Wilson
Hi all I have a simple 2 column page (see below) styled by CSS (found the CSS style sheet in a book I bought) In column 1 there are a list of href's. What I want to do is to have an image or some text (or both) displayed in column 2 in response to a href mouseover in column 1. Is this possible an

Re: [css-d] pre-warp

2008-05-05 Thread Philippe Wittenbergh
On May 5, 2008, at 9:03 PM, Anas R. wrote: > Does any one know which version of which browser support pre-warp? > Sems like no browser support it so far?! It is spelled 'pre-wrap', the title and the body of message are a typo... Gecko 1.9 (Firefox 3b), Opera 9.2, Safari 3 fully support white

[css-d] pre-warp

2008-05-05 Thread Anas R.
Hi all, Does any one know which version of which browser support pre-warp? Sems like no browser support it so far?! Best regards, - Anas R. http://www.richstyle.org __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.o