[WSG] Help needed with CSS dropdown menu issue in Opera

2006-11-04 Thread Nick Roper
Hi List, Please see: http://dev.logical.co.uk/museadvisory/index.php I have implemented a drop down sub-menu for the main 'services' menu using the techniques outlined on the List Apart site at: http://www.alistapart.com/articles/horizdropdowns Have tested so far in FF, IE 6 and Opera 8.x

Re: [WSG] page loads in safari and then jumps to the middle

2006-11-04 Thread Rob O'Rourke
~davidLaakso wrote: Rob O'Rourke wrote: ~davidLaakso wrote: And perhaps a little contemplation about the questions you did not ask with regard to that page...? I wanted to think about other things for a while... I'd love to hear any suggestions as to where I could improve it. I honestly

RE: [WSG] Help needed with CSS dropdown menu issue in Opera

2006-11-04 Thread Kepler Gelotte
Have tested so far in FF, IE 6 and Opera 8.x on Windows. All seems fine in FF and IE, but there is a positioning and functionality problem in Opera, with the submenus appearing at top of page and not acting as links. It doesn't appear that you have css/museadvisory_menus.css on your server

Re: [WSG] page loads in safari and then jumps to the middle

2006-11-04 Thread Rob O'Rourke
snip Sorry everyone, went OT there. That last reply to my thread wasn't meant to go to the list. Rob O *** List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm Unsubscribe:

Re: [WSG] Help needed with CSS dropdown menu issue in Opera

2006-11-04 Thread Nick Roper
Hi Kepler, css/museadvisory_menus.css isn't relevant any more. I was using it in a previous version but hadn't removed the reference from the markup. When the page started out there were no requirements for any dropdown navigation, so everything was just handled by #contentLeft. Then a

[WSG] Do width and hight still needed for inline image?

2006-11-04 Thread Tee G. Peng
Good weekend everyone! I see some sites that don't declare width and hight attribute for inline images and html validotor doesn't give error too. Does this mean we can abandon the two attributes for inline image? Thanks! tee

Re: [WSG] Help needed with CSS dropdown menu issue in Opera

2006-11-04 Thread David Hucklesby
On Sat, 04 Nov 2006 23:29:01 +, Nick Roper wrote: When the page started out there were no requirements for any dropdown navigation, so everything was just handled by #contentLeft. Then a request for a dropdown was made and I added the code css per the example on List Apart. The

[WSG] how to retain equal height without losing layout integrity when user resizes font size

2006-11-04 Thread Tee G. Peng
Hi, I am doing a layout that requires equal height for each column and row, however the contents inside of each column and row are different and in some pages, in certain sections, the length of the content will be decided by end users' data feed. Each column, each row has its own

Re: [WSG] how to retain equal height without losing layout integrity when user resizes font size

2006-11-04 Thread Gunlaug Sørtun
Tee G. Peng wrote: Hi, I am doing a layout that requires equal height for each column and row, however the contents inside of each column and row are different and in some pages, in certain sections, the length of the content will be decided by end users' data feed. I suggest you try building

Re: [WSG] how to retain equal height without losing layout integrity when user resizes font size

2006-11-04 Thread Al Sparber
Example: http://www.gunlaug.no/tos/moa_11.html ...which includes IE fixes. Study Roger's article (linked in) and demos for the rest. IE7 wants to scroll the negative margins. There are some scripted solutions that might be easier to manage, so long as the equal columns can be seen as an

Re: [WSG] how to retain equal height without losing layout integrity when user resizes font size

2006-11-04 Thread Rob O'Rourke
Tee G. Peng wrote: Hi, I am doing a layout that requires equal height for each column and row, however the contents inside of each column and row are different and in some pages, in certain sections, the length of the content will be decided by end users' data feed. Each column, each row has

Re: [WSG] how to retain equal height without losing layout integrity when user resizes font size

2006-11-04 Thread Tee G. Peng
On Nov 4, 2006, at 8:02 PM, Al Sparber wrote: Example: http://www.gunlaug.no/tos/moa_11.html ...which includes IE fixes. Study Roger's article (linked in) and demos for the rest. IE7 wants to scroll the negative margins. There are some scripted solutions that might be easier to manage, so

Re: [WSG] how to retain equal height without losing layout integrity when user resizes font size

2006-11-04 Thread Tee G. Peng
On Nov 4, 2006, at 8:22 PM, Rob O'Rourke wrote: Hi Tee, If those blocks always contain similar output you could float your blocks left to stack them up and set the height in ems. Seems to me the easiest way to do a layout like that. e.g. div id=container div class=left

Re: [WSG] how to retain equal height without losing layout integrity when user resizes font size

2006-11-04 Thread Al Sparber
http://project.lotusseedsdesign.com/eqforie7.png Al, I aware you have an equal height script and just went back to take look, can it be used for many columns with rows? I ask because of the reading from 'the script argument' paragraph. The in-house programmers maybe able to come out something

Re: [WSG] how to retain equal height without losing layout integrity when user resizes font size

2006-11-04 Thread Tee G. Peng
On Nov 4, 2006, at 8:22 PM, Rob O'Rourke wrote: and then CSS like: #container { width: 830px; } /* to leave a 30px gap in the middle e.g. |400px| 30px |400px| */ .left, .right { height: 60em; width: 400px; margin-bottom: 30px; } / * whatever your dimensions need to be */ .left { float:

Re: [WSG] Help needed with CSS dropdown menu issue in Opera

2006-11-04 Thread Nick Roper
Hi David, Thanks for this. I will investigate later today (and upgrade Opera) Thanks again. Nick David Hucklesby wrote: On Sat, 04 Nov 2006 23:29:01 +, Nick Roper wrote: When the page started out there were no requirements for any dropdown navigation, so everything was just handled by