Scripting in Dreamweaver... strange issue?

Joined
Nov 23, 2005
Messages
80
Reaction score
1
Points
8
Location
Carmel, IN
Your Mac's Specs
2.16ghz 15" MacBook Pro, black 30gb ipod video, black 2gb Nano.
Ill let the pictures speak for themselves:
When in dreamweaver, the "design" frame shows this:
dreamweaver.png

But in Firefox, it shows this:
browser.png


Any reason for this? Its rather annoying.
 
OP
Mister-Twoster
Joined
Nov 23, 2005
Messages
80
Reaction score
1
Points
8
Location
Carmel, IN
Your Mac's Specs
2.16ghz 15" MacBook Pro, black 30gb ipod video, black 2gb Nano.
Any suggestions?
 
Joined
Jun 11, 2006
Messages
87
Reaction score
1
Points
8
Location
orlando
Your Mac's Specs
2.0 macbook
can you give me the source code and I can tell you whats wrong!
 
Joined
Nov 9, 2005
Messages
142
Reaction score
4
Points
18
Often times the design view shows weird things, at least for me. Best thing to do is preview in both Firefox and IE, and any other browsers youd' like. It is annoying though to have a different design view than the actual preview!!!!

Macromedia quirk I suppose.
 
OP
Mister-Twoster
Joined
Nov 23, 2005
Messages
80
Reaction score
1
Points
8
Location
Carmel, IN
Your Mac's Specs
2.16ghz 15" MacBook Pro, black 30gb ipod video, black 2gb Nano.
Sorry for my late reply, here is the source :)
<!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">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
<title>The 24 Group</title>
<style>
body {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
font-style: normal;
background-color: #0066FF;
}
ul {
position: absolute;
left: 100px;
top: 50px;
}
ul.tabs {
margin: 0;
padding: 0;
}
ul.tabs li {
display: block;
float: left;
border-right: 1px solid #0066FF;
font-weight: bold;
color: #fff;
}
ul.tabs li a {
display: block;
float: left;
font-weight: bold;
color: #333;
text-decoration: none;
padding: 4px 4px 10px 50px;
}
ul.tabs li a:hover {
color: #0066FF;
padding: 4px 4px 10px 50px;
display: block;
float: left;
}
li.tableft_sel {
background: #999;
border-bottom: 1px solid #999;
padding: 4px 4px 10px 50px;
}
li a.tableft {
background: #ccc;
border-bottom: 1px solid #0066FF;
}
li a:hover.tableft {
background: #999;
}

</style>
</head>

<body>

<ul class="tabs">
<li class="tableft_sel">Home</li>
<li><a href="#" class="tableft">Mission</a></li>
<li><a href="#" class="tableft">Contact</a></li>
<li><a href="#" class="tableft">Donations</a></li>
<li><a href="#" class="tableft">Resources</a></li>
<li><a href="#" class="tableft">Events</a></li>
</ul>


</body>
</html>
 
Joined
Jan 31, 2005
Messages
304
Reaction score
6
Points
18
Location
dodo island
Your Mac's Specs
ibook g4, 14'', 1.33 Ghz, 60gig, 768ram, Mac OsX 10.4.3
for each table, you need to specify the dimensions. e.g length, width.
You may even need to align all your images to the left, and you wont have such problems.
 

Shop Amazon


Shop for your Apple, Mac, iPhone and other computer products on Amazon.
We are a participant in the Amazon Services LLC Associates Program, an affiliate program designed to provide a means for us to earn fees by linking to Amazon and affiliated sites.
Top