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 have a very strange situation with Powerbuilder 12.1. I have two issues that can be related - mainly because this is the exact same data window report. Problem # 1: You can not see the contents of Detavindo any and went nowhere, lost the ability to debug and display content Detavindo at runtime during the debug and runtime. But when you go into the data window in design mode, it prompts for the values of those parameters, the content is only displayed, it is okay. Edit: Solve. This is due to a powerbiller that uses an integer rather than a long variable. The identity identifier in the database exceeds the upper limit of a PowerBuilder 16-bit integer (32767). I updated the logic for longer use, and resolved this problem # 1. ISSUE # 2: When I run the report code using the same data window mentioned in issue # 1 above, in debug mode, to create a new report file, this work Done - only in DEBUG mode Runtime failure - I got an error -1 during the runtime for the exact same...
I ran into an awkward CSS problem in Chrome, I made a pen as an example: .flip {status: relative; Display: Inline-block; Vertical-alignment: top; Width: 90px; Height: 94px; Border: 4px solid white; } .flip .card {width: 100%; Height: 100%; Line-height: 86px; Text align: center; Webkit-conversion-style: protected-3D; -MOZ-Transform-Style: Protected-3D; -MMS-conversion-style: protection-3D; -O-conversion-style: protected-3D; Conversion-style: protection-3d; -WebKit-Infection: 0.5s; -Mozy-infected: 0.5s; -MM-Infection: 0.5s; -O-Infection: 0.5s; Infection: 0.5s; } .flip .card .face {width: 100%; Height: 100%; Z-index: 2; Font size: 1.5em; Webkit-Backfiest-Visibility: hidden; -MOZ-BACKEX-visibility: hidden; -MM-Backup-visibility: hidden; -O-Backfesses-visibility: hidden; Backfirst-visibility: hidden; } .flip .card .back a {display: block; White color; } I have created some div inside the hyperlinks. I have set the display mode to block, so the link should be spread across the ar...
Comments
Post a Comment