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

2010-09-29 Thread Anthony
Sorry about that. Hope it makes more sense now: #block-12 .blockinner { background-color: #F2F2F0; margin:0 auto; border: 1px solid red; } #block-12 .blockinner .top { height:50px; width:100%; } #block-12 .blockinner .border { margin:-44px 0 0; padding:1px 6px; position:relative; } #blo

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

2010-09-29 Thread Chris Blake
Hi, I copied the code into my editor and redered it. It's abit hard to see what you're trying to do. Can you explain a bit more.. is it for a header? Could you replace the dummy content with somethig a bit more meaningful because the text over the image, and text next to it is that same s

[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. #block-12 .blockinner {  background-color: #F2F2F0;  margin:0 auto; }

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 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 and referred

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

2010-09-29 Thread Philip Taylor (Webmaster, Ret'd)
Aren't these the and referred to, Tim : http://www.otekno.biz/ps";>Easy shopping ** 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 no or elements in your page (w

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 or 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 u

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 wrote: > Hello, > > I'm looking for any ideas on a way to force flash in an iframe to display > below over

[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 http://www.

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)" 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 call the css

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 in

[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.