Click here to Skip to main content
15,901,205 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: calling session["id"] from javascript Pin
haytham_mohammad20-Mar-07 11:48
haytham_mohammad20-Mar-07 11:48 
AnswerRe: calling session["id"] from javascript Pin
RichardGrimmer22-Mar-07 6:18
RichardGrimmer22-Mar-07 6:18 
QuestionDraw dynamic Line Polyline polygon on firefox Pin
AnhTin19-Mar-07 17:33
AnhTin19-Mar-07 17:33 
QuestionTargetting Tabs instead of Window Pin
Vasudevan Deepak Kumar19-Mar-07 11:20
Vasudevan Deepak Kumar19-Mar-07 11:20 
QuestionDifference between MVC architecture and 3-tier archtecture Pin
Malayil alex18-Mar-07 23:42
Malayil alex18-Mar-07 23:42 
Questionhow to stop redirect? Pin
gkrishnar18-Mar-07 23:17
gkrishnar18-Mar-07 23:17 
AnswerRe: how to stop redirect? Pin
Bradml18-Mar-07 23:36
Bradml18-Mar-07 23:36 
AnswerRe: how to stop redirect? Pin
hiral_shah19-Mar-07 1:17
hiral_shah19-Mar-07 1:17 
Questionserver control datagrid with ajax Pin
aminowest18-Mar-07 22:11
aminowest18-Mar-07 22:11 
AnswerRe: server control datagrid with ajax Pin
Saifi Hasan19-Mar-07 18:27
Saifi Hasan19-Mar-07 18:27 
GeneralRe: server control datagrid with ajax Pin
badgrs20-Mar-07 9:22
badgrs20-Mar-07 9:22 
QuestionDisplaying Questions Hierarchically Pin
Member 289240618-Mar-07 21:56
Member 289240618-Mar-07 21:56 
QuestionHow to Convert existing C# Windows Application to C# Web Application Pin
MPS_DotNet18-Mar-07 21:05
MPS_DotNet18-Mar-07 21:05 
AnswerRe: How to Convert existing C# Windows Application to C# Web Application Pin
Colin Angus Mackay19-Mar-07 1:20
Colin Angus Mackay19-Mar-07 1:20 
AnswerRe: How to Convert existing C# Windows Application to C# Web Application Pin
Dave Kreskowiak19-Mar-07 1:44
mveDave Kreskowiak19-Mar-07 1:44 
QuestionJavacript error Pin
AnhTin18-Mar-07 18:55
AnhTin18-Mar-07 18:55 
AnswerRe: Javacript error Pin
szukuro19-Mar-07 1:28
szukuro19-Mar-07 1:28 
QuestionIE html/css problem [solved!] Pin
Eric Georgiades18-Mar-07 8:26
Eric Georgiades18-Mar-07 8:26 
problem solved thanx to Guffa, with a simple overflow:hidden

------------------------------------------------------------


Wouldn't you know, another wierd problem that appears _only_ in IE.
Tested on all other browsers, IE seems to want to ruin my day and night.

Anyways, to the point.

http://www.loadx.org/cardet is the website in development, and appears nice of (i.e.) FireFox 2.0.0.2 and many other browsers (tested from http://browsershots.org, great site for testing)

Well, if you've noticed, in IE, the color bar that appears on the top (immediately after the logo) has a white line under it, which should take only 1 pixel in width, but in IE, it likes to take (what appears to be) 2 more.

It causes a bigger problem than the ugly line, as it pushes all the content below.
Enough jibber-jabber, here's some html code.


.
.
<div id="header-logo"><div id="after_logo"></div>
<a href="index.php">
<img src="/images/logo.gif" border="0" width="419" height="89" alt="logo"></a>

</div>

<div id="colorbar"></div>

.
.


and some css


.
.
#after_logo {

position:relative;

height:14px;

}

#colorbar {

position:relative;

height:11px;

background:#fff url(../images/colorbar.jpg) repeat-x;


}
#header-logo {

height:110px;

}
.
.


i know there's some stuff missing to get the whole idea, but the point is that the colorbar always gets 14 pixels height, even though i specify 11. and if i specify a lower number it still shows 14, but any larger than 14 and it grows.

Driving me mad i tell you.. Cry | :((

Any help will be greatly appreciated!

Ericos Georgiades
AnswerRe: IE html/css problem Pin
MatrixCoder18-Mar-07 8:50
MatrixCoder18-Mar-07 8:50 
GeneralRe: IE html/css problem Pin
Eric Georgiades18-Mar-07 8:54
Eric Georgiades18-Mar-07 8:54 
GeneralRe: IE html/css problem Pin
Eric Georgiades18-Mar-07 9:02
Eric Georgiades18-Mar-07 9:02 
AnswerRe: IE html/css problem Pin
Guffa18-Mar-07 8:50
Guffa18-Mar-07 8:50 
GeneralRe: IE html/css problem Pin
Eric Georgiades18-Mar-07 8:52
Eric Georgiades18-Mar-07 8:52 
GeneralRe: IE html/css problem Pin
Guffa18-Mar-07 9:07
Guffa18-Mar-07 9:07 
GeneralRe: IE html/css problem Pin
Eric Georgiades18-Mar-07 9:13
Eric Georgiades18-Mar-07 9:13 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.