Click to See Complete Forum and Search --> : CSS coder? can you help?
eCoverDesigner
11-05-2007, 12:50 PM
Hi,
I´m just giving my first steps on CSS but meanwhile I need to come up
with the following template:
http://www.pro-ecovers.com/FinalExpport.png
Could you please help with the right code to accomplish that?
Hope you can help.
Thanks.
CkretAjint
11-05-2007, 01:34 PM
Try looking on w3schools for a tutorial on how to accomplish this...
Is this homework?
eCoverDesigner
11-05-2007, 02:07 PM
Thanks, CkretAjint,
Could you point a tutorial that teaches this exact thing?
Thanks again.
eCoverDesigner
11-05-2007, 02:07 PM
If there´s someone who wouldn´t mind to share the code for
what I´m trying to accomplish that would be very much appreciated
as I´m on tight deadline.
http://www.pro-ecovers.com/FinalExpport.png
Thanks.
CkretAjint
11-05-2007, 02:11 PM
Gotta be in here somewhere.
http://www.w3schools.com/css/demo_default.htm
< div id="wrapper">
<style="background-image:url(whatever.jpg);height:x;width:y;"div id="header></div>
<style="background-image:url(whatever.jpg);height:x;width:y;"div id="body"></div>
<style="background-image:url(whatever.jpg);height:x;width:y;" div id="footer"></div>
</div>
Replace the height(x) and width(y) with the appropriate height and width. Then replace the url(whatever.jpg with the correct path to the image. You might also consider placing the styles in their own separate style sheet rather then placing them inline. It was just easier for me to write it that way.
DesignVHL
11-06-2007, 09:26 PM
styles should be in their own css sheet whenever possible i agree...
http://www.maxdesign.com.au/presentation/process/
This site really helped me grasp a lot of the css concepts - they use a colored box type model....once you get some time eCover, you may want to explore this site for a better understanding of CSS, as well as run through this yourself.
I also learned a lot from the lynda.com video tutorial....its a good one if your a visual learner and need the audio explainations.