![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I've been working for days to get this shadow added to my website after the fact. Misplanning on my part. I added a bg div to wrap around the whole page. I added a bg shadow image to the bg div. It shows up in IE 7, although it looks odd but doesn't show up in FF or IE6. In FF and IE6 I see the bg shadow div showing up white, but not bg image. Has anyone had this issue or would someone look at this code for me. Thanks http://webassistantsllc.com/clients/QOP/leadership.html |
#3
| |||
| |||
|
|
I've been working for days to get this shadow added to my website after the fact. Misplanning on my part. I added a bg div to wrap around the whole page. I added a bg shadow image to the bg div. It shows up in IE 7, although it looks odd but doesn't show up in FF or IE6. In FF and IE6 I see the bg shadow div showing up white, but not bg image. Has anyone had this issue or would someone look at this code for me. Thanks http://webassistantsllc.com/clients/QOP/leadership.html |
#4
| |||
| |||
|
#5
| |||
| |||
|
|
So now I've removed the bg position and decreased the size of the bg image to 920px. It looks pretty good in FF on both sides, although the L side looks better. In IE7 it shows down the left side but not the right. Any thoughts on how to get it to show on the R side? The white bit between your shadow should be exactly the same width as |
#6
| |||
| |||
|
#7
| |||
| |||
|
|
I know what you mean about the masthead. For some reason it get wacky sometimes in IE6. It doesn't do it all the time and I not sure how to fix it. Ok so I made all my changes and I'm pretty happy with the results of the shadow now. Well except in IE6. It looks a little odd still. So now here's another question along this same issue. When I initially learned CSS I learned to use em's for better control with user scaling..so the text doesn't overflow out of the container. I also learned that one em is approximately 16 px. But when I changed my 50em wrapper to the equivelent 800px it seems that my math didn't add up. I ended up changing the left side width. So is this one of those situations where because I'm using the shadow I needed to adjust? Hope these questions make sense. I'm just trying to get to a point where when I do something I understand why I do it. |
#8
| |||
| |||
|
|
I'm personally not a great believer in using em to control the width of a page, I have no idea what it achieves. |
|
lynnegeek wrote: I know what you mean about the masthead. For some reason it get wacky sometimes in IE6. It doesn't do it all the time and I not sure how to fix it. Ok so I made all my changes and I'm pretty happy with the results of the shadow now. Well except in IE6. It looks a little odd still. So now here's another question along this same issue. When I initially learned CSS I learned to use em's for better control with user scaling..so the text doesn't overflow out of the container. I also learned that one em is approximately 16 px. But when I changed my 50em wrapper to the equivelent 800px it seems that my math didn't add up. I ended up changing the left side width. So is this one of those situations where because I'm using the shadow I needed to adjust? Hope these questions make sense. I'm just trying to get to a point where when I do something I understand why I do it. I don't know. To be honest I would only use em for say text sizing (however I don't, I still use px because all browsers are capable of re-sizing the text and px give in my opinion better control. The text will only overflow outside the container if you use a height on the container. If you mean it overflows out the side of a container then your code is not set up correctly. You could have still used em for your design but you would have needed to split the shadow, putting the right side in one <div> and the left side in another <div I'm personally not a great believer in using em to control the width of a page, I have no idea what it achieves. |
#9
| |||
| |||
|
|
I'm personally not a great believer in using em to control the width of a page, I have no idea what it achieves. Makes the page wider when the font is enlarged. Thus the page's "aspect ratio" is preserved. Seems unnecessary to me, but is all the rage among some camps, apparently. |
#10
| |||
| |||
|
![]() |
| Thread Tools | |
| Display Modes | |
| |