Webmaster Forum

Go Back   Webmaster Forum > Web Development > Coding Forum

Coding Forum Problems with your code? Discuss coding issues, including JavaScript, PHP & MySQL, HTML & CSS, Flash & ActionScript, and more.


Reply
 
LinkBack Thread Tools Display Modes
Old 10-20-2009, 07:46 PM   #1 (permalink)
Junior Member
 
Join Date: 10-20-09
Posts: 4
iTrader: 0 / 0%
Latest Blog:
None

youngnelss is liked by many
Please help! Browser compatibility issues

Hi, I'm new to the forum and a begining web designer.

I've recently built the page hybi.info used sitegrinder for the code. The site was working great for the first few days - but after a few code tweaks the site has gone completely caddy-wampus on me. Specifically all the content div layers have shifted to the left and seriously screwed the appearance.

I only have tonight and tommorow to fix this issue and I really don't want to rebuild the site since that would take approximately 4 hours to rebuild and recode a this point - any tips?


Thanks in advance
youngnelss is offline  
Add Post to del.icio.us
Reply With Quote
Old 10-20-2009, 08:25 PM   #2 (permalink)
v7n Mentor
 
CyberWizard's Avatar
 
Join Date: 10-11-09
Location: Texas
Posts: 903
iTrader: 0 / 0%
Latest Blog:
None

CyberWizard is a name known to allCyberWizard is a name known to allCyberWizard is a name known to allCyberWizard is a name known to allCyberWizard is a name known to allCyberWizard is a name known to allCyberWizard is a name known to allCyberWizard is a name known to allCyberWizard is a name known to allCyberWizard is a name known to allCyberWizard is a name known to all
Send a message via ICQ to CyberWizard Send a message via AIM to CyberWizard Send a message via Yahoo to CyberWizard
As far as browsers go, I would always recommend using BrowserShots.org to see what your website looks like to other people using different browsers.
__________________
InvisionMatrix :: Chief Executive Officer
http://www.InvisionMatrix.com - Your Online Desktop
Like my posts? Help spread the word about InvisionMoton!
CyberWizard is offline  
Add Post to del.icio.us
Reply With Quote
Old 10-20-2009, 09:09 PM   #3 (permalink)
Moderator
 
Hades's Avatar
 
Join Date: 01-23-07
Location: Buenos Aires, Argentina
Posts: 1,185
iTrader: 0 / 0%
Hades is a web professional of the highest orderHades is a web professional of the highest orderHades is a web professional of the highest orderHades is a web professional of the highest orderHades is a web professional of the highest orderHades is a web professional of the highest orderHades is a web professional of the highest orderHades is a web professional of the highest orderHades is a web professional of the highest orderHades is a web professional of the highest orderHades is a web professional of the highest order
I moved this to the Coding Forum where you can find more people able to help you.

Just checked your site, it looks like your problem is css positioning, see the div with id "video":
Code:
left:426px; position:absolute;
This will make the video only appear correctly on 800x600 screens, while on any other higher resolution it will look moved to the left (400px away from the left border).

Quote:
I only have tonight and tommorow to fix this issue and I really don't want to rebuild the site since that would take approximately 4 hours to rebuild and recode a this point - any tips?
Sorry but I don't think you will find any fast solution to your problems, you will have to re code the CSS to place the elements properly.
__________________
Hades,
Ancient god, King of the Nether World, and Guardian of the Dead.
...and on my free time I'm also a web developer, contact me if you need one!
Hades is online now  
Add Post to del.icio.us
Reply With Quote
Old 10-21-2009, 09:33 PM   #4 (permalink)
Junior Member
 
Join Date: 10-20-09
Posts: 4
iTrader: 0 / 0%
Latest Blog:
None

youngnelss is liked by many
Thanks to both of you - looks like I've got a long night ahead of me.
youngnelss is offline  
Add Post to del.icio.us
Reply With Quote
Old 10-22-2009, 07:57 AM   #5 (permalink)
Moderator
 
Join Date: 02-10-07
Posts: 1,279
iTrader: 2 / 100%
Latest Blog:
None

ScriptMan is a highly respected web proScriptMan is a highly respected web proScriptMan is a highly respected web proScriptMan is a highly respected web proScriptMan is a highly respected web proScriptMan is a highly respected web proScriptMan is a highly respected web proScriptMan is a highly respected web proScriptMan is a highly respected web proScriptMan is a highly respected web proScriptMan is a highly respected web pro
And the best place to start is removing all those absolute position calls. 99.99% of the time they are completely unnecessary and create far more problems than they solve.
__________________
These forums are as good as the posts that you contribute to them.
~~
ScriptMan
ScriptMan is online now  
Add Post to del.icio.us
Reply With Quote
Old 10-22-2009, 09:23 AM   #6 (permalink)
Contributing Member
 
frih's Avatar
 
Join Date: 11-04-08
Posts: 81
iTrader: 0 / 0%
frih is liked by many
Always keep some backup before making any big change, it will help you later.
__________________
Tech Indya |
Direct 3W Media
frih is offline  
Add Post to del.icio.us
Reply With Quote
Old 10-22-2009, 10:08 AM   #7 (permalink)
Member
 
Join Date: 07-21-09
Posts: 44
iTrader: 0 / 0%
Latest Blog:
None

xual is liked by many
Send a message via MSN to xual
try dreamviewer. it helps to fight against the div's
xual is offline  
Add Post to del.icio.us
Reply With Quote
Old 10-22-2009, 11:51 AM   #8 (permalink)
Moderator
 
Hades's Avatar
 
Join Date: 01-23-07
Location: Buenos Aires, Argentina
Posts: 1,185
iTrader: 0 / 0%
Hades is a web professional of the highest orderHades is a web professional of the highest orderHades is a web professional of the highest orderHades is a web professional of the highest orderHades is a web professional of the highest orderHades is a web professional of the highest orderHades is a web professional of the highest orderHades is a web professional of the highest orderHades is a web professional of the highest orderHades is a web professional of the highest orderHades is a web professional of the highest order
Try SVN. It helps you fight against backups and catastrophic changes
__________________
Hades,
Ancient god, King of the Nether World, and Guardian of the Dead.
...and on my free time I'm also a web developer, contact me if you need one!
Hades is online now  
Add Post to del.icio.us
Reply With Quote
Old 10-23-2009, 04:29 PM   #9 (permalink)
Junior Member
 
Join Date: 10-20-09
Posts: 4
iTrader: 0 / 0%
Latest Blog:
None

youngnelss is liked by many
I've got dreamweaver but I've been using sitegrinder because it makes it so much easier to build psd files into designs. Is there any way for me to drastically speed up my coding time with dreamweaver?

Also - I've got a really good grip on HTML but I'm having trouble with building layouts in CSS - I could really use a good tutorial or reference.

Thanks for the tip on SVN I never even knew it existed - thats going to help me a lot I can already tell.

I rebuilt the site with sitegrinder already and it fixed the previous problem and now I've got a new one - my heading text on each page is being partially covered by white and I can't figure out why - I've tried messing around with the z-index attribute, the height of the div containing the header and even looked around for images that could be covering it. I'm honestly pretty lost, any help?

UPDATE: This text issue only appears in older versions of Internet Explorer according to browsershots.org - hope that helps someone.

Last edited by youngnelss; 10-23-2009 at 04:55 PM..
youngnelss is offline  
Add Post to del.icio.us
Reply With Quote
Old 10-23-2009, 06:10 PM   #10 (permalink)
Moderator
 
Join Date: 02-10-07
Posts: 1,279
iTrader: 2 / 100%
Latest Blog:
None

ScriptMan is a highly respected web proScriptMan is a highly respected web proScriptMan is a highly respected web proScriptMan is a highly respected web proScriptMan is a highly respected web proScriptMan is a highly respected web proScriptMan is a highly respected web proScriptMan is a highly respected web proScriptMan is a highly respected web proScriptMan is a highly respected web proScriptMan is a highly respected web pro
Google search term CSS +tutorial

Thought I can't say that any of them will bring it all together in one place for you.

Let me throw something out for your consideration that might help you get a grasp on the concept.

A page is like a big sheet of paper. On that page you draw a rectangle usually called a container. In most cases it should have a finite (fixed) width.

The inner portions of that rectangle can be defined many ways but let's go for the Holy Grail, a 3 column layout with a full width header and footer. Your divs would be defined like this:
container -- the box that holds it all
header -- a box the width of the container that spans 3 columns
left -- the left column

middle or main -- the center portion usually wider than the 2 sides
right -- that is over there on the right side of the page
footer -- full width of the three columns across the bottom of the page
One or more of can have a fixed width. The total can not exceed the size of the container.

Notice we declared no heights. If properly done the footer + header + tallest of the 3 center columns will determine and control the height.

Images of course must fit inside the box they are placed in or they will break the layout.

Here is a sample div declaration from a site of mine. It does contain some stuff not mentioned in this post:
Quote:
#container {
width:990px !important; /*moz width*/
width:990px; /*IE width*/
/* float:left; */
margin: 0 auto; /* align for good browsers */
text-align: left; /* counter the body center */
background:#fff;
padding:0px;
/*border: #5087BF 2px solid; */
}

#navpanel {
width:205px !important; /*moz width*/
width:210px; /*IE width*/
float:left;
background:#fff;
padding:5px;
}

#maincenter {
width:525px !important; /*moz width*/
width:575px; /*IE width*/

float:left;
background:#fff;
padding:25px;

}

#newblock {
width:500px !important; /*moz width*/
width:550px; /*IE width*/
float:left;
font-family: verdana;
color: #000000;
font-size: 8pt;
/* background:#F7F5EE; */
padding:25px;

}

#sidepanel {
width:160px !important; /*moz width*/
width:170px; /*IE width*/

float:right;
background:#fff;
padding:10px;
}

#t-banner {
background:#D1E1EC;
padding-bottom:5px;
}

#b-banner {

padding-bottom:15px;
}

#header {
width:990px !important; /*moz width*/
width:990px; /*IE width*/
/*width:100%;*/
float:left;
background:#fff;
padding-bottom:0px;
}

#footer {
width:100%;
float:left;
font-family: verdana;
color: #000000;
font-size: 8pt;
padding-top: 15px;
}
Most of the IE hacks that are still in this one are not really needed any more. I just have not taken the time to clean them out.
__________________
These forums are as good as the posts that you contribute to them.
~~
ScriptMan
ScriptMan is online now  
Add Post to del.icio.us
Reply With Quote
Old 10-24-2009, 06:08 PM   #11 (permalink)
Contributing Member
 
Join Date: 04-19-08
Posts: 186
iTrader: 0 / 0%
Latest Blog:
None

marcbarak is liked by somebodymarcbarak is liked by somebodymarcbarak is liked by somebodymarcbarak is liked by somebody
Design programs provide for trouble and extraneous code

use compatibility sources to see where your errors are
__________________
Barak Hosting
Shared, VPS & Dedicated Linux Hosting
http://barakhosting.com
Specializing in Lunatic Support
marcbarak is offline  
Add Post to del.icio.us
Reply With Quote
Old 10-28-2009, 03:44 PM   #12 (permalink)
Member
 
Join Date: 01-02-09
Posts: 46
iTrader: 0 / 0%
Latest Blog:
None

Gamblor is liked by many
If you want to go from PSD to web page I would look into using a grid system. 960.gs has some nice psd templates. Lots of people may argue against using one of these for your css or to make your own but it can be really helpful especially when starting out. There are a few drawbacks but for the most part the consistency within all the browsers I think really makes using one helpful. At my job I have started using 960.gs just because it makes things easier between myself and our graphic designer.

You can also check out Blueprint which is a very popular framework.
__________________
C:\dos
C:\dos\run
run\dos\run
Gamblor is offline  
Add Post to del.icio.us
Reply With Quote
Go Back   Webmaster Forum > Web Development > Coding Forum

Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

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
Help with browser compatibility jeks108 Coding Forum 4 03-27-2009 03:46 PM
Help with Explorer 6 compatibility SaucyPiaffe Coding Forum 2 12-06-2008 01:52 PM
Browser Compatibility (Firefox mainly :@) Boogle Web Design Lobby 5 11-09-2007 06:33 AM
Cross Browser Compatibility Problem designs12901 Web Design Lobby 6 03-20-2007 08:03 PM


Sponsor Links
Get exposure! Contextual Links V7N SEO Blog V7N Directory


All times are GMT -7. The time now is 02:58 PM.
© Copyright 2008 V7 Inc
Powered by vBulletin
Copyright © 2000-2009 Jelsoft Enterprises Limited.


Search Engine Optimization by vBSEO 3.3.0 ©2009, Crawlability, Inc.