Product Design | Graphic Design services| Lancashire | Preston | Wigan | Manchester | Liverpool | UK Progressive Studios <!-- body { font: 100% Verdana, Arial, Helvetica, sans-serif; margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */ padding: 0; text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */ color: #000000; background-color: #FFFFFF; } .twoColElsLtHdr #container { width: 736px; /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */ background: #FFFFFF; margin: 0 auto; text-align: left; /* this overrides the text-align: center on the body element. */ } .twoColElsLtHdr #header { padding: 0 0px; /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */ background-color: #FFFFFF; } .twoColElsLtHdr #header h1 { margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */ padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */ } /* Tips for sidebar1: 1. Be aware that if you set a font-size value on this div, the overall width of the div will be adjusted accordingly. 2. Since we are working in ems, it's best not to use padding on the sidebar itself. It will be added to the width for standards compliant browsers creating an unknown actual width. 3. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".twoColElsLtHdr #sidebar1 p" rule. */ .twoColElsLtHdr #sidebar1 { float: left; width: 10em; /* since this element is floated, a width must be given */ background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */ padding: 0px 0; /* top and bottom padding create visual space within this div */ } .twoColElsLtHdr #sidebar1 h3, .twoColElsLtHdr #sidebar1 p { margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */ margin-right: 10px; } /* Tips for mainContent: 1. If you give this #mainContent div a font-size value different than the #sidebar1 div, the margins of the #mainContent div will be based on its font-size and the width of the #sidebar1 div will be based on its font-size. You may wish to adjust the values of these divs. 2. The space between the mainContent and sidebar1 is created with the left margin on the mainContent div. No matter how much content the sidebar1 div contains, the column space will remain. You can remove this left margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. 3. To avoid float drop, you may need to test to determine the approximate maximum image/element size since this layout is based on the user's font sizing combined with the values you set. However, if the user has their browser font size set lower than normal, less space will be available in the #mainContent div than you may see on testing. 4. In the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs that may occur. */ .twoColElsLtHdr #mainContent { margin-top: 0; margin-right: 1.5em; margin-bottom: 0; margin-left: 10.2em; padding-left: 20px; } .twoColElsLtHdr #footer { padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */ background:#DDDDDD; } .twoColElsLtHdr #footer p { margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */ padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */ } /* Miscellaneous classes for reuse */ .fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */ float: right; margin-left: 8px; } .fltlft { /* this class can be used to float an element left in your page */ float: left; margin-right: 8px; } .clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */ clear:both; height:0; font-size: 1px; line-height: 0px; } #apDiv1 { position:absolute; left:518px; top:207px; width:240px; height:195px; z-index:1; visibility: inherit; } .style1 { font-size: 80%; font-family: Arial, Helvetica, sans-serif; } a:link { text-decoration: none; color: #1a1b65; } a:visited { text-decoration: none; color: #1a1b65; } a:hover { text-decoration: none; } a:active { } .style2 { color: #2b298f; font-family: Arial, Helvetica, sans-serif; } body,td,th { color: #2b298f; } .style4 { color: #2b298f; font-weight: bold; font-family: Arial, Helvetica, sans-serif; } .style5 { color: #1a1b65; font-style: italic; } .style6 {color: #1a1b65; } .style8 {color: #2b298f; font-weight: bold; font-size: 90%; } .style9 {font-size: 90%; color: #2b298f;} .style10 {color: #1a1b65; font-weight: bold; } .style16 {font-size: 105%} .style21 {font-size: 90%} .style22 {color: #1a1b65; font-style: italic; font-family: Arial, Helvetica, sans-serif; } .style23 {font-size: 80%; color: #2b298f; font-family: Arial, Helvetica, sans-serif; } .style24 {color: #1a1b65; font-family: Arial, Helvetica, sans-serif; } .style25 {color: #1a1b65; font-weight: bold; font-family: Arial, Helvetica, sans-serif; } --> <!-- function MM_swapImgRestore() { //v3.0 var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc; } function MM_preloadImages() { //v3.0 var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array(); var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++) if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}} } function MM_findObj(n, d) { //v4.01 var p,i,x; if(!d) d=document; if((p=n.indexOf("?"))> 0&&parent.frames.length) { d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);} if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n]; for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document); if(!x && d.getElementById) x=d.getElementById(n); return x; } function MM_swapImage() { //v3.0 var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3) if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];} } //-->
Description: Progressive Studios (+44(0)7833 473262); Specialists in Graphic Design, Photo Enhancement and Product Design
Keywords: graphic design, producgt design, Illustration, foto, photo, restoration, enhancement, portrait, pop art, digital portrait, preston, wigan, chorley, manchester, liverpool, uk, lancashire, northwest, laser cutting, laser cut, laser engraving, logo, laser marking, signs, plastic part design, sheet metal design, data conversion, 2d to 3d, 2d, 3d, CAD, solidworks, catia, technical illustration, technical authoring, web design, 3d visualisation, 3d, studio, restoration, posters, brand, print, advertising, business, cards, artist, brochures, concept development, ideation, packaging
Tags: progressivestudios, design, graphic, product, laser, engraving, www, psgrfx, com, home, photo, studios, progressive, enhancement, font, specialists, margin, color, provide, development, services, digital, workshop, left, div, style, padding, element, web, new, technical, range, support, clients, restoration, size, sidebar, forms,
Progressivestudios.co.uk
|
Content Revalency:
Title: 2.75%
Description: 63.64%
Keywords: 36.36% | Document size: 14,478 bytes
More info: Whois - Trace Route - RBL Check |
|
| PROGRESSIVESTUDIOS.CO.UK - Site Location | |
| Country/Flag | |
| City/Region/Zip Code | , , |
| Organization | Hosting Systems Ltd |
| Internet Service Provider | Hosting Systems Ltd |
| PROGRESSIVESTUDIOS.CO.UK - DNS Information | |
| IP Address | 195.216.197.71 ~ Whois - Trace Route - RBL Check |
| Domain Name Servers | ns29.ukhost4u.com 188.64.184.197 ns30.ukhost4u.com 188.64.184.198 |
| Mail Exchange | progressivestudios.co.uk 188.64.184.197 |
| Site Response Header | |
| Response | HTTP/1.1 200 OK |
| Server | Apache |
| Date | Wed, 20 Apr 2011 00:41:40 GMT |
| Content-Type | text/html |