Corporate Site Template |
This is a discussion on Corporate Site Template within the Free Website / Mock up review forums, part of the Web Design category; Originally Posted by aazad I think I am having some kind of developers block today as I am so lost. ... |
![]() |
| | LinkBack | Thread Tools | Display Modes |
| | #11 | |
| Member Join Date: Jan 2009
Posts: 97
Blog Entries: 1 Thanks: 1
Thanked 0 Times in 0 Posts
![]() Expertise: (X)HTML / CSS Experience: Quite Good | Quote:
Company Name Here - CSS Template
__________________ Too Kool for Skool | |
| | |
| | #12 | |
![]() | Quote:
For IE6 I have an old PC around with IE6 on it - this is the best solution If you only have one PC see: IE7: Using IE6 and IE7 together | Internet Explorer IE7 | Tech-Recipes Install multiple versions of IE on your PC | TredoSoft There may be other solutions out there. The basic cause of your problem in the menu line is part of the BOX MODEL issue. See: http://webprocafe.com/design-and-lay...le-sheets.html (Tutorial needed on CSS Box Model) | |
| | |
| | #13 |
| Member Join Date: Jan 2009
Posts: 97
Blog Entries: 1 Thanks: 1
Thanked 0 Times in 0 Posts
![]() Expertise: (X)HTML / CSS Experience: Quite Good |
Thanks very much for the info Shalom. Managed to get IE6 and read up on the box model. I have some questions and issues. Firstly, could you check the site in IE7 as for some reason it isn't displaying properly and I have no idea why. I'm guessing its maybe to do with the float but really not sure. Relating to the nav bar in IE6 I am confused. I read up on the box model and my understanding is... IE measures total width by adding the margins left and right and the width. In my case a total of 928px. W3C measures total width by adding the margins left and right, borders left and right, paddings left and right and width. In my case 1002px. So do I need to add on like an extra something to make up the difference? and if so where? I'm really lost with this.
__________________ Too Kool for Skool |
| | |
| | #14 |
![]() |
There is no need for the: Code: overflow: auto; /* Fix for IE */ There is no reason why a column on one side should not be longer than the other, For additional FAUX examples see: index http://mandelbaumonline.net/csspop/pink/ Your understanding of the BOX MODEL is fine. A simple way to add for IE6 is: Code: width: 200px /*for W3C compliant browsers*/
_width: 230px /*for IE6*/
|
| | |
| | #15 |
| Member Join Date: Jan 2009
Posts: 97
Blog Entries: 1 Thanks: 1
Thanked 0 Times in 0 Posts
![]() Expertise: (X)HTML / CSS Experience: Quite Good |
Ok, I think I have this now. Sorted out the layout problem that I was having in IE7. Just unspecified the height in #header. Regarding the nav bar, I believe I am making progress... I have the 2 different widths specified... Code: #navHome, #navCompany, #navClients, #navOurteam, #navContact {
height: 23px;
margin-bottom: 10px;
text-align: center;
color: #fff;
text-decoration: none;
float: left;
width: 928px; /* for W3C compliant browsers */
_width: 929px; /* for IE6 */
}
Code: <img src="images/bannerHome.jpg" alt="Banner" width="928px" height="164px" class="border" /> In IE6 the nav bar seems to be too long with an extra 3 or so pixels on the end.
__________________ Too Kool for Skool |
| | |
| | #16 |
![]() |
I think you have it as good as one can expect. Nav bar is fine - the delinquent pixel in FF and IE7 is because of the way you defined the hover. If you move the CONTACT US one pixel to the left it may solve the problem. The extra pixel in the IE6 nav bar, is acceptable - it does not alter the general look. Now to some other matters: Consider changing the shading (light blue - #F1F9FF) on the right, to shades that complement the the look of the specific page. Consider changing the font colors on different pages to stand out a little more (especially the nav bar on the "Some of our Clients" page). Also make sure your copyright notice is seen, add a symbol (the HTML equivalent is ‘©’ or the Unicode for the character ‘©’) and make the amawebdesign.co.uk into an unobtrusive link. |
| | |
| | #17 |
| Member Join Date: Jan 2009
Posts: 97
Blog Entries: 1 Thanks: 1
Thanked 0 Times in 0 Posts
![]() Expertise: (X)HTML / CSS Experience: Quite Good |
Thanks very much for your help on this one Shalom. Very much appreciated! I'm very happy with the way the site looks now so I think I'm going to leave it as it is. Might make a few changes later on when I have some more time. I wanted to ask..... If you had created this site for a client say and they picked up on the half a pixel out on the nav bar what would you do? Would you try and fix the problem? What happens if there isn't a solution? Would you inform the client that there is nothing more you can do? Or is there always a solution in web design?
__________________ Too Kool for Skool |
| | |
| | #18 |
![]() |
With a little bit of imagination and a lot of redesign you should be able to find more than one solution.
|
| | |
![]() |
| Tags |
| corporate, template |
| Thread Tools | |
| Display Modes | |