[SOLVED] Help!!!

This is a discussion on "[SOLVED] Help!!!" within the Web Page Design section. This forum, and the thread "[SOLVED] Help!!! are both part of the Design Your Website category.


 Subscribe in a reader

Go Back   Webforumz.com > Main Forums > Design Your Website > Web Page Design

Notices




Reply
 
LinkBack Thread Tools
  #1  
Old Oct 15th, 2007, 14:35
New Member
Join Date: Oct 2007
Location: Essex
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
[SOLVED] Help!!!

Hi. I am new to this forum and hope that someone out there can help.
I have to skin a site to make it compatible with my web site and I have just about got the hang of CSS with HTML but this site is written in ColdFusion and I just don't get it!! I am trying to to drop the header down the page - I have tried changing all the variations of the margin numbers and nothing. This is just the first of my problems - I just know there are going to be a mega load more!!!
Thanks.

The code is below.
Code: Select all
padding:0;
margin:0 0 30px 0;
text-align:center;
font:11px Arial, Verdana, Helvetica, sans-serif;
background:url(images/backgrnd.jpg);
}

/* Main site container - controls site width and alignment */
#container {
width:800px;
border-top:5px solid #000000;
border-right:5px solid #000000;
border-bottom:5px solid #000000;
border-left:5px solid #000000;
text-align:left;
background:url(images/backgrnd.jpg);
margin:0 auto;
voice-family: "\"}\""; /*Box model hack for pre ie5.5 browsers */
voice-family:inherit;
width:780px;
}

/* Site header - controls height and background color of header and text */
#header {
height:160px;
color:#000000;
background:url(images/backgrnd.jpg) no-repeat;
}
/* Controls positioning of the site name */
#sitename {
margin:60px 0 0 30px;
float:left;
}
/* Controls the positioning of the order details box */
#order {
float:left;
color:#000000;
margin:50px 0 0 120px;
}
#order a {
color:#333;
font-weight:bold;
text-decoration:underline;
}
#order a:hover {
color:#FF6600;
}
/* Top navigation bar styles */
#topnavbar {
background:#c2c2c2;
height:34px;
padding:8px 5px 0 5px;
voice-family: "\"}\""; /*Box model hack for pre ie5.5 browsers */
voice-family:inherit;
height:26px;
}

/* Dropdown menu titles styles, controls colour and spacing between titles */
#menu {
float:left;
}
#menu ul {
display:inline;
padding:0;
margin:4px 0 0 0;
list-style-type:none;
}
#menu li {
display:inline;
padding:0;
margin:0;
list-style-type:none;
}
#menu li a {
color:#4c4c4c;
font-weight:bold;
text-transform:uppercase;
font-size:11px;
padding:0 1.2em 0 1.2em;
}

/* The following styles rules control the positioning and display of the main login boxes */
#navbarlogin {
float:right;
background:url(file:///J|/My Documents/Unzipped/Print/images/login.gif) no-repeat;
margin:0 0 5px 0;
padding:0 0 0 20px;
text-align:right;
font-size:10px;
color:#333;
}
#navbarlogin form {
margin:0;
}
#navbarlogin input {
margin:0 5px 0 5px;
font-size:10px;
border:1px solid #000;
}

/* Crumb trail style rules */
#crumbtrail {
padding:10px 10px 10px 20px;
color:#333;
background:#f0f0f0;
border-bottom:1px solid #ccc;
}
#crumbtrail a {
color:#333;
font-weight:bold;
text-decoration:underline;
}
#crumbtrail a:hover {
color:#FF6600;
}
/* Main pane style rules */
#main {
width:580px;
padding:20px 20px 20px 20px;
float:left;
border-right:1px solid #ccc;
voice-family: "\"}\""; /*Box model hack for pre ie5.5 browsers */
voice-family:inherit;
width:539px;
}
#main a {
color:#333;
font-weight:bold;
}
#main a:hover {
color:#FF6600;
}
/* column 2 layout and styles */
#col2 {
width:200px;
padding:10px 10px 20px 20px;
float:left;
voice-family: "\"}\""; /*Box model hack for pre ie5.5 browsers */
voice-family:inherit;
width:170px;
}
#col2 a {
color:#333;
}
#col2 a:hover {
color:#FF6600;
}
/* Page footer styles */
#footer {
padding:20px;
border-top:1px solid #ccc;
background:#f0f0f0;
color:#333;
}
#footer a {
color:#333;
}
#footer a:hover {
color:#FF6600;
}
 
/* Heading styles */
h1 {
color:#333;
font-size:3;
margin:0;
}
h2 {
color:#333;
font-size:2em;
margin:0 0 15px 0;
padding:0 0 1px 0;
border-bottom:1px solid #ccc;
}
h3 {
display:block;
padding:4px 0 4px 8px;
background:#999999;
border-bottom:4px solid #666666;
color:#fff;
text-transform:uppercase;
font-size:11px;
font-weight:bold;
}
 
/* font styles */
p {
margin:0 0 1em 0;
line-height:1.5em;
}

/*The following style are used to adjust the appearance of the form areas and input boxes*/
.frmText{
 border: 1px  #C0C0C0 solid;
 background-color :#EFEFEF ;
 padding : 1px;
 font-family : Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
 font-size : 12px;
 color: #000000; 
}
.frmSubmit{
 border: 1px  #C0C0C0 solid;
 background-color :#EFEFEF ;
 padding : 1px;
 font-family : Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
 font-size : 12px;
 color: #000000; 
}
.frmSelect{
 border: 1px  #C0C0C0 solid;
 background-color :#EFEFEF ;
 padding : 1px;
 font-family : Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
 font-size : 12px;
 color: #000000; 
}
/*The following style cnotrol the appearance of the page numbers in multi-pages files such as the news and testimonials*/
#pages{
 padding : 3px;
 border-top : 1px solid #C0C0C0;
}
#pages a, a:link, a:visited, a:active {
 color : #FF0000;
 text-decoration : none;
}
#pages a:hover {
 text-decoration : underline;
}
/*The following styles control the appearnce of the tables throughout the site*/
.tableStyle{
 background-color : #C0C0C0;
}
.tableHeader{
 background-color : #EFEFEF;
}
.tableRow{
 background-color : #FFFFFF;
}
.altTableRow{
 background-color : #EFEFEF;
}
/*this class controls the appearnce of the cart preview at the top right of the site*/
.cartdisplay{
 text-align : right;
}

Last edited by karinne; Oct 15th, 2007 at 16:03. Reason: Please use the vBcode when inserting code in your post.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote

  #2  
Old Oct 15th, 2007, 15:50
alexgeek's Avatar
Moderator

SuperMember
Join Date: Jul 2007
Location: Webforumz 24/7
Age: 15
Posts: 3,812
Blog Entries: 9
Thanks: 2
Thanked 2 Times in 2 Posts
Re: Help!!!

Can you host this on freewebs or another host please.
It's much easier to help you that way.
Last Blog Entry: 3D Chess in your browser! (Mar 14th, 2008)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #3  
Old Oct 15th, 2007, 16:03
Elite Veteran
Join Date: Jan 2007
Location: You know where
Age: 31
Posts: 4,617
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Help!!!

A link would be much better as we need to see all the code.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #4  
Old Oct 16th, 2007, 07:40
New Member
Join Date: Oct 2007
Location: Essex
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Help!!!

the link to the web site is: http://www.spidaprint.co.uk
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #5  
Old Oct 16th, 2007, 07:47
Most Reputable Member
Join Date: Feb 2004
Location: Borneo
Age: 27
Posts: 1,612
Blog Entries: 2
Thanks: 0
Thanked 4 Times in 3 Posts
Re: Help!!!

which part do you want to move?

You have a layout problem that you need to solve. The page totally messed up in Firefox but looks ok in IE7.
Last Blog Entry: ASP Programming Tips and Technique (Oct 26th, 2007)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #6  
Old Oct 16th, 2007, 08:07
New Member
Join Date: Oct 2007
Location: Essex
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Help!!!

Hi I am trying to move the logo section down the page, so I have a 30px (ish) margin above the black border at the top.
Yes I know I have a layout problem, I'm going through each section at a time trying to solve the problems that deals with that specific entity. Thanks
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #7  
Old Oct 16th, 2007, 08:33
Most Reputable Member
Join Date: Feb 2004
Location: Borneo
Age: 27
Posts: 1,612
Blog Entries: 2
Thanks: 0
Thanked 4 Times in 3 Posts
Re: Help!!!

On your css, give the body a padding-top properties.

Code: Select all
body {
padding-top: 20px;
margin:0 0 30px 0;
margin-top: 25%;
text-align:center;
font:11px Arial, Verdana, Helvetica, sans-serif;
background:url(images/backgrnd.jpg);
}
Last Blog Entry: ASP Programming Tips and Technique (Oct 26th, 2007)

Last edited by Monie; Oct 16th, 2007 at 08:36.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #8  
Old Oct 16th, 2007, 09:26
New Member
Join Date: Oct 2007
Location: Essex
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Help!!!

Thanks - will give it a try
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #9  
Old Oct 17th, 2007, 01:35
Most Reputable Member
Join Date: Feb 2004
Location: Borneo
Age: 27
Posts: 1,612
Blog Entries: 2
Thanks: 0
Thanked 4 Times in 3 Posts
Re: Help!!!

Any luck?
I tried that and it seems fine.
Last Blog Entry: ASP Programming Tips and Technique (Oct 26th, 2007)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #10  
Old Oct 17th, 2007, 06:35
New Member
Join Date: Oct 2007
Location: Essex
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Help!!!

Yes it worked fine thanks. Just got to sort out the design layout problems with Firefox!!!! Give me HTML any day! lol
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #11  
Old Oct 17th, 2007, 07:37
Most Reputable Member
Join Date: Feb 2004
Location: Borneo
Age: 27
Posts: 1,612
Blog Entries: 2
Thanks: 0
Thanked 4 Times in 3 Posts
Re: Help!!!

nice..
It is best to design your page in FF and later sort the problem that occur in other browser such as IE, (I read that somewhere...)
Last Blog Entry: ASP Programming Tips and Technique (Oct 26th, 2007)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #12  
Old Oct 17th, 2007, 08:57
Marc's Avatar
Staff Manager

SuperMember
Join Date: Apr 2007
Location: Scotland, UK
Posts: 1,795
Thanks: 0
Thanked 17 Times in 17 Posts
Re: Help!!!

Generally if you code the site for Firefox, it usually works in IE6/7 apart from a few px padding/margin. Atleast that is what happens with me!
__________________
Marc
Staff Manager - Webforumz.com


Want to be a moderator? PM me.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] 1 solved problem causes another delusion Web Page Design 9 Dec 21st, 2007 08:12
Adding "Topic Solved" for solved topics AdRock Webforumz Suggestions and Feedback 21 Oct 4th, 2007 15:08


All times are GMT. The time now is 11:15.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42