Using no repeat and repeat-x images in one div
-
I’m trying to line up two images in my header one that has my logo on it and one that repeats. I tried this in the script: <div id=”hdrimg”><div id=hdrdiv> with this
in the CSS file #hdrimg {background: url(“images/hdrimg.png”); background-repeat: no repeat;} and #hdrdiv {background: url(“images/hdrdiv.png”); background-repeat: repeat-x;} and got nothing. This is how I hve seen it done before but there maybe something I haven’t seen in the php code. It’s totally intuitive in tables using Dreamweaver but this ain’t Dreamweaver. Can anybody help?
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Using no repeat and repeat-x images in one div’ is closed to new replies.