Go Back   CodingForums.com > :: Client side development > HTML & CSS

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 12-30-2005, 09:58 PM   PM User | #1
ralitza
New Coder

 
Join Date: Dec 2005
Posts: 56
Thanks: 0
Thanked 0 Times in 0 Posts
ralitza is an unknown quantity at this point
opera adding space above layout

in all my layouts, when viewed through opera 8.5 there is a space between the top and the actual layout, is there a css fix for this?

http://plasma.dnsprotect.com/~iankovi/redoindexyo.html

css;
http://plasma.dnsprotect.com/~iankovi/style.css

i have already checked and both my xhtml/css is valid. the layout looks as it should in ie, firefox

could the problem be that my code is munched together?

Last edited by ralitza; 12-30-2005 at 10:09 PM..
ralitza is offline   Reply With Quote
Old 12-30-2005, 10:04 PM   PM User | #2
Ranger56
Regular Coder

 
Ranger56's Avatar
 
Join Date: Mar 2005
Location: Kent, WA.
Posts: 783
Thanks: 0
Thanked 0 Times in 0 Posts
Ranger56 is an unknown quantity at this point
try

body {
width:801px;
padding:0;
margin:0 auto;
font-family: "Trebuchet MS", Verdana, Tahoma, Helvetica, Arial;
background-attachment: scroll;
background-position: left top;
}
__________________
Ranger56 is offline   Reply With Quote
Old 12-30-2005, 10:10 PM   PM User | #3
ralitza
New Coder

 
Join Date: Dec 2005
Posts: 56
Thanks: 0
Thanked 0 Times in 0 Posts
ralitza is an unknown quantity at this point
perfect, easy fix should've thought of that myself;p thank you!

one more question, in opera the "passport login" fields seem to extend a couple pixels to the right while in ie/firefox they are as they should be

Last edited by ralitza; 12-30-2005 at 10:14 PM..
ralitza is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

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

Forum Jump


All times are GMT +1. The time now is 05:13 PM.


Advertisement
Log in to turn off these ads.