473,387 Members | 3,801 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

Multiply CSS problem with IE

Hi everybody.

I am new here and I don't know much about CSS. However, I have a blog at multiply http://komandjaja.multiply.com and I have customized the CSS codes there to make a new theme. When I see my page thru Firefox, everything is okay but when I see it with IE, there are distorted things and some pictures don't show up. My platform is Windows XP home edition.

Here's my css code to the site

/************* Spiderman 3 ************
************ Multiply Theme ***********
******************************************

Design: Slurpy69
http://slurpy69.multiply.com

Based on the Multiply theme: AVLACK
by Jolo (http://www.avlack.com/blog/)

Date: 16/Oct/2006
Version: 1.0

****************************/

/*PAGE Title*/
h1#page_owner_title {color:#FFC125
text-align:left;
}

body {
background: none;
background:

url(http://i105.photobucket.com/albums/m231/komandjaja/backgroundimageql5-1.jpg)

fixed ;
}

/*PAGE TOP*/
div.owner_nav {
border: none;''
margin: 10px 0px 0px 0px;
height: 247px;
width: 780px;
border: 0px solid #fff;
border-bottom: none;
padding: 39px 0px 0px 0px;
background:

url(http://i105.photobucket.com/albums/m231/komandjaja/topmainmenuqm.jpg)

no-repeat top left;
background-color: #FFF;
background-position: 0 -1px;
}

a.topt, a:visited.topt {
line-height: 1.2em;
display: block;
float: left;
height: auto;
text-align: center;
background: none;
font-size: 13px;
color: #fff;
width: auto;
padding: 2px;
margin-left: 5px;
margin-right: 5px;
}
a.toptsel, a:visited.toptsel {
line-height: 1.2em;
display: block;
float: left;
height: auto;
text-align: center;
background: none;
font-size: 13px;
font-weight: bold;
color: #fff;
width: auto;
padding: 2px;
margin-left: 5px;
margin-right: 5px;
background: none;
}

/*RIGHT MARGIN*/

.railbody { background-color:#F0F8FF;
background-image:url(');
background-attachment: scroll;
background-repeat: repeat-y;
background-position: top right;
margin-left: ;
margin-right:;
padding-left:;
padding-right:; }

.railstart {
margin-top: 10px;
height: 200px;
width: 159px;
background: url(http://i105.photobucket.com/albums/m231/komandjaja/railstart.jpg)

no-repeat top left;
background-position: 0;
z-index: 1000;
position: relative;
}


.railend {
height: 100px;
width: 159px;
background: url(http://i105.photobucket.com/albums/m231/komandjaja/railend.jpg);
background-color: #F0FFFF;
}

/*FONT COLORS*/
a:link {color:#191970;}
a.topt {color:#fff;}
a.vopt{color: #f00;}
a:visited {color:#3A5FCD;}
.cattitle{font-family:arial;}
a.post, a.post:visited {color:#bb1010;}
a.signout{color:#fff;}
.itembox {color:#333;}

/*INFO BOX & POLL*/
div.infobox .boxbody {
padding: 10px;
border: 1px solid #ccc;
position: relative;
}
div.infobox { bottom: 10px;
background: url(http://i105.photobucket.com/albums/m231/komandjaja/infobox.jpg);}

/* MENU */
#subnav .toptsel {color:#36648B;
font-size:20px;
padding: 0px 0px 2px 5px;
}

#subnav .topt {color:#fff;
font-size:14px;
font-weight: bold;
margin: 2px 0px 0px 5px;
text-align:top;
padding: 0px10px 0px 0px;}

div#subnavc {
padding: 107px 0 0 0;
background-color: #FFF;
border: none;
width: 780px;
height: 40px;
background: url() no-repeat bottom center;
}
div#subnav {background: none; border:none; padding-top: 6px;}


/*FOOTER*/
div#ownedfooter{background-color: none;
background: url(http://img222.imageshack.us/img222/2927/footerse3.jpg) no-repeat
}

I would like to attach pictures of my sites but I dunno how to do it here. Hope you can help me.

Thanks in advance,

Eva
Oct 19 '06 #1
0 3980

Sign in to post your reply or Sign up for a free account.

Similar topics

1
by: Zhang Le | last post by:
Hi, I did a small benchmark of matrix-vector multiply operation using Numeric module. I'm a bit suprised to find matrix*col-vector is much faster than row-vector*matrix. I wonder whether other...
2
by: Martin Pettersson | last post by:
Hi all, I'm trying to multiply parent values in xsl. The thing is that I start with a value down in the xml-structure. From that value (in my case 'qty' value) I check the parent value and later...
15
by: christopher diggins | last post by:
Here is some code I wrote for Matrix multiplication for arbitrary dimensionality known at compile-time. I am curious how practical it is. For instance, is it common to know the dimensionality of...
3
by: Dave | last post by:
Hello all, Please consider this code: #ifndef FOO_INCLUDED #define FOO_INCLUDED // File: foo.h class foo {
4
by: trint | last post by:
Why do we have to use decimal.multiply to multiply two intgers? I just want to multiply these two values: int oneThousand = 1000; int watCHTimer1 = value from a textbox; Thanks, Trint
11
by: vips | last post by:
I have a string str="10*12*14" now I want the total of this value i.e. 10 multiply 12 multiply 14 how do i get it ? is there any function in vb.net to do that ?? if i put it as query to...
12
by: Janaka Perera | last post by:
Hi All, We have done a object oriented design for a system which will create a class multiply inherited by around 1000 small and medium sized classes. I would be greatful if you can help me...
14
by: Default User | last post by:
Hi, If I have three 64 bit integers and I want to do this operation on them: x*y/z Lets say that what we are multiplying by (y) is offset by what we are dividing by (z) so that the final...
1
by: Gavin Chen | last post by:
Hello: I tried to install Tk800.015 on SunOS 4.1.4 with perl 5.6.2. At "make test" time, I got the error message as below: collect2: ld returned 2 exit status ld:...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.