Home >Web Front-end >HTML Tutorial >[Help] It feels like it's a problem with CSS styles_html/css_WEB-ITnose

[Help] It feels like it's a problem with CSS styles_html/css_WEB-ITnose

WBOY
WBOYOriginal
2016-06-24 12:21:181059browse

This post was last edited by wxsyd966 on 2013-05-15 12:44:01

CSS PHP

Environment: chrome browser wamp (PHP development environment)
Self-study PHP , I found a background management template
on the Internet, but when calling the date box
in the registration information and birthday column, the display is as follows:

It feels too ugly, and the function has no impact,


Please tell me how to change this date box to normal, not transparent style

Reply to the discussion (solution)

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

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn