browser to browser

This is a discussion on "browser to browser" within the Web Page Design section. This forum, and the thread "browser to browser 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 Mar 9th, 2007, 09:38
New Member
Join Date: Mar 2007
Location: uk
Age: 24
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
browser to browser

hey, managed to do the site using tables.

the thing is when i was previewing it in dreamweaver i was using safari browser. i then showed my mate who uses internet explorer and its all out of line.

any ideas?

heres what it looks like

www.spooof.50megs.com
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 Mar 9th, 2007, 10:50
Elite Veteran
Join Date: Sep 2006
Location: Pink House
Posts: 3,946
Thanks: 0
Thanked 0 Times in 0 Posts
Re: browser to browser

Can you post the code? I couldn't copy it because it's a straight line..
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 Mar 9th, 2007, 10:54
New Member
Join Date: Mar 2007
Location: uk
Age: 24
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
Re: browser to browser

Code: Select all
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css">
<!--
body {
    background-color: #000000;
}
-->
</style>
<script language="JavaScript" type="text/JavaScript">
<!--
function MM_swapImgRestore() { //v3.0
  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}

function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}

function MM_findObj(n, d) { //v4.01
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && d.getElementById) x=d.getElementById(n); return x;
}

function MM_swapImage() { //v3.0
  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
   if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}
//-->
</script>
</head>

<body onLoad="MM_preloadImages('nav_home_ro.gif','nav_videos_ro.gif','nav_about_ro.gif','nav_contact_ro.gif','nav_donate_ro.gif')">
<table width="200" border="0" cellpadding="0" cellspacing="0" bordercolor="#4f4f4f">
  <tr>
    <td><img src="title_spoof.gif" width="608" height="98"></td>
    <td rowspan="2"><img src="nav_eye.gif" width="192" height="362"></td>
  </tr>
  <tr>
    <td background="background_welcome_whatsnew.gif">&nbsp;</td>
  </tr>
  <tr>
    <td rowspan="7" background="background_newestvideos.gif">&nbsp;</td>
    <td><a href="#" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('home','','nav_home_ro.gif',1)"><img src="nav_home.gif" name="home" width="192" height="31" border="0"></a></td>
  </tr>
  <tr>
    <td><a href="#" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('videos','','nav_videos_ro.gif',1)"><img src="nav_videos.gif" name="videos" width="192" height="29" border="0"></a></td>
  </tr>
  <tr>
    <td><a href="#" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('about','','nav_about_ro.gif',1)"><img src="nav_about.gif" name="about" width="192" height="33" border="0"></a></td>
  </tr>
  <tr>
    <td><a href="#" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('contact','','nav_contact_ro.gif',1)"><img src="nav_contact.gif" name="contact" width="192" height="31" border="0"></a></td>
  </tr>
  <tr>
    <td><img src="nav_sep.gif" width="192" height="26"></td>
  </tr>
  <tr>
    <td><a href="#" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('donate','','nav_donate_ro.gif',1)"><img src="nav_donate.gif" name="donate" width="192" height="36" border="0"></a></td>
  </tr>
  <tr>
    <td><img src="copyright.gif" width="192" height="52"></td>
  </tr>
  <tr>
    <td background="background_repeat.gif">&nbsp;</td>
    <td background="nav_repeat.gif">&nbsp;</td>
  </tr>
</table>
</body>
</html>

Last edited by karinne; Mar 9th, 2007 at 11:37. Reason: Please use the [code] tags when posting code!
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 Mar 9th, 2007, 11:41
Elite Veteran
Join Date: Jan 2007
Location: You know where
Age: 31
Posts: 4,617
Thanks: 0
Thanked 0 Times in 0 Posts
Re: browser to browser

Add a valign="top" here

Code: Select all
<table width="200" border="0" cellpadding="0" cellspacing="0" bordercolor="#4f4f4f">
  <tr>
    <td valign="top"><img src="title_spoof.gif" width="608" height="98"></td>
    <td rowspan="2"><img src="nav_eye.gif" width="192" height="362"></td>
  </tr>
One more thing. I strongly suggest you ditch the tables and here's why:

Please go and have a look at the thread - Resources for learning how to use CSS for layout - in the Beginner Resources section of the forumz.
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 Mar 9th, 2007, 13:26
New Member
Join Date: Mar 2007
Location: uk
Age: 24
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
Re: browser to browser

thanks for your replys, read the links my brain is cramped packed full of info now lol. so css is the way to go.... il be honest i have no idea where to start. anyone got any links for ccs layout for beginners?

thanks alot for your help so far
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 Mar 9th, 2007, 13:38
Elite Veteran
Join Date: Jan 2007
Location: You know where
Age: 31
Posts: 4,617
Thanks: 0
Thanked 0 Times in 0 Posts
Re: browser to browser

I just gave you THE link to get you started!
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 Mar 9th, 2007, 14:59
New Member
Join Date: Mar 2007
Location: uk
Age: 24
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
Re: browser to browser

thanks.... ccs is so confusing
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 Mar 9th, 2007, 15:09
Elite Veteran
Join Date: Jan 2007
Location: You know where
Age: 31
Posts: 4,617
Thanks: 0
Thanked 0 Times in 0 Posts
Re: browser to browser

Well of course it's confusing when you just look at it like that. You won't understand everything in under an hour!
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 Mar 9th, 2007, 17:17
Reputable Member
Join Date: Dec 2005
Location: Texas
Age: 19
Posts: 328
Thanks: 0
Thanked 0 Times in 0 Posts
Re: browser to browser

what you do is build a site and use what i like to call trial and error css to find out what each syntax does.
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
browser to browser

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
What browser? HitByLife Webforumz Cafe 47 Jan 30th, 2008 13:09
Ok what Browser simonb Starting Out 27 Nov 14th, 2007 02:02
Does anybody know what an x-browser is? garylee Web Page Design 2 Jun 14th, 2006 15:18
Cross Browser jwalker80 Web Page Design 10 Dec 22nd, 2005 14:38
x-browser... mac/pc (pls help) Samanth Gram Web Page Design 9 Nov 6th, 2005 00:42


All times are GMT. The time now is 08:03.


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