Ask a Question related to Macromedia Dynamic HTML, Design and Development.
-
JonKemm #1
Wierd CSS - Firefox ok, IE shows extra letters
This is wierd... Please help!!!!
When I view my site in Firefox it's ok, but if I view it in IE a couple of
letters show - 'ng' - next to the picture
[url]http://d559312.u41.dc-servers.com/1-2-1-coaching.htm[/url]
It happens on another page, but this time just a 'g'
[url]http://d559312.u41.dc-servers.com/index.asp[/url]
Downright wierd...
Here's the CSS style sheet:
body {
background-color: #F7EEF7;
}
a:link, visited {
color: #666666;
}
a:hover {
color: #000000;
text-decoration:underline;
}
a:visited {
color: #666666;
}
#topTbl {
height: 100px;
width: 700px;
text-align: center;
vertical-align: middle;
border-right-width: 1px;
border-right-style: solid;
border-right-color: #AEB7A4;
}
#topPic {
float: right;
margin-top: 10px;
margin-right:10px;
border:1px solid #AEB7A4;
}
#sidenav {
background-color: #E8E8FF;
width: 160px;
padding: 7px;
line-height: 20px;
font-size: 12px;
float:left;
clear:left;
margin-bottom: 10px;
border-right: 1px solid #AEB7A4;
border-bottom: 1px solid #AEB7A4;
border-left: 1px solid #AEB7A4;
}
#newsletter {
color: #333333;
background-color: #D0F0C1;
padding: 5px;
float: left;
clear:left;
width: 164px;
border-top: 1px dashed #8A967B;
border-right: 1px dashed #8A967B;
border-bottom: 1px dashed #8A967B;
border-left: 1px dashed #8A967B;
}
#formName {
width: 130px;
float: left;
}
#formBox {
float: left;
}
#formRow {
float:left;
width: 100%;
padding: 5px;
}
input, select, textarea {
font-size: 10px;
font:Verdana, Arial, Helvetica, sans-serif;
}
#formCont {
float: left;
clear: left;
width: 320px;
margin-top: 5px;
margin-bottom: 5px;
margin-left: 35px;
border: 2px dashed #D5EAEA;
padding: 10px;
background-color: #FBF4FB;
}
#imageLeft {
margin-top: 25px;
}form {
margin: 0px;
}
#bodyCont {
width: 700px;
font-family: Arial;
font-size: 11px;
float:left;
clear:left;
border-top-width: 1px;
border-top-style: solid;
border-top-color: #AEB7A4;
color: #444444;
}
#content {
padding:5px;
float:left;
clear:left;
width:100%;
}
#rightCont{
width: 514px;
float: right;
}
#title {
color: #444444;
font-weight: bold;
width: 420px;
padding: 5px;
font-size: 13px;
float:left;
clear:both;
}
#subTitle {
color: #444444;
font-size: 13px;
width: 430px;
padding: 5px;
float:left;
clear:left;
}
.navTxt {
text-decoration: none;
}
#footer {
padding: 3px;
clear: left;
float: left;
height: 20px;
width: 100%;
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
border-top-style: solid;
border-top-color: #CCCCCC;
border-right-color: #CCCCCC;
border-bottom-color: #CCCCCC;
border-left-color: #CCCCCC;
font-size:10px;
color: #444444;
margin-top:15px;
}
#eventCont {
float: left;
clear: left;
width: 460px;
border: 1px dashed #BDC4B5;
padding: 10px;
margin: 10px;
background-color: #FBF4FB;
}
#navCont {
clear: left;
float: left;
}
#halfContent {
width: 300px;
float: left;
padding: 5px;
}
#pic {
border: 1px dashed #C5CABD;
float: right;
clear: right;
}
li {
list-style-position: outside;
list-style-type: circle;
}
#homeRowSub {
padding: 5px;
clear: left;
width:100%;
font-size:13px;
}
#homeLeft {
width: 250px;
float:left;
margin-top:12px;
}
#homeRight {
float: right;
width: 250px;
margin-top:12px;
}
JonKemm Guest
-
Extra Space Displayed in Safari, Firefox 1.5
I'm using Dreamweaver MX (6.0), and I am finding that a table I've created displays with extra space between the rows, in Safari and in the newest... -
Wierd Box
Hi, I've gotten a bit better at this. But now I come with a problem(when don't I). I have this wierd box displaying at the bottom of my page. Thing... -
Wierd Audio
Has anyone ever seen this before: I have a sound that recently started playing in the scene BEFORE the scene it's supposed to play. -
Wierd jpg problem
Hi, I'm trying to load a jpg image into a movie (the image name will get dragged out of a db) using a basic loadMovie() action. All goes... -
wierd error.....help please.....
have been working with a site and today started getting an error when uploaded page on the live server...everything works well locally... The XML...



Reply With Quote

