Sindbad~EG File Manager
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, maximum-scale=1.0, user-scalable=0">
<style>
.svg-button {
position: relative;
display: block;
background-color: transparent;
border: none;
overflow: visible; /* Ensures children can be positioned properly */
}
#SolveButtonText {
position: absolute;
left: 16px; /* Added px */
top: 8px; /* Added px */
overflow: visible;
}
</style>
</head>
<body>
<button type="submit" name="solveNow" id="solveEquationButton" class="svg-button">
<!-- Background -->
<svg width="130" height="30" style="position: relative; overflow: visible;" xmlns="http://www.w3.org/2000/svg">
<rect width="130" height="30" fill="rgb(0,0,128)" />
</svg>
<!-- Text -->
<svg id="SolveButtonText" class="buttontext" width="105" height="16" xmlns="http://www.w3.org/2000/svg">
<text x="0" y="13" style="font-size:12pt; fill:rgb(255,255,255); stroke:none; dominant-baseline: middle;">
Solve for <tspan style="font-style:italic">x</tspan>
</text>
</svg>
</button>
</body>
</html>
Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists