iEntry 10th Anniversary Webforumz RegistrationAnnouncements Contact Webforumz StaffContact
Home Resources Blogs Meet the Team Contact Register
 

Go Back   WebForumz.com > The Code > HTML, XHTML and CSS

Reply
 
LinkBack Thread Tools
Old October 19th, 2005, 01:52 PM   #1
New Member
 

Join Date: Oct 2005
Posts: 10
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Altering Power: 0 EAndrews is on a distinguished road
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:
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
EAndrews is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Old October 20th, 2005, 10:21 AM   #2
New Member
 

Join Date: Oct 2005
Posts: 10
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Altering Power: 0 EAndrews is on a distinguished road
anyone?
EAndrews is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Old October 20th, 2005, 12:20 PM   #3
Rob
Elite Veteran
SuperMember
 
Rob's Avatar
 

Join Date: Jul 2003
Location: Southern UK
Age: 35
Posts: 3,133
Blog Entries: 7
Thanks: 28
Thanked 22 Times in 19 Posts
Rep Altering Power: 0 Rob is a jewel in the rough Rob is a jewel in the rough Rob is a jewel in the rough
Perhaps if gave a URL for the benefit of everyone and describe your problem in plain english, then we can have a look - see.
__________________
Rob - Webforumz Founder
Web Designer Support Network || Personal Project: Sanctuary for Student Midwives
Rob is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Old October 20th, 2005, 01:01 PM   #4
New Member
 

Join Date: Oct 2005
Posts: 10
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Altering Power: 0 EAndrews is on a distinguished road
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
EAndrews is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Old October 20th, 2005, 05:24 PM   #5
WebForumz Member
 

Join Date: Sep 2005
Posts: 51
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Altering Power: 0 muneepenee is on a distinguished road
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.
muneepenee is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Old October 21st, 2005, 12:30 PM   #6
New Member
 

Join Date: Oct 2005
Posts: 10
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Altering Power: 0 EAndrews is on a distinguished road
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..
EAndrews is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Old October 26th, 2005, 06:23 PM   #7
Highly Reputable Member
 
herkalees's Avatar
 

Join Date: Jul 2005
Location: Massachusetts, USA
Age: 88
Posts: 563
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Altering Power: 0 herkalees will become famous soon enough herkalees will become famous soon enough
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...
herkalees is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Old October 27th, 2005, 10:22 AM   #8
New Member
 

Join Date: Aug 2005
Location: The Oak Trees, Windsor Castle, U.K.
Posts: 31
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Altering Power: 0 DrRedSkwirrell is on a distinguished road
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)
DrRedSkwirrell is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Old October 27th, 2005, 12:32 PM   #9
New Member
 

Join Date: Oct 2005
Posts: 10
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Altering Power: 0 EAndrews is on a distinguished road
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...
EAndrews is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Old November 7th, 2005, 12:32 PM   #10
New Member
 

Join Date: Oct 2005
Posts: 10
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Altering Power: 0 EAndrews is on a distinguished road
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:
.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; November 7th, 2005 at 12:35 PM..
EAndrews is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Old November 7th, 2005, 05:46 PM   #11
WebForumz Member
 

Join Date: Sep 2005
Posts: 51
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Altering Power: 0 muneepenee is on a distinguished road
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}
muneepenee is offline  
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

Bookmarks

Tags
help , styles , start , mess


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
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 HTML, XHTML and CSS 2 May 21st, 2008 08:02 AM
CSS conflicting styles ttaxi HTML, XHTML and CSS 2 March 28th, 2008 02:01 PM
styles on tables cyberseed HTML, XHTML and CSS 12 May 23rd, 2006 01:34 PM
Styles in classes? timmytots HTML, XHTML and CSS 4 December 1st, 2005 10:20 PM


Search Engine Optimization by vBSEO 3.2.0 RC8