Need Help with styles and where to start on this mess...

This is a discussion on "Need Help with styles and where to start on this mess..." within the Web Page Design section. This forum, and the thread "Need Help with styles and where to start on this mess... 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 19th, 2005, 16:52
Junior Member
Join Date: Oct 2005
Posts: 10
Thanks: 0
Thanked 0 Times in 0 Posts
Need Help with styles and where to start on this mess...

I am in the middle of a page that has been created from scratch, can someone assist me in identifying the areas I should focus on for CSS rules and the ones that will not affect the appearance of the site in any browsers... here is the site... I have cut and pasted a lot of DHTML to use on this site and when viewing this site in FF, the menu background colors are not right and the top header renders higher than I want. The slideshow works, menu works (function wise), the text highlight over "office furniture that works" only works in IE not FF.

I tried using the hack/fix provided in several other posts (shown below)

Code: Select all
body { 
text-align: center; 
} 

div#pagewidth { 
position: relative; 
margin: 0 auto; 
text-align: left; 
}
< moderator edit: please use code tags >

this did not work with either issue, I am guessing because I have no CSS or code in place. I am completely new with styles and code in general so any help is appreciated and any feedback will be taking serious. I also appreciate you guys patience if this is a dumb question.

here's the site.... www.mccormickofficefurniture.com , I only have the first page up testing and stopped because I felt as though I need to step back and learn about doing CSS
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 20th, 2005, 13:21
Junior Member
Join Date: Oct 2005
Posts: 10
Thanks: 0
Thanked 0 Times in 0 Posts
anyone?
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 20th, 2005, 15:20
Rob's Avatar
Rob Rob is offline
Webforumz Founder
Join Date: Jul 2003
Location: Southern UK
Age: 34
Posts: 3,189
Blog Entries: 7
Thanks: 27
Thanked 23 Times in 20 Posts
Perhaps if gave a URL for the benefit of everyone and describe your problem in plain english, then we can have a look - see.
__________________
Click the 'Thanks!' button if this post has helped you

Rob - Webforumz Founder
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 20th, 2005, 16:01
Junior Member
Join Date: Oct 2005
Posts: 10
Thanks: 0
Thanked 0 Times in 0 Posts
Rob, definitely new to all of this but the URL is above.. its :

http://mccormickofficefurniture.com

My question in plain english would be....


1. How can I get my menu to stay in one place from 800x600 to 1024x768 settings and also render the same colors for both IE and Firefox?

2. What is causes the top header of the page to be taller in firefox than in IE? Would this cause the dynamic text script not to work on "office furniture that works" as well?

Hope that is easier to read.. I appreciate any feedback in advance
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 20th, 2005, 20:24
Banned Member
Join Date: Sep 2005
Posts: 51
Thanks: 0
Thanked 0 Times in 0 Posts
1. I did NOT see NE-thang that look like a menu.
2. The default position for stuff is left. If yu want it diff, gotta tell puter.
Yer paej is tu wide tu fit on 800px skreen so it sho a skroll bar at bottom.
If yuzer hav wider skreen, maby it fit & then no skroll bar.
3. yu hav 2 bands kross the top...blue, then red
eventually werds appeer in em (long waet first, so em must be piks).
The red thang overflo out the left side.
4. The first thang aft <body> is <table>, so I assume all this stuff is inside the tabel. tabel wide=900px & align=center. If yu want it tu look dif, yu kan plae with the size and the aline.
5. if yu want the tabel in senter av skreen, gotta put "center" b4 the tabel.
the guru-approved wae...put tabel inside a div.
6. yu have javascript stuff inside a td inside the tabel...apparently it sho stuff at run time. Make it almost not possabel tu figger out wot go on.
Maby tu komplex for browser. Yu otta tri the old KISS rule...keep it simpel dummy.
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 21st, 2005, 15:30
Junior Member
Join Date: Oct 2005
Posts: 10
Thanks: 0
Thanked 0 Times in 0 Posts
The Menu is an external .js file..., who the hell still uses 800px res?, dude.. you just gave me a headache ready your horrible english.. I am looking for three simple fixes... associating style sheets into this page, fixing the top table in firefox, and the menu..
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 26th, 2005, 21:23
herkalees's Avatar
Highly Reputable Member
Join Date: Jul 2005
Location: Massachusetts, USA
Age: 87
Posts: 576
Thanks: 0
Thanked 0 Times in 0 Posts
Quote:
Originally Posted by muneepenee
1. I did NOT see NE-thang that look like a menu.
2. The default position for stuff is left. If yu want it diff, gotta tell puter.
Yer paej is tu wide tu fit on 800px skreen so it sho a skroll bar at bottom.
If yuzer hav wider skreen, maby it fit & then no skroll bar.
3. yu hav 2 bands kross the top...blue, then red
eventually werds appeer in em (long waet first, so em must be piks).
The red thang overflo out the left side.
4. The first thang aft <body> is <table>, so I assume all this stuff is inside the tabel. tabel wide=900px & align=center. If yu want it tu look dif, yu kan plae with the size and the aline.
5. if yu want the tabel in senter av skreen, gotta put "center" b4 the tabel.
the guru-approved wae...put tabel inside a div.
6. yu have javascript stuff inside a td inside the tabel...apparently it sho stuff at run time. Make it almost not possabel tu figger out wot go on.
Maby tu komplex for browser. Yu otta tri the old KISS rule...keep it simpel dummy.
Does it take a lot of effort to type like that? Because it takes too much effort to read it...
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 27th, 2005, 13:22
Junior Member
Join Date: Aug 2005
Location: The Oak Trees, Windsor Castle, U.K.
Posts: 31
Thanks: 0
Thanked 0 Times in 0 Posts
Quote:
Originally Posted by muneepenee
Yu otta tri the old KISS rule...keep it simpel dummy.
Think that should be "Keep It Simple Stupid".
Otherwise it'd be KISD.
8)
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 27th, 2005, 15:32
Junior Member
Join Date: Oct 2005
Posts: 10
Thanks: 0
Thanked 0 Times in 0 Posts
Yea, I really don't think its a word game.. I'm starting to think that the actually ability to type correctly is not there...
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 Nov 7th, 2005, 15:32
Junior Member
Join Date: Oct 2005
Posts: 10
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Need Help with styles and where to start on this mess...

Ok, so I've been learning external .css work this past week, I find that my table borders are only showing up GREY in IE but they will in Firefox and I don't have any browser errors when I check in Dreamweaver. What could this be you think Rob?
here's my the .css file looks like..
Code: Select all
.table-borders {
border-top-width: 0.5px;
border-right-width: 0.5px;
border-bottom-width: 0.5px;
border-left-width: 0.5px;
border-top-style: solid;
border-right-style: solid;
border-bottom-style: solid;
border-left-style: solid;
border-top-color: #000000;
border-right-color: #000000;
border-bottom-color: #000000;
border-left-color: #000000;

Last edited by EAndrews; Nov 7th, 2005 at 15:35.
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 Nov 7th, 2005, 20:46
Banned Member
Join Date: Sep 2005
Posts: 51
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Need Help with styles and where to start on this mess...

1. wen all 4 sides R the same, yuze kondensed form...
{border:solid blue 1px}
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

Tags
help, styles, start, mess

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
ie6 utter mess&ie7 mess. safari&opera&firefox alright thosecars82 Web Page Design 2 May 21st, 2008 11:02
CSS conflicting styles ttaxi Web Page Design 2 Mar 28th, 2008 16:01
styles on tables cyberseed Web Page Design 12 May 23rd, 2006 16:34
Styles in classes? timmytots Web Page Design 4 Dec 2nd, 2005 01:20


All times are GMT. The time now is 23:54.


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