Landing : Athabascau University

Group members: this is the place for your learning diary. Use this to post your zipped-up site at least once each unit, and your reflections as often as you wish (at least once per unit). Please write your reflections directly in the post, not as attached files. Where you do need to attach documents, such as for unit 1 designs, use PDF, PNG or JPG formats. You can attach files using the 'Embed content' link in the editor.

QUICK COURSE LINKS:  Add blog post - Read latest group postsFAQs: Course process : Site design : HTML : CSS : JavaScript : JQuery : AJAX : MiscPodcasts for each unit

Updated resource pages:  Unit 1 - Unit 2  - Unit 3Units 4 & 5 - Unit 6 - Unit 7

mportant notice: the student web server is unavailable. Until this is fixed, we do not require you to upload your site to the student server. See Running a web server on your local machine for details of how to meet the requirements for the final unit

Unit 3: CSS - Something to Note

  • Public
By John Borg in the group COMP 266 November 16, 2019 - 2:46pm

While testing my website in various browsers to ensure compatibility, I found some issues to note when loading in Internet Explorer. The most important thing to take note of is the fact that IE does not recognize opacity control in CSS. I found this out because I was unable to control the opacity of my ‘content’ divs. After some research, I found that certain versions of IE are unable of processing opacity. This is why in my last website update I remove opacity from my back-ground color in CSS. Hope this is helpful.