Re: [css-d] Background image not showing

2006-10-30 Thread ed gooddy
(no Flash) Windows 98(nothing shown seems to be a complete mess) http://www.villa-corti.com/menus.htm Is the Internet explorer 4.0 with windows 98 not compatible with divs maybe Thanks a lot for any advice on those two browsers nearly there!! ed gooddy wrote

Re: [css-d] Background image not showing

2006-10-27 Thread ed gooddy
francky [EMAIL PROTECTED] wrote: ed gooddy wrote: Hi David and all, OK hereis the link: http://www.villa-corti.com/menus.htm Here are the problems: With the following browsers and OSs the background image in the navbar div doesn´t show-why oh why?! Thanks for any pointers: [...] (big ul

[css-d] Background image not showing

2006-10-26 Thread ed gooddy
Hi David and all, OK hereis the link: http://www.villa-corti.com/menus.htm Here are the problems: With the following browsers and OSs the background image in the navbar div doesn´t show-why oh why?! Thanks for any pointers: Firefox 1.5.0 (no Flash) + Linux Fedora Core 4 Firefox 2.0b1

[css-d] Background image not showing

2006-10-24 Thread ed gooddy
With the following browsers and OSs the background image in the navbar div doesn´t show-why oh why?! Thanks for any pointers: Firefox 1.5.0 (no Flash) + Linux Fedora Core 4 Firefox 2.0b1 (no Flash) +Linux Fedora Core 4 Konqueror 3.4.0-5 (no Flash) + Linux Fedora Core 4 Mozilla

[css-d] How to move image div to front or back

2006-10-23 Thread ed gooddy
The page is now tentatively valid HTML 4.01 Transitional: http://validator.w3.org/check?uri=http://www.villa-corti.com/menus.htm I have been googling with any luck on how to send a layer to the back of a page. How would I send the navimager layer to the back of the page? #navimager {

[css-d] Lowest Z index not at back

2006-10-23 Thread ed gooddy
Hi all, The navimager div #navimager { z-index: 9; left: 250px; float: left; width: 186px; position: relative; top: 0px; height: 90px } in this page http://www.villa-corti.com/menus.htm has the highest z index but it overlaps the other divs. Why? How can I make it go to

Re: [css-d] Lowest Z index not at back

2006-10-23 Thread ed gooddy
it's z-index to 0 or lower. Here's an example: http://www.w3schools.com/dhtml/tryit.asp?filename=trydhtml_zindex2 David Merwin 541-335-1832 [EMAIL PROTECTED] On Oct 23, 2006, at 10:10 AM, ed gooddy wrote: Hi all, The navimager div #navimager { z-index: 9; left

Re: [css-d] Lowest Z index not at back

2006-10-23 Thread ed gooddy
in the back, set it's z-index to 0 or lower. Here's an example: http://www.w3schools.com/dhtml/tryit.asp?filename=trydhtml_zindex2 David Merwin 541-335-1832 [EMAIL PROTECTED] On Oct 23, 2006, at 10:10 AM, ed gooddy wrote: Hi all, The navimager div #navimager

Re: [css-d] Lowest Z index not at back

2006-10-23 Thread ed gooddy
Thanks Rob, didn´t realize that about the postion: relative on the navbar div. I will try it out thanks a lot Rob O'Rourke [EMAIL PROTECTED] wrote: ed gooddy wrote: Hi all, The navimager div #navimager { z-index: 9; left: 250px; float: left; width: 186px; position: relative; top: 0px

Re: [css-d] Moving divs up page

2006-10-19 Thread ed gooddy
Thank you very much for the detailed reply Georg. I will go through them and see what happens and try to understand it all, thanks again Gunlaug Sørtun [EMAIL PROTECTED] wrote: ed gooddy wrote: http://www.villa-corti.com/menus.htm The image divs are all in the right place

[css-d] Moving divs up page

2006-10-18 Thread ed gooddy
Here is the page I'm working on: http://www.villa-corti.com/menus.htm The image divs are all in the right place but the navigation bars I can´t seem to move. tabsH and navbar are the ones I want to move and they are in the navshadow div which presently doen´t have a style. All the divs hare

[css-d] Navigation tabs

2006-08-19 Thread ed gooddy
Hi all, I am trying to work out how to create navigation tabs using images for the curved sides and backgroundsbut I am getting comfused. I have made three examples: http://www.villa-corti.com/indexnav.html In the first example- navtabs div -I have an image rightside.jpg which I put on

[css-d] Background image being overridden

2006-08-03 Thread ed gooddy
CSS in a table: I have a table with background images but I get a white background on the last line. I can´t work out why-I have got rid of the background color and tried to have a background transparent which worked for the radio buttons but the text input and the text next to it still have

[css-d] Background image (LINK INCLUDED)

2006-08-03 Thread ed gooddy
CSS in a table: I have a table with background images but I get a white background on the last line. I can´t work out why-I have got rid of the background color and tried to have a background transparent which worked for the radio buttons but the text input and the text next to it still have

[css-d] Background not showing through where there is text

2006-08-02 Thread ed gooddy
Hi all, I am trying to learn css. At the moment I am using a table as I haven´t yet found out how to make the same effect in css. I have a background image style=BACKGROUND: url(images/box_bg.gif) repeat-x in a td which for some reason is overridden by the text so the background of the text

[css-d] White lines showing

2006-08-02 Thread ed gooddy
I have two small problems which I don´t understand. 1. I have a table with background images but I get a white background on the last line. I can´t work out why-maybe it is the label tags? Should I use them?: http://www.britishalliance.com/test.html label class=ftforminputIngrese su

[css-d] Opera versions prior to 9 cannot stack

2006-07-03 Thread ed gooddy
Thanks a lot for the fix Georg but i don´t undestand how to implement it - I couldn´t make head or tail of the link. Opera-versions prior to 9 can't layer (stack) floats - using 'position: relative' has no effect. Opera 9 does ok on that point. Bug, and one way to fix it, demonstrated