[css-d] How to link global.css to html page?

2010-09-29 Thread Ilham Firdaus
Dear friends... I found a weirdness. I put the css file into separated file but located in the same directory as where the html page call the css file. But lookslike there's no change in my browser displayed. Anybody would be so nice to tell me where my mistake? Thank you very much in advance.

Re: [css-d] How to link global.css to html page?

2010-09-29 Thread Philip Taylor (Webmaster, Ret'd)
Ilham Firdaus wrote: I found a weirdness. I put the css file into separated file but located in the same directory as where the html page call the css file. But looks like there's no change in my browser displayed. Anybody would be so nice to tell me where my mistake? Thank you very much

Re: [css-d] How to link global.css to html page?

2010-09-29 Thread Ilham Firdaus
You're absolutely correct. Thank you very much. On Wed, 29 Sep 2010 13:59:04 +0100 Philip Taylor (Webmaster, Ret'd) p.tay...@rhul.ac.uk wrote: Ilham Firdaus wrote: I found a weirdness. I put the css file into separated file but located in the same directory as where the html page

[css-d] Flash in iframe coming in above overlays

2010-09-29 Thread James White
Hello, I'm looking for any ideas on a way to force flash in an iframe to display below overlaid content. I can't get the owner of the flash that's being displayed to set wmode=transparent and am pretty much stumped. Any ideas on ways this could be done with CSS? Here's my example page

Re: [css-d] Flash in iframe coming in above overlays

2010-09-29 Thread Tim Arnold
In getting Flash to stay underneath dynamic elements, as I understand it, adding wmode=transparent to the Flash is simply the only way. -Tim On Wed, Sep 29, 2010 at 10:10 AM, James White jwh...@eliteworx.com wrote: Hello, I'm looking for any ideas on a way to force flash in an iframe to

Re: [css-d] How to link global.css to html page?

2010-09-29 Thread Tim Arnold
Also, it appears that none of the elements in your page are being targeted by your CSS. You have styles defined for p and a but there are no p or a elements in your page (with the exception of the red home link in the table header. Speaking of which, I'd get rid of that entire table and just use

Re: [css-d] How to link global.css to html page?

2010-09-29 Thread Philip Taylor (Webmaster, Ret'd)
Aren't these the p and a referred to, Tim : p align=centera href=http://www.otekno.biz/ps;Easy shopping/a/p ** Phil. Tim Arnold wrote: Also, it appears that none of the elements in your page are being targeted by your CSS. You have styles defined for p and a but there are nop ora

Re: [css-d] How to link global.css to html page?

2010-09-29 Thread Tim Arnold
Ah yes, I see that in the pasted code. I had followed a link to what appears to be the same content minus the p that you found. ( http://www.otekno.biz/kontak.html) On Wed, Sep 29, 2010 at 10:58 AM, Philip Taylor (Webmaster, Ret'd) p.tay...@rhul.ac.uk wrote: Aren't these the p and a

[css-d] How to make the background wrap around the image?

2010-09-29 Thread Anthony
Hi all I have been trying to figure out how to wrap the background around the image on the left, so that the image doesn’t stick out outside the background. But I haven’t had any luck. Any help would be greatly appreciated. html head style #block-12 .blockinner {  background-color: #F2F2F0;