Jump to content

navi bar in ie is different than firefox


donald7777

Recommended Posts




logo.gif
Home Membership Education News Resource Login
 
 
 
 
header.jpg
Are we working yet? this it to be centered

Philosophy

Short Blurb goes here main text goes to left navi holder or top buttons


 


 


 


 


 


 


 


 


 


 

Purpose

Short Blurb goes here main text goes to left navi holder or top buttons


 


 


 


 


 


 


 


 


 


 

Copyright ? 2009 ?| About US | Contact US | Legal Policy | Privacy Policy | Site Map |


Link to comment
Share on other sites

Try adding a

 

* { margin: 0; padding: 0;} to the top of your stylesheet to bypass any browser-specific margins and padding - but overall, you're code is downright scary-looking and a huge mess. Tables should be used for tabular data, not layout, you have a title tag inside your body tag, a huge external stylesheet PLUS internal and inline styling. I'd start over, with nice, clean HTML, div for layout, and only ONE external stylesheet.

Link to comment
Share on other sites

ok i have no idea why i had the other title there. must be going crazy when doing the web page. ill try to combine some of my css and make only one css file. I know when i was taught you had to have a main one then a secondary one for the individual pages so i will change that.

 

with the tables i am slowly learning to layout with div and spans with a css guide.

The thing is the code is so bad because i haven't done it for a few years and i am getting ready to go back to school for it. so i am trying to brush up on things to not get killed in class.

Link to comment
Share on other sites

...with the tables i am slowly learning to layout with div and spans with a css guide.

The thing is the code is so bad because i haven't done it for a few years and i am getting ready to go back to school for it. so i am trying to brush up on things to not get killed in class.

The best way to do that would be to read or watch a few beginner's tutorials - Stef has excellent ones, and then try to build a site using the new skills.
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...