Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

CSS Forum


You are currently viewing our CSS Forum as a guest. Please register to participate.
Login



Reply
Error in IE: need help for formatting
Old 01-22-2008, 01:37 AM Error in IE: need help for formatting
Junior Talker

Posts: 4
Trades: 0
hi all,
I need help regarding CSS...
I have used code from http://www.sitepoint.com/article/css...s-boxes-curves

now the problem appeared when I added some good amount of data into the DIV & changed CSS for tr class::

overflow: auto;
height: 50px;
overflow-x: hidden;

Now the output is something which gives bad look to the DIV.. as the scroll bar looks like its out of the DIV..

Do anyone know the solution??
heta is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 01-22-2008, 03:24 AM Re: Error in IE: need help for formatting
Junior Talker

Posts: 4
Trades: 0
Me waiting for help!!!
heta is offline
Reply With Quote
View Public Profile
 
Old 01-22-2008, 05:16 AM Re: Error in IE: need help for formatting
chrishirst's Avatar
Missing! presumed drunk.

Posts: 41,519
Name: Chris Hirst
Location: Blackpool. UK
Trades: 0
Quote:
Do anyone know the solution??
Line 34 in your CSS would be my guess.

If that isn't right, (and I'd be very surprised if it is) try showing us the problem
__________________
Chris. ->> Links are advertising NOT optimising!! <<-
A foolish consistency is the hobgoblin of little minds
Thought for today:- I SEO the only industry where all the cowboys are Indians?
chrishirst is online now
Reply With Quote
View Public Profile Visit chrishirst's homepage!
 
Old 01-22-2008, 06:46 AM Re: Error in IE: need help for formatting
Junior Talker

Posts: 4
Trades: 0
MY HTML CODE:::

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Untitled Document</title>
<link href="style.css" rel="stylesheet" type="text/css">
</head>
<body>
<br class="clear">

<div class="bl">
<div class="br">
<div class="tl">
<div class="tr">
Lorem ipsum dolor sit amet <br>
Lorem ipsum dolor sit amet <br>
Lorem ipsum dolor sit amet <br>
Lorem ipsum dolor sit amet <br>
</div>
</div>
</div>
</div>
<br class="clear">
</body>
</html>



THIS IS MY CSS

.bl {
background: url(bl.gif) 0 100% no-repeat #e68200;
width: 20em
}

.br {
background: url(br.gif) 100% 100% no-repeat
}

.tl {
background: url(tl.gif) 0 0 no-repeat
}

.tr {
background: url(tr.gif) 100% 0 no-repeat;
position:relative;
padding: 10px;
overflow: auto;
height: 50px;
overflow-x: hidden;
margin: 0 auto;
}


images are :::






heta is offline
Reply With Quote
View Public Profile
 
Old 01-22-2008, 06:57 AM Re: Error in IE: need help for formatting
Junior Talker

Posts: 4
Trades: 0
if you see the result.. you will find



which gives bad look... as the scroll bar appears like out of DIV...
Thats my problem..
heta is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to Error in IE: need help for formatting
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.21759 seconds with 12 queries