Click here to Skip to main content
15,885,767 members
Home / Discussions / Web Development
   

Web Development

 
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 
QuestionHow can I make tables align in Opera & Firefox Pin
happyheartcs18-Mar-07 6:59
happyheartcs18-Mar-07 6:59 
AnswerRe: How can I make tables align in Opera & Firefox Pin
Guffa18-Mar-07 8:57
Guffa18-Mar-07 8:57 
GeneralRe: How can I make tables align in Opera & Firefox Pin
happyheartcs18-Mar-07 9:03
happyheartcs18-Mar-07 9:03 
AnswerRe: How can I make tables align in Opera & Firefox Pin
Guffa18-Mar-07 23:35
Guffa18-Mar-07 23:35 
QuestionHow can I rendering select list item with added attributes? Pin
howardjr17-Mar-07 22:05
howardjr17-Mar-07 22:05 
AnswerRe: How can I rendering select list item with added attributes? Pin
Saifi Hasan19-Mar-07 18:36
Saifi Hasan19-Mar-07 18:36 
GeneralRe: How can I rendering select list item with added attributes? Pin
howardjr20-Mar-07 14:19
howardjr20-Mar-07 14:19 
QuestionText Alignment in a Datagrid Pin
shyamts17-Mar-07 18:29
shyamts17-Mar-07 18:29 
NewsSession_OnEnd no longer fires Pin
achimera17-Mar-07 8:01
achimera17-Mar-07 8:01 
GeneralRe: Session_OnEnd no longer fires Pin
Guffa17-Mar-07 9:14
Guffa17-Mar-07 9:14 

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.