Hi Jeff,
I tried the no padding and no margin with left alignment. I still get a large space in IE. The only way I can change it to make it look the same is by using a pixel value width, however this means I have to set the size of each button manually (as the length of text in each button...
Hi,
I'm trying to find out why in IE the following button:
<input name="button" type="button" value="This is a Simple Sample Button">
has padding on the left and right and is centered while in Firefox there is no padding. I'm assuming Firefox is rendering the button in the right way, is...
Hi,
Cheers for that it works. I have no idea why thats needed but it does the job. Must have been a bug with IE which is corrected with adding "overflow:hidden;" I guess.
Hi,
I have a simple red box which looks right in FF/NS but not in IE.
The code is
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<style>
#redBorder {
position:absolute;
background-color:#CC0000;
top:94px;
left:0px...
I installed the support tools on the DC and ran 'netdom query fsmo' it shows the computer is the owner of all the 5 FSMO roles. I then ran dcdiag, the results are shown below. File replication was taking place before with another DC, until it failed, which is the reason I had to promote this...
Hi, I followed the seize roles, is there any way to check if the DC is now the main DC (PDC). I have tried connecting other computers to the domain but without success. Thanks.
Just as a test, I put the computers on a workgroup and they could see each other and access each other. I then tried putting the computers back on the domain. When I tired to put the computers back on the domain I got the message "The specified domain either no longer exists or could not be...
When I try to ping, it says host unreachable. All the computers are connected via a switch. I had just promoted a DC to run AD, but then I realised I couldn't even test if that was working because the computers are not seeing each other.
Hi,
I have a DC computer and several other computers on a network. Why can't I see the DC under my network places on one of the computer on the network, I should be able to see the computer, shouldn't I. Any reason why I wouldn't?
Thanks,
Taha
Hi,
I have a domain with two DC's on Windows 2000 Advanced Server. The Primary DC has gone done, the hard drive has been totally corrupted. I'm now trying to make the other DC (BDC) act as the primary. I followed the steps in:
http://support.microsoft.com/?id=255504
But when trying to...
Ok, I'll try that out and tell you how it goes. The text is actually held inside a div which has a background image. and that image has to be there for the header to look complete, since the all the parts make one header. Anyway, I'll try what you have suggested. Many Thanks. [smile]
Hi,
I'm trying to make a title header in css, the header has three parts. The 1st and 3rd part are images, and the 2nd part holds the text for the header. Something like:
-----------|---------------------------|--------|
Graphic Text Graphic
The whole header is...
Hi,
Thanks for your pointers Vragabond. Much Appreciated ?. Yeah it was messy, so I cleared it up. This looks the same in Firefox and IE 6 now. There is one header across the whole browser width, with 3 columns beneath stretching right down to the bottom of the browser window, and a content...
Hi,
I have a problem and I can't figure out whats wrong. I have a mshflexgrid connected to a ado control. The mshflexgrid displays the data in the database correctly.
I used this code to highlight a row when a user clicked on a row:
Private Sub MSHFlexGrid2_Click()
For i = 1 To...
thanks,
just one more thing I want to update a combo box to the value of the year for example:
------
// $date_arr[0] = 2005
<select name="Year">
<option selected value='<?=$date_arr[0]?>' >2002
<option value="2003">2003
<option...
Oh,
when I do that I get:
echo ($date[0]."<BR>"); // = 2
echo ($date[1]."<BR>"); // = 0
echo ($date[2]."<BR>"); // = 0
for the date 2005-00-01.
heres my code:
--
$date = $row1["ExDate"];
$date_arr=explode("-",$date);
echo...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.