[css-d] Alignment changes with DOCTYPE

2008-09-07 Thread Rich Wendrock Forums
Can someone help me understand why images do not align properly after a DOCTYPE is applied? The page looks normal without a DOCTYPE. http://www.adv-res.com/advanced-resources-international1.asp The search input field does not lineup properly after DOCTYPE is applied. http://www.adv-res.com/advanc

Re: [css-d] CSS image question

2008-09-07 Thread Alan K Baker
Yes Lou, CSS can do this. Simply make a box: .boxname { position:relative; background-image:url(your 200px x 200px image filename and path); background-position:-100px -100px; width:50px; height:50px; overflow:hidden; /* position, padding, margins etc to suit. */ } to move to a different part of

[css-d] CSS image question

2008-09-07 Thread Lou Hernsen
Hi.. I'm sorta new to css.. here is the question. Lets say I only want to show a 50x50 px part of an image that is 200x200 on a web page. I want to show the area starting at 100x100y to 150x150y in a box 50x50... can css do this? or should I be looking at javascript? What is the syntax for the com

Re: [css-d] THANKS! AND SERVER SUMMARY [was "Lightweight HTTP server for beginner's http://localhost/ ?"]

2008-09-07 Thread Hedley Finger
All: Thanks to everybody who wrote, both on and off list. I found some useful notes on a basic Apache installation from a technofreaks site in Malaysia and downloaded that. I knew of Apache by repute and must say I was shocked to find that the server that powers 30 percent of web sites on a

Re: [css-d] IE margin issues

2008-09-07 Thread Gunlaug Sørtun
Daniel Hammond wrote: > > When you hover over the photo thumbnails, there should be 15px of > margin space below the highlighted blue background behind the photo > captions. Delete the 'hasLayout' trigger and make it... ...and both IE7 and 6 will

Re: [css-d] Div problem with Firefox

2008-09-07 Thread Rich Wendrock Forums
Thanks to all for the feedback... I used http://jigsaw.w3.org/css-validator/ to clean-up the CSS and added a DOCTYPE. Adding the doctype required that I had pixel to each width and height parameter. Also after adding doctype, the roll over stopped working in IE. To solve the problem I create a

[css-d] IE margin issues

2008-09-07 Thread Daniel Hammond
URL: http://www.studentremix.org/parents/media.htm CSS: http://www.studentremix.org/parents/parents.css When you hover over the photo thumbnails, there should be 15px of margin space below the highlighted blue background behind the photo captions. FF3, Opera, and Safari do this correctly. IE does

Re: [css-d] Making hacks work

2008-09-07 Thread Gunlaug Sørtun
Follow-up. Jody Levinson wrote: > Where can I find a basic overview of the whole process or a good > example where I can look at the code and see how it's applied? I've > googled it and read some pages but I find them confusing. Hacking-methods _are_ often confusing since they more often than

[css-d] Articles on CSS published!

2008-09-07 Thread Gabriele Romanato
Finally, I've done it: www.css-zibaldone.com/articles/ It took me less than 5 months, but it's done. bye, G. -- http://www.css-zibaldone.com/ http://www.css-zibaldone.com/test/ (English) http://mimicry.css-zibaldone.com/ (Blog) _