Home >Web Front-end >HTML Tutorial >[Help] It feels like it's a problem with CSS styles_html/css_WEB-ITnose
CSS PHP
Environment: chrome browser wamp (PHP development environment)Where did you copy this code from? ?First check if the original one is normal. In addition, your css path must be correct
Where did you copy this code from? First check if the original one is normal. In addition, your css path must be correct
Hello moderator, my background is a template, and the datepicker.js of the date is an instance on the jquery official website
The current status shows the CSS style of my background, with a green font
But I also I can't replace jquery's CSS style with my background CSS style. . .
Can’t I replace the CSS style of my background with jquery’s CSS style?
If you find the CSS definition of this code and change it, if it looks like this, it must be that some definition is missing
Can’t I replace the CSS style of my background with jquery’s CSS style?
If you find the CSS definition of this code and change it, if it looks like this, there must be some definition missing
Source The files called are
This feeling is not
Then jquery.ui.all.css contains @import "jquery.ui.base.css"; and @import "jquery.ui.theme.css ";
@import "jquery.ui.theme.css"; contains
@import url("jquery.ui.core.css");
@import url("jquery. ui.accordion.css");
@import url("jquery.ui.autocomplete.css");
@import url("jquery.ui.button.css");
@import url ("jquery.ui.datepicker.css");
@import url("jquery.ui.dialog.css");
@import url("jquery.ui.menu.css");
@import url("jquery.ui.progressbar.css");
@import url("jquery.ui.resizable.css");
@import url("jquery.ui.selectable.css" );
@import url("jquery.ui.slider.css");
@import url("jquery.ui.spinner.css");
@import url("jquery.ui. tabs.css");
@import url("jquery.ui.tooltip.css");
@import "jquery.ui.theme.css"; Contains the following definitions
Component containers
Interaction states
Interaction Cues
Icons etc.
-------------------------------- -------------------------------------------------- ----------------
Which is the CSS definition for controlling the date selection box?
jquery.ui.autocomplete.css
jquery.ui. autocomplete.css
Is the date selection box also a style controlled by jquery.ui.autocomplete.css?
Shouldn't it be "jquery.ui.datepicker.css"?
Your current problem is not the date control style problem, but the auto-complete prompt positioning problem
Oh, sorry, I read it wrong.
You really need to adjust this style
jquery.ui.datepicker.css
The background color should be transparent, so it looks ugly when it overlaps with the text box below.
Oh, sorry, I saw it wrong.
You really need to adjust this style
jquery.ui.datepicker.css
The background color should be transparent, so it looks ugly when it overlaps with the text box below.
Please tell me what should be changed