Re: Css | |
Chris is right, iframes will work but it can still be done in CSS too. The important thing to remember with CSS is that is is all about styling and shaping rather than content so it depends what you want to achieve.
Constantly adding or removing menu buttons? Use iframes
Changing colours or fonts or spacing plus more (across the entire site)? use CSS
|