Editor window, buttons and other dom elements hidden behind bootstrap menu.
Editor window, buttons and other dom elements hidden behind bootstrap menu.
This question has an accepted answers - jump to answer
This discussion has been closed.
This question has an accepted answers - jump to answer
Answers
Here is the code for the page...
<!DOCTYPE html>
<html lang="en">
<head>
<title>OESA CMS Order Numbers</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="css/datatables.min.css">
<link rel="stylesheet" type="text/css" href="fontawesome5/web-fonts-with-css/css/fontawesome-all.min.css">
<link rel="stylesheet" type="text/css" href="css/jquery.dataTables.min.css">
<link rel="stylesheet" type="text/css" href="css/buttons.dataTables.min.css">
<link rel="stylesheet" type="text/css" href="css/select.dataTables.min.css">
<link rel="stylesheet" type="text/css" href="css/editor.dataTables.min.css">
<style>
td.styled_table {
font-family: Helvetica;
color: grey;
}
</style>
</head>
<body>
</body>
</html>
did you look at the z index of each? You might have to adjust it for this situation, and/or move it down a hair
What is the z index and how would i change it?
https://css-tricks.com/almanac/properties/z/z-index/ will explain
Great link and it did move the buttons, etc. down but now the datatable is covering the dom objects. I've tried using headeroffset but it doesn't do anything. I'm probably using it wrong or my understanding of what it does is wrong. I thought headeroffset would move the header of the datatable down. Is that right?
What I'm trying is ...
Could you give us a link to the page showing the issue so we can debug it directly?
Thanks,
Allan
Ok. https://jsfiddle.net/vun7y6sk/3/
Thanks - however, I'm getting a lot of 404 errors there. Most of the imports are relative and they are being loaded from JSFiddle, which doesn't have those resources.
Are you able to give me a link to a running page that shows the issue you are seeing please?
Allan
[login details revoked]
Not all the links work yet. I am still working on the site. The first half of links under "Lookup Data" currently work. Also as a work around I added a table with no data to move the buttons and such down. If you load chp_area_offices-db.php you will see the problem. I commented out the table on this one page to show the problem.
I found the problem. It was the css and js I was using. Had some in the wrong order and others were old.
Super - thanks for posting back to let me know!
I've removed the login details from the post above now.
Allan
Thank you for removing those.