Search in forum:
Search


Author Message
Post02/08/2009 at 6:32pm (UTC)    
Post subject: Need help with my design!

Hello all user of OFW!

I have one problem with my design.
I have placed for example the counter at the top, and when using Firefox is is on the correct place, but when I am using IE, the counter is on wrong place, So i do not know how to make the site look nice for all users.

Please need help urgent!

- Henrik.
Post02/08/2009 at 7:45pm (UTC)    
Post subject:

hi dear friend

to solve the problem of browsers
always use div with the absolute position :
for example

#any {
position: absolute;
top: 100px;
left: 600px;
width: 100px;
}
then :
<div id="any">
</div>

also IE dont care about the margin-right
and u use XHTML am happy for that
but try to use the strict one instead of Transitional

i'll write u back after testing ur css code
______________
Post02/08/2009 at 7:59pm (UTC)    
Post subject:

hi again
i did it
just add

margin-top and margin-left to the body like that

body {
background-color: #ffffff;
background-image:url(http://i302.photobucket.com/albums/nn102/henke963/stripe_ab9469940bf469cc064027e437c6.png);
font-size: 12px;
font-family: Arial;
padding-left: 10px;
margin-top: 0;
margin-left: 0;
}

and do the same for the fathers tags and sons also
best wishes Very Happy
______________
Post02/09/2009 at 6:09am (UTC)    
Post subject:

mymahdi wrote:
hi dear friend

to solve the problem of browsers
always use div with the absolute position :
for example

#any {
position: absolute;
top: 100px;
left: 600px;
width: 100px;
}
then :
<div id="any">
</div>

yes i do it that way., need help:P

also IE dont care about the margin-right
and u use XHTML am happy for that
but try to use the strict one instead of Transitional

i'll write u back after testing ur css code
Post02/13/2009 at 1:21pm (UTC)    
Post subject:

thx
Display posts from previous:   


Powered by phpBB © 2001, 2005 phpBB Group