Re: [css-d] specificity problem only in IE7??

2007-07-12 Thread Martin Heiden
Olá Luc, on Thursday, July 12, 2007 at 17:22 Luc wrote: > Good afternoon list, > In my footer i have links that in the hover state are underlined. > Works in Opera, FF, Moz but not in IE7. For IE6 i had to add an > aditional rule to make always show underlined (i can live with that), > but

Re: [css-d] menu troubles

2007-04-13 Thread Martin Heiden
Jake, on Friday, April 13, 2007 at 16:25 Jake Churchill wrote: > I have a page with a navigation menu across the top with a single level > dropdown and a sub-nav menu on the left sidebar. My problem (IE only) is > that the dropdown from the main navigation menu appears under the side > navigatio

Re: [css-d] Semi-transparent PNGs as background images in IE6 - documentation wanted

2007-04-13 Thread Martin Heiden
Peter! You'll probably already know this page: http://msdn.microsoft.com/workshop/author/filter/reference/filters/alphaimageloader.asp The element to which this filter shall be applied must have layout.[1] The filter will not create an background-image. The filter image lies behind

Re: [css-d] Do this here but not there...

2007-02-23 Thread Martin Heiden
Bruce, on Friday, February 23, 2007 at 12:27 Bruce MacKay wrote: > #myDiv p, #myDiv table, #myDiv li { > margin-left: 10px; > } > However, sometimes the li elements are within a table within > #myDiv. I'd appreciate some guidance on how to write my CSS so that > those li elements (wi

Re: [css-d] Bizarre * selector rules processing

2007-01-18 Thread Martin Heiden
Barney, on Thursday, January 18, 2007 at 15:42 Barney Carroll wrote: > Weird behaviour on my hands. I have the following CSS: > > // DITAbase site stylesheets > // > // universal.css - Universal visual information > *{margin:0; padding:0;} > body{font-size: 76%;} > > This is in FF. Any i

Re: [css-d] 2. alternating coloured rows in dynamic website (IanYoung)

2006-12-13 Thread Martin Heiden
Ian, on Wednesday, December 13, 2006 at 12:27 Ian Young wrote: >> You could try defining a class for even rows -- then add >> something like that >> to your code: >> >> > >> > Already tried that -I can do it in php, but want a css solution. There is no css-only way until browsers will support c

Re: [css-d] Triangles with content

2006-11-09 Thread Martin Heiden
Richard, on Thursday, November 9, 2006 at 14:43 Richard Pierce wrote: > That would work if I could predefine the color triangles I > want. Unfortunately, I can't- the colors need to be a user defineable > option. I suppose I should have clarified- the colors of the triangles, as > well as the te

Re: [css-d] z-index & relative positioning

2006-08-29 Thread Martin Heiden
Matt, you may want to read the following articles too: http://www.aplus.co.yu/css/z-pos/ http://www.satzansatz.de/cssd/onhavinglayout.html regards Martin __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org

Re: [css-d] z-index & relative positioning

2006-08-29 Thread Martin Heiden
Matt, on Tuesday, August 29, 2006 at 17:29 matt1027 wrote: > Is there a good tutorial on this that tells how to hack the different > browsers? Did you read the wiki? http://css-discuss.incutio.com/?page=OverlappingAndZIndex regards Martin __

Re: [css-d] stylesheet question (@import?)

2006-08-22 Thread Martin Heiden
Shelly, on Tuesday, August 22, 2006 at 13:33 Shelly wrote: > @import "layout.css"; > @import "spring_flavour.css"; This is a very common way to organize stylesheets. I do that since years. Drawbacks: NN 4.x and co. doesn't support this, so it's an easy way to keep old browsers away from styles

Re: [css-d] Form pain

2006-08-08 Thread Martin Heiden
Mark, on Tuesday, August 8, 2006 at 13:15 Mark Fellowes wrote: > ?I'm unsure how to validate XHTML with Rails. Since I'm working in > development mode the app is not online somewhere, just using > localhost. Also many rhtml files are just snippets of what the > entire page will comprise with Ra

Re: [css-d] ie quirksmode error

2006-07-31 Thread Martin Heiden
David, on Monday, July 31, 2006 at 04:14 David Laakso wrote: > She works as intended in mac/ie5.2 and ie/7.0. > But is skewed left in win2000_ie/5, 5.5, and 6.0; and, xp ie/6.0. > The file is in quirksmode(intentional). > CSS is embedded. > Browsercam captures: >

Re: [css-d] Displaying page in different resolutions

2006-07-26 Thread Martin Heiden
Chris, on Wednesday, July 26, 2006 at 15:56 Audano, Chris wrote: > Is there a way to easily program a site to automatically determine the > users resolution? Why? Make your layout liquid! Just get rid of the width on the container and use some repeating background images instead of fixed ones. D

Re: [css-d] Customisable scrollbars with css

2006-07-25 Thread Martin Heiden
David, on Tuesday, July 25, 2006 at 14:10 David O'Neill wrote: > Is there anyway to customize scrollbars using css so that they don't default > to the basic crappy windows grey ones? I know tis not a big thing as I > generally tend to stay away from having to make users scroll as much as > possib

Re: [css-d] Firefox problems

2006-05-16 Thread Martin Heiden
Olá Marcelo! on Tuesday, May 16, 2006 at 17:59 Marcelo Wolfgang wrote: > I have 2 errors I can't figure out: > 1) the table has 2 gaps, on top and at the bottom, that don't happen > in IE, couldn't figure out why it happens. Why don't you use a table for mark-up? It is a product table, so it wo

Re: [css-d] .swf file in background-image?

2006-04-27 Thread Martin Heiden
Shelly, on Thursday, April 27, 2006 at 14:24 Design Groups wrote: >>>You can't use the swf in the css background property. But you could > place an object with absolute positioning and z-index under a div. You > have to add background transparency to the flash (and pray...).<< > Actually, this

Re: [css-d] .swf file in background-image?

2006-04-27 Thread Martin Heiden
Christine, on Thursday, April 27, 2006 at 13:04 Christine Rainer wrote: > does anyone know of a well functioning css-method for placing an .swf file > in the backround of a div? You can't use the swf in the css background property. But you could place an object with absolute positioning and z-in

Re: [css-d] New site, fully CSS-ified

2006-03-22 Thread Martin Heiden
James, You want to set a background-color on body and you should increase the font-size in your browser to see what happens... regards Martin __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/c

Re: [css-d] tying myself in knots

2006-03-09 Thread Martin Heiden
Hi! on Thursday, March 9, 2006 at 15:31 [EMAIL PROTECTED] wrote: > http://www.wdam.co.uk/clients/CEP/test2/ > http://www.wdam.co.uk/clients/CEP/website2/ I can't see the difference here. (Win XP SP2, Firefox 1.5) Did you clear your cache? If you still encounter the problems, take a look at hacks

Re: [css-d] Inline styles and the people who hate them.

2006-02-03 Thread Martin Heiden
Troy, on Friday, February 3, 2006 at 04:30 Troy Brophy wrote: > Now, the wonderful thing about this app is that it has dozens of pages with > unique designs. Each of these unique designs requires many elements to be > positioned, floated, padded, margined, bordered or backgrounded uniquely. > Thi

Re: [css-d] IE not showing image, while FF does

2006-02-02 Thread Martin Heiden
Stefan, on Thursday, February 2, 2006 at 16:06 Stefan Witte wrote: > On the following site, the image > http://www.motionedmedia.com/projects/vakantiehuisjefrankrijk/img/kaart_frankrijk.gif, > does not show in IE on the site: > http://www.motionedmedia.com/projects/vakantiehuisjefrankrijk/waaromn

Re: [css-d] more than one absolutely positioned background element?

2006-01-30 Thread Martin Heiden
Kevin, on Monday, January 30, 2006 at 16:22 Kevin Newsum wrote: > Ok, silly question here perhaps, but considerable poking around hasn't > uncovered an answer to date. I have a single background color and two > distinct background elements that I would like to position absolutely, one > upper ri

Re: [css-d] DIV background problem in FireFox

2006-01-30 Thread Martin Heiden
Maarten, on Monday, January 30, 2006 at 10:55 Maarten Reynders wrote: > Site: http://www.plusminusitv.be/index.php?page=opzet > CSS: http://www.plusminusitv.be/design/css/style.css You've got to clear the floats before the container div closes, to force the container to wrap the floats. Add aft

Re: [css-d] Collumn Divider for Liquid Multi-column Layout, any Column Longest

2006-01-26 Thread Martin Heiden
Dagmar, on Thursday, January 26, 2006 at 17:50 Dagmar Noll wrote: > If anyone is interested, I solved my problem by adding height: 1% to my > wrapper div. > I'm starting to notice a pattern in the solutions to my most confounding > problems. So far they all involve adding height: 1% to some elem

Re: [css-d] Broken border in IE and Mac browser check

2006-01-24 Thread Martin Heiden
Chris, on Tuesday, January 24, 2006 at 15:13 Chris Ovenden wrote: > However, I just tried it in IE7 b2 and the same thing is happening - > and that bug is meant to have been fixed. How could you do this? AFAIK IE7b2 isn't out yet, just beta1 and AFAIR in b1 the peek-a-boo bug is still alive...

Re: [css-d] staggering/vertical offset of floated blocks in IE

2006-01-19 Thread Martin Heiden
Eric, on Thursday, January 19, 2006 at 15:37 Eric Shepherd wrote: > -- <--16px or whatever the default font size is > ||-- > --|| > -- If I understand it right, you should float the li not the a. regards Martin __

Re: [css-d] defining span?

2006-01-19 Thread Martin Heiden
Jim, on Thursday, January 19, 2006 at 05:02 Roger Roelofs wrote: > Jim, > On Jan 18, 2006, at 7:32 PM, Jim Ryan wrote: >> (Applying that ".lw1" class to all list items was The Drupal CMS' decision, >> not mine) > #anothernav li.expanded a span.lw1 Besides the hint Roger gave you, it is worth

Re: [css-d] Best "best practices" CSS layout foundation

2006-01-12 Thread Martin Heiden
Charles, on Thursday, January 12, 2006 at 01:03 Charles wrote: > *** Based on > , *** > *** it looks like One True Layout is the best place to start -- no *** > *** browser sniffing, reorderable, etc. *** IMHO

Re: [css-d] Specificity Problem

2006-01-06 Thread Martin Heiden
Rahul, on Friday, January 6, 2006 at 16:03 Rahul Gonsalves wrote: > > Home > >About > [--more links--] > .mainnav li a:link { text-decoration: none; color: #FFF; padding: 1em; background-color: #000; line-height: 3em;} .mainnav li a:hover { background-color: #FC0; color: #000; } .mainnav li a

Re: [css-d] Menu Lists in Firefox and IE

2006-01-06 Thread Martin Heiden
Paul, on Friday, January 6, 2006 at 15:26 Paul Boutin wrote: > I'm having a problem with my CSS rendering properly in IE (Go Figure). Try to adjust the line-height for IE. regards Martin __ css-discuss [EMAIL PROTECTED

Re: [css-d] Website CSS

2006-01-06 Thread Martin Heiden
Erica, on Friday, January 6, 2006 at 11:10 Earth Repair & Restoration wrote: > Am re-doing my site http://www.earthrepair.com.au and was after a little > advice, I am currently using DWT and CSS sheet but still have a few > remaining tables in place, I have redone the top navigation buttons in CS

Re: [css-d] the perfect layout

2006-01-05 Thread Martin Heiden
shlomi, on Thursday, January 5, 2006 at 16:10 shlomi asaf wrote: > i need to make a 3 columns page > i have a Left column, a Right column, and a middle content area. > at the bottom there's a Footer. > this footer should be placed at the middle. and inherit the middle content > width. (as shown

Re: [css-d] Site Check and Image Layout Help

2006-01-05 Thread Martin Heiden
Aaron, on Thursday, January 5, 2006 at 16:08 Aaron Roberson wrote: > I tried to wrap the image and the paragraph I want to flow around the image > in a div tag because divs are block level elements. Of coarse, that didn't > work because img align ignores block level images. I also tried placing a

Re: [css-d] Please help me out with a complex layout

2006-01-05 Thread Martin Heiden
Hi! on Thursday, January 5, 2006 at 13:29 [EMAIL PROTECTED] wrote: > Please help me out with a complex layout. > It should work also in Internet Explorer 5 That's not very difficult. Choose one of the 3col layouts from the wiki: http://css-discuss.incutio.com/?page=ThreeColumnLayouts regards

Re: [css-d] Header, 2 cols, fixed footer

2006-01-05 Thread Martin Heiden
Julian, I know this problem... We tried several approaches of which the best would be to use fixed positioning. Finally we chose to use the following: You need four absolute positioned divs. body { height: 100%; } div#header { position: absolute; top:0; left:0; h

Re: [css-d] Vertical Align like table cells with CSS

2006-01-04 Thread Martin Heiden
Alec, on Wednesday, January 4, 2006 at 16:40 Alec A. Lazarescu wrote: > I've tried and failed to align text, an image, and a button neatly > vertically using CSS. I would rather not force a height on a container > around them as that's not very flexible if the font or image size > changes, text

Re: [css-d] The legend element.. what's up with that?

2006-01-04 Thread Martin Heiden
Ben, > I'm trying to decide if my backend should produce a fieldset or two div > elements. I'd really like to use the fieldset, because it's > their purpose and using divs is not as meaningful (semantically). On the > other hand I do not want future designs to be limited in any way. > What do you

Re: [css-d] Definition list problems

2006-01-04 Thread Martin Heiden
Paul, on Wednesday, January 4, 2006 at 13:12 Paul Jinks wrote: > Hi > I've got a page displaying a bunch of data in two columns. I wasn't sure > whether to go with a table or definition list for this. I don't think > there is much in it, really, but went for a definition list. I wanted it > to

Re: [css-d] Tables to CSS design - banner

2005-12-27 Thread Martin Heiden
Bill, on Tuesday, December 27, 2005 at 16:23 Bill Moseley wrote: > 1) The table version has an explicit width and so shrinking the window > doesn't effect the design (just requires scrolling). In the css > version the "DO SOMETHING" links starts wrapping. I'm not really sure > what the "correct

Re: [css-d] Problem with image border.

2005-12-14 Thread Martin Heiden
Hi! on Wednesday, December 14, 2005 at 12:17 Eoin Maguire wrote: >I'm having an issue with extra spacing being added. I've got a table with > two rows, one with an image in it and the next row with css borders on the > left and right. These borders are supposed to match up vertically with the

Re: [css-d] Horizontal lists in IE and Firefox

2005-12-01 Thread Martin Heiden
Phil, on Thursday, December 1, 2005 at 12:08 Phil Wilson wrote: > I have an unordered list with four elements. I'd like to align them > horizontally, with each list-item taking up 25% of the screen (or > their container). > Can someone tell me either where my code is wrong, or which IE bug I'm >

Re: [css-d] IE5/PC compatible liquid layout?

2005-11-29 Thread Martin Heiden
Christian, on Monday, November 28, 2005 at 20:23 Christian Heilmann wrote: > We are currently looking for the following: > - 3 columns, any column longest > - center column liquid width, side columns fixed > - center content first in the document > - header and footer spanning all three columns

Re: [css-d] Positioning dynamic form elements via css

2005-11-23 Thread Martin Heiden
David, on Wednesday, November 23, 2005 at 16:15 David Dorward wrote: > On 23/11/05, Martin Heiden <[EMAIL PROTECTED]> wrote: >> > 2. you would have to rely on absolute positioning, making it very likely >> > for your divs to start overlapping each other at larger

Re: [css-d] Positioning dynamic form elements via css

2005-11-23 Thread Martin Heiden
Zoe, on Wednesday, November 23, 2005 at 13:28 Zoe M. Gillenwater wrote: > John Mandia wrote: >>I want to build a form with a set amount of standard form controls (e.g. >>textbox, label beside text box and validator [asp.net]) and some dynamic >>ones (depending on the audience there may be differ

Re: [css-d] Font-size dependent form input size?

2005-11-22 Thread Martin Heiden
Eystein, on Tuesday, November 22, 2005 at 15:37 Eystein Mack Alnæs wrote: > Is it possible to adjust the height of a form - input element > according to the font-size? So if the user increases the font-size > the input element will also increase. Size the input in em: input { width: 1

Re: [css-d] centered 3 column 100% high elastic layout

2005-10-21 Thread Martin Heiden
Ellen, on Friday, October 21, 2005 at 14:54 [EMAIL PROTECTED] wrote: > I'm working on a centered 3 column elastic layout with a height of 100%: > http://www.broodkruimel.nl/index_nw.html > css: http://www.broodkruimel.nl/css/base.css > Only tested in Firefox for now by the way. Okay, the problem

Re: [css-d] is this workable in less than 100hrs?

2005-10-10 Thread Martin Heiden
Colin, on Monday, October 10, 2005 at 08:41 Colin wrote: > The reason I'd like to keep the 's so high is I'd like to 'heighten > them' on a:hover. I think that you can do it with css in an easy way, if you don't want to let it resizable: Make the cloudy dreampower img without the tabs the backg

Re: [css-d] Dropdown menu with scrollbar (overflow: auto)?

2005-09-29 Thread Martin Heiden
Arno, on Thursday, September 29, 2005 at 15:32 Arno @ Raketnet wrote: > Is it possible to create a css-based dropdown menu with a scrollbar? > I'm revamping a website which has some (very) long submenu lists, which I > don't all want to show when the dropdown drops down. > Can the overflow: auto

Re: [css-d] Validator Encoding Note

2005-09-28 Thread Martin Heiden
Tom, on Tuesday, September 27, 2005 at 22:30 Tom Livingston wrote: > On Tue, 27 Sep 2005 15:42:59 -0400, Steve Clason > <[EMAIL PROTECTED]> wrote: >> Most likely your host is serving this: >> Content-Type: text/html; charset=UTF-8 > So if the host is serving this, this isn't something I can c

Re: [css-d] targeting readonly form elements

2005-08-09 Thread Martin Heiden
Brian, > I'm looking to add a simple background color to some form fields. all > of these fields happen to have the readonly="readonly" attribute > attached to them. > Without classing each input box, is there a way with css that works in > IE6 to target those inputs based on the readonly attrib

Re: [css-d] IE and Firefox problems

2005-08-08 Thread Martin Heiden
Schalk, > Also in Firefox when hovering over the items in the main navigation > that has fly out menus, the menus fly out fine but when trying to > move over the the links in the fly out it causes a jumping of the > leader board and/or the nav items and then goes away before I am > able to click o

Re: [css-d] CSS Sprites: Image Slicing

2005-08-08 Thread Martin Heiden
Hi! > #contact a:hover {background: url('.../i/lk_menubar.jpg') no-repeat I would bet that you don't need so many dots. Maybe: ../i/lk_menubar.jpg? regards, Martin __ css-discuss [EMAIL PROTECTED] http://www.css-discuss

Re: [css-d] Nesting floats

2005-08-08 Thread Martin Heiden
Tanya, > I need some help nesting floats - what is the syntax? > > > ... > > > ... > > Maybe it's time to clean it all up? You've got a lot of redundant css definitions and some validation errors. (You used #nav2 two times). If I understand what you want, you just

Re: [css-d] Definition lists - css formatting

2005-08-08 Thread Martin Heiden
stu, > sorry if this has been asked before, but i would like to use CSS > to format a definition list to make it so that the DD floats to the > left, with all the DD floated to the right, kind of like using the > DT as the bullet in a bullet pointed list. > Basically i dont want the text of the

Re: [css-d] Dynamic margin-bottom

2005-08-05 Thread Martin Heiden
Marcel, > The thing is: A small gif should seperate an image on the left and a text as > on the right. > So my problem is the following: > If I set the margin-bottom for the small gif to a fixed height, like 100px, > articles that have smaller images and less text than 100px look very messy > be

Re: [css-d] Proportional Layouts

2005-08-05 Thread Martin Heiden
Jason, I think that this is an interesting idea. Right now I try to make my layouts scale with the text-size, which leads to some resolution problems regarding images and lots of sizing issues with background-images. But with some planning it is really nice. When media-queries (CSS3) wi

Re: [css-d] site check - opera 7.54

2005-08-03 Thread Martin Heiden
Tekin, First you should get rid of all the errors in your HTML: http://validator.w3.org/check?verbose=1&uri=http%3A//www.ranshop.co.uk/product_list.php%3Fcat_id%3D31%26man_id%3D29 The doctype has to be in the very first line of the document. If you want to put IE in quirksmode, there may be a XM

Re: [css-d] BEGINNER - Align center divs on firefox

2005-07-25 Thread Martin Heiden
Augusto, > Hi all, > i've some problems to align a group of div's on the center.. the > problem appair only in firefox and not in IE > The page is http://www.opent.it/cms/bazar/ Can you explain your problem a bit more detailed? I can't see it. First you should correct the html errors: http://v

Re: [css-d] Creating Tables

2005-07-22 Thread Martin Heiden
Louise, > Should I just live with the one table in html? > If I need to do a table in CSS, can you tell me how to get started? Is it > one "box with areas inside or would it be12 boxes next to each other? There is nothing bad about tables that contain tabular data, but for me your table looks mo

Re: [css-d] Tabless news scroller

2005-07-11 Thread Martin Heiden
Matthew, > I was kinda wondering the same thing.Is it possible to create a news > scroller without using javascript, or at least use a very minimum of > javascript. I'm not really against the javascript but all the > solutions I've seen won't degrade well when using a browser without > JS. My thou

Re: [css-d] Two columns with float && wrappers

2005-07-07 Thread Martin Heiden
Jasper, > So this should fix the problem. But because this container won't stretch > with them... How do we fix this? Clear the floats! Lorem ipsum dolor sit amet, consectetuer adipiscing elit. blabla, more content then #menu   .clear { clear: both; height:

Re: [css-d] Displaying a Site over Several Platforms

2005-07-05 Thread Martin Heiden
Ian, > Is CSS intelligent enough so that if I am accessing a web page using a > PC it displays a normal browser page, but if I access the site using a > PDA/Mobile Phone it will switch to a mobile/pda version of the site ? CSS is "intelligent" enough. You can link the css from (X)HTML via the lin

Re: [css-d] Who is wrong? I would say: Firefox!?

2005-06-30 Thread Martin Heiden
Daniel, > This HTML looks as I wish if I use IE but it has a strange behavior in > Firefox. > The background color of the header flows ahead to the top of the both > blocks above the head. The problem is caused by the uncleared floats above the header. The floats are removed from normal flow, so

Re: [css-d] Hidden from Opera 7 only

2005-06-30 Thread Martin Heiden
Uwe, > Opera 7 needs to see "body {overflow: hidden}". Can you use a media query which at the moment *DANGER* ist only supported by Opera 7/8, or does Opera 8 behave like the other browsers? @media all and (min-width: 0px) { /* This part is only visible to Op

Re: [css-d] Floating images and text in lists

2005-06-29 Thread Martin Heiden
Stu, > Martin, > thanks for your help but im still a little stuck here. Im getting > near somethin in Firefox and Opera, but nothng like it in IE6. Am i > making a basic mistake here? Here's my little testcase. Works in IE 6 and FF on Windows XP SP2. test li a { display: block; backgro

Re: [css-d] Floating images and text in lists

2005-06-29 Thread Martin Heiden
stu, > Here is the kind of thing I am trying to create: > > this is some text that could > be really long and should display to the right of the image and not > wrap underneath it if the text is longer than the image in > height > First question: Is it a real link, or do you use the for :ho

Re: [css-d] Another try: Tables and 100% height

2005-06-27 Thread Martin Heiden
Niek, > The table consists of two rows, the height of the main-table is > 100% and the height of top-row is 152px, the height of other row > (the content-area) must be the height of the rest of the screen. So > I used 100% to do that. 100% + 152px > 100% You gave the table a height of 100% the s

Re: [css-d] client experiences problem I don't (probably IE??? maybe xp???) BOO IS HOME!

2005-06-14 Thread Martin Heiden
BJ, > client says: > "something weird is happening, and it has happened to me on two > differenct computers. When I go to cars for sale instead of getting the > list of subjects on the right margin in the dark purple ccolor > background, I get the image all the way across the page with no list o

Re[2]: [css-d] using percentages, paragraph too small within tables

2005-05-31 Thread Martin Heiden
Bruce, > scroll down until you see the paragraph 'directions', and underneath > that you will see 'from I-85...below that you will see really tiny > text that says 'why am I so small?'. This is the text I am referring > to. .content table { color: #333; background:transparent;

Re: [css-d] using percentages, paragraph too small within tables

2005-05-31 Thread Martin Heiden
Bruce, > table td p{font-size:100%;} > but that isn't working. Any suggestions? To scale the font-size, you have to declare a value > 100%. The p inherits the font-size of td, td of tr and tr of table and table of body. So if you resize the font-size for body by 62.5% with browser standard set

Re: [css-d] Layering Problem (2nd Post)

2005-05-31 Thread Martin Heiden
Yazmin, > With 2 problems: Nope, the validator says that you got 48 problems ;) http://validator.w3.org/check?verbose=1&uri=http%3A//www.imaging-resource.com/index-test.html > 1. The gif (in Firefox) or Flash (in IE) are not lining up with the > logo. They are actually displaying under the logo.

Re: [css-d] Layoutproblem

2005-05-06 Thread Martin Heiden
Uli, > 1. The negative only appears in the back of the images and not over the > hole width. This seems to be correct, did you change something? (Firefox 1.03 on Win XP) > 2. I would like the images centered under the big photo if there are > less than the width. Put it in another div with widt