Zum Inhalt springen

qweasd

Mitglieder
  • Gesamte Inhalte

    6
  • Benutzer seit

  • Letzter Besuch

  1. Hi habe folgenden Code: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <link rel="stylesheet" type="text/css" href="css.css"> <title>test</title> </head> <body alink="#ee0000" link="#0000ee" vlink="#551a8b"> <div id="header">header</div> <div id="menu">menue</div> <div id="main">main</div> <div id="footer">footer</div> </body> </html> und die css dazu: body { font-family:Helvetica,Arial,Verdana,sans-serif; font-size:14px; text-align:center; width:728px; border:2px; border-style:solid; margin:auto; margin-bottom:10px; } #header { } #menu { border-top:2px; border-top-style:solid; } #main { background:rgb(226,226,226); border-top:2px; border-top-style:solid; padding:20px; } #footer { border-top:2px; border-top-style:solid; } wenn ich die Seite in Firefox aufrufe, sieht alles so aus wie es soll (http://img9.myimg.de/firefox6d28f.png), im Internet Explorer (6) zieht sich das Design aber über die ganze Seite (http://img9.myimg.de/ie241b6.png)! Wo liegt der Fehler ?! Vielen Dank!!!
  2. Hi wie kann ich einen Punkt vor den letzten zwei Zahlen eines Strings einsetzen? Also aus z.B. 2000 soll 20.00 werden und aus 10000 soll 100.00 werden
  3. @Klotzkopp: nein, das ganze soll kein Text sein, sondern eine Zeichenfolge aus Buchstaben und Zahlen
  4. Hallo zusammen kann mir jemand sagen wie folgender Code verschlüsselt ist bzw. wie man ihn entschlüsseln kann? Sieht nach base64 aus, aber wenn ich ihn damit entschlüssele werden nur kryptische Zeichen angezeigt.... MBQBAAAPrAQBAAAPrAQBAAAPrAIAAA== Vielen Dank!
  5. Hallo habe folgenden Code, wie kann ich das Menü zentrieren? Sollte eigentlich relativ simpel zu lösen sein <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1"> <title>test</title> <style type="text/css"> <!– #dolphincontainer { position:relative; height:56px; color:#E0E0E0; background:#143D55; width:100%; font-family:Helvetica,Arial,Verdana,sans-serif; } #dolphinnav { position:relative; height:33px; font-size:12px; font-weight:bold; background:#fff url(images/dolphin_bg.gif) repeat-x bottom left; padding:0 0 0 20px; } #dolphinnav ul { margin:0; padding:0; list-style-type:none; width:auto; float:left; } #dolphinnav ul li { display:block; float:left; margin:0 1px; } #dolphinnav ul li a { display:block; float:left; color:#EAF3F8; text-decoration:none; padding:0 0 0 20px; height:33px; } #dolphinnav ul li a span { padding:12px 20px 0 0; height:21px; float:left; } #dolphinnav ul li a:hover { color:#fff; background:transparent url(images/dolphin_bg-OVER.gif) repeat-x bottom left; } #dolphinnav ul li a:hover span { display:block; width:auto; cursor:pointer; } #dolphinnav ul li a.current,#dolphinnav ul li a.current:hover { color:#fff; background:#1D6893 url(images/dolphin_left-ON.gif) no-repeat top left; line-height:275%; } #dolphinnav ul li a.current span { display:block; padding:0 20px 0 0; width:auto; background:#1D6893 url(images/dolphin_right-ON.gif) no-repeat top right;height:33px; } –> </style> </head> <body style="background-color: rgb(226, 226, 226); color: rgb(0, 0, 0);" alink="#ee0000" link="#0000ee" vlink="#551a8b"> <table style="width: 100%; text-align: center;" border="1"> <tbody> <tr> <td>titel</td> </tr> <tr> <td> <!-- Anfang Menü --> <div id="dolphincontainer"> <div id="dolphinnav"> <ul> <li><a href="?action=" title=""><span>Home</span></a></li> <li><a href="?action=" title=""><span>About Us</span></a></li> <li><a href="?action=" title=""><span>Services</span></a></li> <li><a href="?action=" title=""><span>Our Work</span></a></li> <li><a href="?action=" title=""><span>Contact Us</span></a></li> </ul> </div> </div> <!-- Ende Menü --> </td> </tr> <tr> <td></td> </tr> <tr> <td>Content</td> </tr> </tbody> </table> </body> </html>
  6. hallo wie kann ich eine *.bin datei in plaintext umwandeln? danke! edit: also hatte einen base64 hash dann kam ne bin datei raus

Fachinformatiker.de, 2024 by SE Internet Services

fidelogo_small.png

Schicke uns eine Nachricht!

Fachinformatiker.de ist die größte IT-Community
rund um Ausbildung, Job, Weiterbildung für IT-Fachkräfte.

Fachinformatiker.de App

Download on the App Store
Get it on Google Play

Kontakt

Hier werben?
Oder sende eine E-Mail an

Social media u. feeds

Jobboard für Fachinformatiker und IT-Fachkräfte

×
×
  • Neu erstellen...