Re: [css-d] Specifying Invalid Image Src displays a border onscreen

2007-02-18 Thread Vinayakam Murugan
Is the border:none above (note missing semi-colon) a typo in your email or is that in your HTML? Sorry, That's a typo in my mail. -- Warm Regards ~~~ Vinayak http://theregoesanotherday.blogspot.com/ Albert Einstein - Before God we are all equally wise - and equally foolish.

Re: [css-d] Specifying Invalid Image Src displays a border onscreen

2007-02-18 Thread David Dorward
On 18/02/07, david [EMAIL PROTECTED] wrote: img style=height:100;width:200;border:none src=non-existent.gif alt= Is the border:none above (note missing semi-colon) a typo in your email or is that in your HTML? A semi-colon in CSS is a declaration separator, not a terminator. Its optional

Re: [css-d] Specifying Invalid Image Src displays a border onscreen

2007-02-18 Thread Philippe Wittenbergh
On Feb 18, 2007, at 4:54 PM, Vinayakam Murugan wrote: We are developing web applications for a kiosk type environment. The browser used is Firefox 1.5. Due to various system constraints, images take some time to load up on the screen. We have noticed that the image area has a border

Re: [css-d] Specifying Invalid Image Src displays a border onscreen

2007-02-18 Thread Vinayakam Murugan
At the minimum, start your pages with: !DOCTYPE HTML PUBLIC -//W3C//DTD HTML 4.01 Strict//EN or even !DOCTYPE HTML PUBLIC -//W3C//DTD HTML 4.01//EN Thanks a lot, It works. Thanks for the tip on the styles also. -- Warm Regards ~~~ Vinayak

Re: [css-d] Specifying Invalid Image Src displays a border onscreen

2007-02-18 Thread david
Vinayakam Murugan wrote: Is the border:none above (note missing semi-colon) a typo in your email or is that in your HTML? Sorry, That's a typo in my mail. Then I have no clue. -- David [EMAIL PROTECTED] authenticity, honesty, community

[css-d] Specifying Invalid Image Src displays a border onscreen

2007-02-17 Thread Vinayakam Murugan
Hello We are developing web applications for a kiosk type environment. The browser used is Firefox 1.5. Due to various system constraints, images take some time to load up on the screen. We have noticed that the image area has a border around even though border has been specified as none. Similar

Re: [css-d] Specifying Invalid Image Src displays a border onscreen

2007-02-17 Thread david
Vinayakam Murugan wrote: We are developing web applications for a kiosk type environment. The browser used is Firefox 1.5. Due to various system constraints, images take some time to load up on the screen. We have noticed that the image area has a border around even though border has been