I have two divs, and I want them to be surrounded by the same limit as "look like" Can help solve it?
I like to see it
_____ top | | | __ | Down | | | ─────────
The way PS I tried to add that border-bottom: white to `` # top` div is.
However, it becomes more complicated because #bottom < Div>
Here is html.
& lt; Div id = 'top' & gt; Top & lt; / Div & gt; & Lt; Div id = 'bottom' & gt; Down & lt; / Div & gt;
Here's the CSS
#top {width: 100px; Height: 100 pixels; Border: Solid 1px black; Border bottom: solid 3px white; Status: Relative; Z-index: 1000; } #botum {width: 200px; Height: 200 pixels; Border: Solid 1px black; Status: Completed; }
If you need this, JSField is here
Thank you for your help!
Another solution, try the selector first:
# Top {width: 100px; Height: 100 pixels; Border: Solid 1px black; Border bottom: None; Background: #fff; } #botum {width: 200px; Height: 200 pixels; Border: Solid 1px black; Border-top: none; } #Botm: {Before Content: ""; Display area; Margin-left: 100px; Border-top: solid 1px black; }
Popular posts from this blog
I have written a simple httprequest / response code and I am getting this error below: I used to type in my classpath httpclient, httpcore, common -Codecs and general logging. I am very new to Java and I do not know what's going on here. Please help me. code: import org.apache.http.client.HttpClient; Import org.apache.http.client.methods.HttpGet; Import org.apache.http.HttpResponse; Import org.apache.http.impl.client.HttpClientBuilder; Import org.apache.http.Header; Import org.apache.http.HttpHeaders; Public class UnshorteningUrl {public static zero main (string [] args throws exception {HttpGet request = zero; HTTP Client Client = HTTP ClientBuilder.credit (). Build (); Try {Request = New HTTP Gate ("trib.me/1lBFzSi"); HttpResponse httpResponse = client.execute (request); Header [] header = httpResponse.getHeaders (HttpHeaders.LOCATION); // Preconditions.checkState (headers.length == 1); String new url = header [0] .getValue (); System.out.println ("new url...
I am working on a Kiwi project, and I want to be able to play it video, but I have been Gstreamer To set up I have to face a terrible time. I tried the brew install gst-python , but I get the following message, which is quite meaningless for me. brew install gst-python == & gt; GST-Python Dependency Installation: pygtk == & gt; Http://ftp.acc.umu.se/pub/GNOME/sources/pygtk/2.24/pygtk- Downloading- Pre-Downloaded: / Library / Catches / Homebrew /pygtk-2.24.0.tar .bz2 == & gt; Checking for .configure --prefix = / usr / local / cellar / pygtk / 2.24.0 pkg-config ... no GLIB - version & gt; = 2.8.0 ... No *** A new enough version of Pkg-config was not found. *** Configure http://www.freedesktop.org/software/pkgconfig/: Error: Need a gobject to create pygtk? Based on the site, I have to clone a repository, but is there a specific place in which the repository is needed? Is there an easy way to get Gstreamer, like PIP, or do I have to do all this to get it? This...
The day was struggling with this. I have three series on a chart that looks like this. Note: I am using vanof control. They are being added on the basis of input from the calculation. I am using this code to add value to each series. this.chart1.Series ["green"]. Points. AddY (greenvalue); This.chart1.Series ["totalsaving"] Points.AddY (totalsavingvalue). This.chart1.Series ["blue"] Points.AddY (bluevalue). I have set series properties like this. Both green and totalsaving are set to StackedColumn, the blue chart is set to the column for type. I started then To do is a button that brings the user back to the input field and then I am using this code to clear the series values on the start code. chart 1. Series ["totaling"]. Points. clear (); Chart1.Series ["green"] Points.Clear () .; Chart1.Series ["blue"] Points.Clear () .; The same calculation click above is being calculated for the calculation of th...
Comments
Post a Comment