Forum Moderators: not2easy

Message Too Old, No Replies

Navigation Bar Creation...

... images and CSS-P

         

le_gber

7:04 pm on Oct 18, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Hi All,

Just a quick one to see if any of you is aware of displaying problems for the following:

I have a column of images. Some are 200px wide and some other are smaller. The one smaller go by two and their combine width is 200px.

If I was using tables I would have 19 rows and 2 columns and every other rows I would have a colspan = 2 with the big img in.

I was thinking of creating a navwrapper of 200px and just put all the images one after the other and it seem to wrap them after 200px just the way I want it.

Are you aware of any displayimng problem in some browsers? I have only been able to test it in ie6, firefox 0.8 and mozilla 1.6. (will download netscape later)

Thanks

Leo

mipapage

6:42 pm on Oct 19, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



I can't think of any alarm bells. The wrapper (a div, I suppose) should take the width of it's contents. How you stick them in there vertically may affect things.

ie. If you do it with a list, vs floating and clearing etc.

le_gber

9:30 am on Oct 20, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Thanks,

I've now used a big (9k) image as div bg and positionned the links (which are a now a list) using Css-P and very good examples found on the web.

Leo