ComputerForum.com ComputerForum.com  
TigerDirect
 
Go Back   Computer Forum > Internet > Internet Discussion

Reply
 
LinkBack Thread Tools Display Modes
Old 11-13-2006, 10:41 PM   #1 (permalink)
Diamond Member
 
Bootup05's Avatar
 
Join Date: Jan 2006
Location: Essex, UK
Age: 17
Posts: 1,265
Default Only works in IE7?

Hi peeps,

Having a bit of a problem ATM.

I have decided to use a Dreamweaver CSS template as the design for my site, as I am having problem with updating links in site roots of the dtm files in dreamweaver.

The problem is I can only get it displaying right in IE7, in IE6 and Firefox 1.5/2 it just comes up as a bundled load of garbage.

Im hoping that someone on here know's what the problem is, I assume I just need to code it differently to get it working in all browsers.

Anyone know how I can do this, its starting to bug me now as I have been sitting here for hours designing the page, to then find out that other browsers dont support the formatting.

This is the plain template on its own

Sorted now

Thanks

Jason
All replys are greatly appreciated!
__________________
Main System
Proccy - Intel E6400 @ 3440 | Mobo - P5B DLX | RAM - 2GB TwinX 6400 C5 | GPU - 96GT
HDD - WD 400GB Caviar SE - WD 320GB Caviar SE - 160GB Seagate Ext
Monitor - Asus 19" Wide LCD | PSU - Tagan 600W Dual Engine | Soundcard - SB Live Ext 24
Heatsink - S Infinity | Optical - Pioneer DVDRW | OS - Vista Ult64 SP1

Last edited by Bootup05; 11-14-2006 at 04:17 PM.
Bootup05 is online now   Reply With Quote


Old 11-13-2006, 11:05 PM   #2 (permalink)
Diamond Member
 
Bootup05's Avatar
 
Join Date: Jan 2006
Location: Essex, UK
Age: 17
Posts: 1,265
Default

Oh and BTW, something I forgot, you might need this


Quote:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<!-- DW6 -->
<head>
<!-- Copyright 2005 Macromedia, Inc. All rights reserved. -->
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Untitled Document</title>
<link rel="stylesheet" href="file:///J|/Programs/Dreamweaver/Dreamweaver%208/Configuration/BuiltIn/PageDesigns/styles/emx_nav_left.css" type="text/css" />
<script type="text/javascript">
<!--
var time = 3000;
var numofitems = 7;

//menu constructor
function menu(allitems,thisitem,startstate){
callname= "gl"+thisitem;
divname="subglobal"+thisitem;
this.numberofmenuitems = allitems;
this.caller = document.getElementById(callname);
this.thediv = document.getElementById(divname);
this.thediv.style.visibility = startstate;
}

//menu methods
function ehandler(event,theobj){
for (var i=1; i<= theobj.numberofmenuitems; i++){
var shutdiv =eval( "menuitem"+i+".thediv");
shutdiv.style.visibility="hidden";
}
theobj.thediv.style.visibility="visible";
}

function closesubnav(event){
if ((event.clientY <48)||(event.clientY > 107)){
for (var i=1; i<= numofitems; i++){
var shutdiv =eval('menuitem'+i+'.thediv');
shutdiv.style.visibility='hidden';
}
}
}
// -->
</script>
</head>
<body onmousemove="closesubnav(event);">
<div class="skipLinks">skip to: <a href="#content">page content</a> | <a href="#pageNav">links on this page</a> | <a href="#globalNav">site navigation</a> | <a href="#siteInfo">footer (site information)</a> </div>
<div id="masthead">
<h1 id="siteName">Site Name</h1>
<div id="utility"> <a href="#">Utility Link</a> | <a href="#">Utility Link</a> | <a href="#">Utility Link</a> </div>
<div id="globalNav"> <img alt="" src="file:///J|/Programs/Dreamweaver/Dreamweaver%208/Configuration/BuiltIn/PageDesigns/images/gblnav_left.gif" height="32" width="4" id="gnl" /> <img alt="" src="file:///J|/Programs/Dreamweaver/Dreamweaver%208/Configuration/BuiltIn/PageDesigns/images/glbnav_right.gif" height="32" width="4" id="gnr" />
<div id="globalLink"> <a href="#" id="gl1" class="glink" onmouseover="ehandler(event,menuitem1);">global link</a><a href="#" id="gl2" class="glink" onmouseover="ehandler(event,menuitem2);">global link</a><a href="#" id="gl3" class="glink" onmouseover="ehandler(event,menuitem3);">global link</a><a href="#" id="gl4" class="glink" onmouseover="ehandler(event,menuitem4);">global link</a><a href="#" id="gl5" class="glink" onmouseover="ehandler(event,menuitem5);">global link</a><a href="#" id="gl6" class="glink" onmouseover="ehandler(event,menuitem6);">global link</a><a href="#" id="gl7" class="glink" onmouseover="ehandler(event,menuitem7);">global link</a> </div>
<!--end globalLinks-->
<form id="search" action="">
<input name="searchFor" type="text" size="10" />
<a href="">search</a>
</form>
</div>
<!-- end globalNav -->
<div id="subglobal1" class="subglobalNav"> <a href="#">subglobal1 link</a> | <a href="#">subglobal1 link</a> | <a href="#">subglobal1 link</a> | <a href="#">subglobal1 link</a> | <a href="#">subglobal1 link</a> | <a href="#">subglobal1 link</a> | <a href="#">subglobal1 link</a> </div>
<div id="subglobal2" class="subglobalNav"> <a href="#">subglobal2 link</a> | <a href="#">subglobal2 link</a> | <a href="#">subglobal2 link</a> | <a href="#">subglobal2 link</a> | <a href="#">subglobal2 link</a> | <a href="#">subglobal2 link</a> | <a href="#">subglobal2 link</a> </div>
<div id="subglobal3" class="subglobalNav"> <a href="#">subglobal3 link</a> | <a href="#">subglobal3 link</a> | <a href="#">subglobal3 link</a> | <a href="#">subglobal3 link</a> | <a href="#">subglobal3 link</a> | <a href="#">subglobal3 link</a> | <a href="#">subglobal3 link</a> </div>
<div id="subglobal4" class="subglobalNav"> <a href="#">subglobal4 link</a> | <a href="#">subglobal4 link</a> | <a href="#">subglobal4 link</a> | <a href="#">subglobal4 link</a> | <a href="#">subglobal4 link</a> | <a href="#">subglobal4 link</a> | <a href="#">subglobal4 link</a> </div>
<div id="subglobal5" class="subglobalNav"> <a href="#">subglobal5 link</a> | <a href="#">subglobal5 link</a> | <a href="#">subglobal5 link</a> | <a href="#">subglobal5 link</a> | <a href="#">subglobal5 link</a> | <a href="#">subglobal5 link</a> | <a href="#">subglobal5 link</a> </div>
<div id="subglobal6" class="subglobalNav"> <a href="#">subglobal6 link</a> | <a href="#">subglobal6 link</a> | <a href="#">subglobal6 link</a> | <a href="#">subglobal6 link</a> | <a href="#">subglobal6 link</a> | <a href="#">subglobal6 link</a> | <a href="#">subglobal6 link</a> </div>
<div id="subglobal7" class="subglobalNav"> <a href="#">subglobal7 link</a> | <a href="#">subglobal7 link</a> | <a href="#">subglobal7 link</a> | <a href="#">subglobal7 link</a> | <a href="#">subglobal7 link</a> | <a href="#">subglobal7 link</a> | <a href="#">subglobal7 link</a> </div>
<div id="subglobal8" class="subglobalNav"> <a href="#">subglobal8 link</a> | <a href="#">subglobal8 link</a> | <a href="#">subglobal8 link</a> | <a href="#">subglobal8 link</a> | <a href="#">subglobal8 link</a> | <a href="#">subglobal8 link</a> | <a href="#">subglobal8 link</a> </div>
</div>
<!-- end masthead -->
<div id="pagecell1">
<!--pagecell1-->
<img alt="" src="file:///J|/Programs/Dreamweaver/Dreamweaver%208/Configuration/BuiltIn/PageDesigns/images/tl_curve_white.gif" height="6" width="6" id="tl" /> <img alt="" src="file:///J|/Programs/Dreamweaver/Dreamweaver%208/Configuration/BuiltIn/PageDesigns/images/tr_curve_white.gif" height="6" width="6" id="tr" />
<div id="breadCrumb"> <a href="#">Breadcrumb</a> / <a href="#">Breadcrumb</a> / <a href="#">Breadcrumb</a> / </div>
<div id="pageName">
<h2>Page Name</h2>
<img alt="small logo" src="" height="59" width="66"/> </div>
<div id="pageNav">
<div id="sectionLinks"> <a href="#">Section Link</a> <a href="#">Section Link</a> <a href="#">Section Link</a> <a href="#">Section Link</a> <a href="#">Section Link</a> <a href="#">Section Link</a> </div>
<div class="relatedLinks">
<h3>Related Link Category</h3>
<a href="#">Related Link</a> <a href="#">Related Link</a> <a href="#">Related Link</a> <a href="#">Related Link</a> <a href="#">Related Link</a> <a href="#">Related Link</a> </div>
<div class="relatedLinks">
<h3>Related Link Category</h3>
<a href="#">Related Link</a> <a href="#">Related Link</a> <a href="#">Related Link</a> <a href="#">Related Link</a> <a href="#">Related Link</a> <a href="#">Related Link</a> </div>
<div id="advert"> <img src="" alt="" width="107" height="66" /> Advertisement copy goes here. Advertisement copy goes here. </div>
</div>
<div id="content">
<div class="feature"> <img src="" alt="" width="280" height="200" />
<h3>Feature Title </h3>
<p> (masses of text) </p>
</div>
<div class="story">
<h3>Story Title</h3>
<p> (masses of text) </p>
<p> (masses of text) </p>
</div>
<div class="story">
<table width="100%" cellpadding="0" cellspacing="0" summary="">
<tr valign="top">
<td class="storyLeft">
<p> <a href="#" class="capsule">Capsule Story</a> (masses of text)<a href="#">Donec</a> </p> (masses of text) </td>
<td>
<p> <a href="#" class="capsule">Capsule Story</a> (masses of text) <a href="#">Donec</a> (masses of text) </p> </td>
</tr>
<tr valign="top">
<td class="storyLeft">
<p> <a href="#" class="capsule">Capsule Story</a> (masses of text) <a href="#">Donec</a> (masses of text) </p> </td>
<td>
<p> <a href="#" class="capsule">Capsule Story</a> (masses of text) <a href="#">Donec</a> (masses of text) </p> </td>
</tr>
<tr valign="top">
<td class="storyLeft">
<p> <a href="#" class="capsule">Capsule Story</a> (masses of text) <a href="#">Donec</a> (masses of text) </p> </td>
<td>
<p> <a href="#" class="capsule">Capsule Story</a> (masses of text) <a href="#">Donec</a> (masses of text) </p> </td>
</tr>
</table>
</div>
</div>
<div id="siteInfo"> <img src="" width="44" height="22" /> <a href="#">About Us</a> | <a href="#">Site Map</a> | <a href="#">Privacy Policy</a> | <a href="#">Contact Us</a> | &copy;2003 Company Name </div>
</div>
<!--end pagecell1-->
<br />
<script type="text/javascript">
<!--
var menuitem1 = new menu(7,1,"hidden");
var menuitem2 = new menu(7,2,"hidden");
var menuitem3 = new menu(7,3,"hidden");
var menuitem4 = new menu(7,4,"hidden");
var menuitem5 = new menu(7,5,"hidden");
var menuitem6 = new menu(7,6,"hidden");
var menuitem7 = new menu(7,7,"hidden");
// -->
</script>
</body>
</html>
__________________
Main System
Proccy - Intel E6400 @ 3440 | Mobo - P5B DLX | RAM - 2GB TwinX 6400 C5 | GPU - 96GT
HDD - WD 400GB Caviar SE - WD 320GB Caviar SE - 160GB Seagate Ext
Monitor - Asus 19" Wide LCD | PSU - Tagan 600W Dual Engine | Soundcard - SB Live Ext 24
Heatsink - S Infinity | Optical - Pioneer DVDRW | OS - Vista Ult64 SP1

Last edited by Bootup05; 11-13-2006 at 11:08 PM.
Bootup05 is online now   Reply With Quote
Old 11-14-2006, 02:10 PM   #3 (permalink)
Diamond Member
 
Bootup05's Avatar
 
Join Date: Jan 2006
Location: Essex, UK
Age: 17
Posts: 1,265
Default

Bump
__________________
Main System
Proccy - Intel E6400 @ 3440 | Mobo - P5B DLX | RAM - 2GB TwinX 6400 C5 | GPU - 96GT
HDD - WD 400GB Caviar SE - WD 320GB Caviar SE - 160GB Seagate Ext
Monitor - Asus 19" Wide LCD | PSU - Tagan 600W Dual Engine | Soundcard - SB Live Ext 24
Heatsink - S Infinity | Optical - Pioneer DVDRW | OS - Vista Ult64 SP1
Bootup05 is online now   Reply With Quote
Old 11-14-2006, 02:33 PM   #4 (permalink)
Diamond Member
 
codeman0013's Avatar
 
Join Date: Jul 2006
Location: Inside my network at work
Age: 23
Posts: 1,451
Default

Hey bootup05, I will look at this when i get home tonight i dont see any thing strange in there or anymissing things but with the naked eye it can be tough. You are not using any IE hacks are you? Its strange it would work in IE7 and not firefox considering firefox usually works and ie doesnt hmm
codeman0013 is offline   Reply With Quote
Old 11-14-2006, 02:49 PM   #5 (permalink)
Diamond Member
 
Join Date: Nov 2004
Location: Concord, NH
Age: 19
Posts: 26,425
Default

I'm not sure what you mean, I copied that code into FrontPage, and it looks exactly the same in IE7 and FF2.

You should check this out if you wish: http://www.htmlvalidator.com/lite/
__________________
Core 2 Duo E8400 @ 3.83GHz
Gigabyte GA-P35-DS3L
ATI HD 3870 GDDR4 @ (840/2332)
4GB (2x 2GB) DDR2-850
500GB SATAII HD w/16MB
SilverStone 750W +12V@60A
3DMark06:
11593
[-0MEGA-] is offline   Reply With Quote


Old 11-14-2006, 03:03 PM   #6 (permalink)
Diamond Member
 
Bootup05's Avatar
 
Join Date: Jan 2006
Location: Essex, UK
Age: 17
Posts: 1,265
Default

Thats codeman its greatly appreciated

[-Omega-] do you have any plugins in firefox?

Because here's how it shows in mine

IE7


Firefox 2 (also does it in 1.5)


Someone has also tryed it in I.E6 for me and said it doesn't work with that either

I would of thought, as the Dreamweaver 8 templates were designed around the time IE6 was out, they should surely have no faults, but that doesn't seem to be the case over here
__________________
Main System
Proccy - Intel E6400 @ 3440 | Mobo - P5B DLX | RAM - 2GB TwinX 6400 C5 | GPU - 96GT
HDD - WD 400GB Caviar SE - WD 320GB Caviar SE - 160GB Seagate Ext
Monitor - Asus 19" Wide LCD | PSU - Tagan 600W Dual Engine | Soundcard - SB Live Ext 24
Heatsink - S Infinity | Optical - Pioneer DVDRW | OS - Vista Ult64 SP1
Bootup05 is online now   Reply With Quote
Old 11-14-2006, 03:10 PM   #7 (permalink)
Diamond Member
 
Join Date: Nov 2004
Location: Concord, NH
Age: 19
Posts: 26,425
Default

Oh nvm, I thought thats how it was suppose to look.

What appears in FF for you, appears in FF and IE7 for me.
__________________
Core 2 Duo E8400 @ 3.83GHz
Gigabyte GA-P35-DS3L
ATI HD 3870 GDDR4 @ (840/2332)
4GB (2x 2GB) DDR2-850
500GB SATAII HD w/16MB
SilverStone 750W +12V@60A
3DMark06:
11593
[-0MEGA-] is offline   Reply With Quote
Old 11-14-2006, 04:19 PM   #8 (permalink)
Diamond Member
 
Bootup05's Avatar
 
Join Date: Jan 2006
Location: Essex, UK
Age: 17
Posts: 1,265
Default

Sorted it out now, I didnt have any of the langauge folders in the apache folder

Strange how it worked on your system though geoff

Tryed it on the dell aswell and it didnt!
__________________
Main System
Proccy - Intel E6400 @ 3440 | Mobo - P5B DLX | RAM - 2GB TwinX 6400 C5 | GPU - 96GT
HDD - WD 400GB Caviar SE - WD 320GB Caviar SE - 160GB Seagate Ext
Monitor - Asus 19" Wide LCD | PSU - Tagan 600W Dual Engine | Soundcard - SB Live Ext 24
Heatsink - S Infinity | Optical - Pioneer DVDRW | OS - Vista Ult64 SP1
Bootup05 is online now   Reply With Quote
Old 12-10-2006, 12:01 PM   #9 (permalink)
New Member
 
Join Date: Sep 2006
Posts: 7
Default Problem with previewing in ie and other browsers

Hi guys, Am sorry am new in web desiging.


I am designing a personal website. It looks fine when I view from internet explorer v6.

But when I preview it in other web browsers like Opera and Mozila in the same computer, the cells don't line up like in ie6... when I zoom out they come to a good position but when I zooin everything remain in its size and cells only is zoomed.

I dont know exactly to do.

How do I Solve this problem?

I'll be happy to solve this problem.

I'm using FP 2003


ASRock
P4VM8
Intel P4, 3.0GHz,
1.25Gb of RAM DDR
40GB x 4 Hard disk space
1280 x 1024, 32bit
Jonius is offline   Reply With Quote
Reply

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
IE7 Problems Helltech General Software 3 11-07-2006 10:52 AM
IE7 Problems Helltech Operating Systems 4 11-07-2006 08:08 AM
IE7 not logging in... The_Other_One General Software 2 07-20-2006 01:49 AM
Welcome to vote for your favorite works in our Contest Showcase! faedia General Software 0 08-10-2005 08:11 AM


All times are GMT +1. The time now is 11:59 PM.


Powered by: vBulletin Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.1.0 ©2007, Crawlability, Inc.
Copyright © 2002-2007 Computer Forum and Web Design Forum