Jump to content

Grid Sistemi Aynı Anda Div Uzaması Sorunu


Recommended Posts

Merhaba arkadaşlar.

Semantic UI Grid sisteminde orta bloğa herhangi bir içerik girdiğim zaman sol ve sağ blok da içerik bloğu ile birlikte aynı büyüklükte oluyor. Ben uzamasın normal divler ile yapılan iskelet gibi birbirinden bağımsız olsun istiyorum. Uğraştım ama sorunu gideremedim. Nasıl düzeltebilirim.?

 

Resimde orta bloğa giriş formu yazılmıştır ama sağ ve sol blok gördüğünüz gibi orta blokla aynı boyutta olmuştur.

AgV1o0.png

 

custemize.css

/* Genel Yapı */
.kapsayici { border: 1px solid red!important; margin-top: 10px!important; }
.kapsayici2 { margin-top: 20px!important; }

/* Menü Sistemi */
.logo { padding-left: 0!important; }
.arama { padding-right: 0!important; }
.ui.inverted.menu .dropdown .menu { background: #353535!important; }
.ui.inverted.menu .dropdown .menu .item { color: white!important; }
.ui.inverted.menu .dropdown .menu a:hover.item { background: #494949!important; color: white!important; }

/* Grid Sistemi */
.grid-sistem { margin: 10px 0 !important; padding:0 !important; }
.aside-left { margin: 0 !important; padding:0 !important; border: 1px solid #ddd; }
.content { margin: 0 20px!important; padding:5 !important; border: 1px solid #ddd; }
.aside-right { margin: 0 !important; padding:0 !important; border: 1px solid #ddd; }

index.php

<!DOCTYPE html>
<html lang="en">
<head>
    <link rel="stylesheet" type="text/css" href="css/reset.css">
    <link rel="stylesheet" type="text/css" href="semantic/dist/semantic.min.css">
    <link rel="stylesheet" type="text/css" href="css/custemize.css">
    <script src="js/jquery-2.1.4.min.js"></script>
    <script src="js/script.js"></script>
    <script src="semantic/dist/semantic.min.js"></script>
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <meta charset="UTF-8">
    <title>Tasarım</title>
</head>
<body>
     
<!-- Header -->
<header id="Header">
   <!-- Navbar -->
    <nav id="Navbar">
        <div class="ui inverted attached stackable menu">
            <div class="ui container">
		<div class="header item logo"><img src="semantic/examples/assets/images/logo.png"></div>
                <a class="item"><i class="home icon"></i> Home </a>
                <a class="active item"><i class="grid layout icon"></i> Browse </a>
                <a class="item"><i class="mail icon"></i> Messages </a>
		<div class="ui simple dropdown item"> More <i class="dropdown icon"></i>
		   <div class="menu">
		      <a class="item"><i class="edit icon"></i> Edit Profile</a>
		      <a class="item"><i class="globe icon"></i> Choose Language</a>
		      <a class="item"><i class="settings icon"></i> Account Settings</a>
		  </div>
		</div>
                <div class="right menu">
                    <div class="item arama">
                       <div class="ui icon input">
                        <input type="text" placeholder="Search...">
                        <i class="search link icon"></i>
                        </div>
                    </div>
                </div>
            </div>
        </div>
    </nav>
	<!--# Navbar #-->
</header>
<!--# Header #-->

<!-- Grid -->
<div class="ui container kapsayici2">
    <div class="ui equal width stackable grid grid-sistem">
        <div class="column aside-left"><!-- Sol Blok --> <?php include "aside-left.php"; ?> </div>
        <div class="eight wide column content"><!-- Orta Blok --> <?php include "content.php"; ?> </div>
        <div class="column aside-right"><!-- Sağ Blok --> <?php include "aside-right.php"; ?> </div>
    </div>
</div>
<!--# Grid #-->
</body>
</html>
Edited by Abdullah 37
Link to comment
Share on other sites

sistem %100 default değerlerinde.. 

en için bir pixel değeri girersen pencereler de bu komuta göre şekillenir.

 

Hocam biraz açar mısın. Tam olarak ne demek istediğini anlayamadım. Scripte tam olarak nerede ve nasıl düzenleme yapmalıyım

Edited by Abdullah 37
Link to comment
Share on other sites

  • 2 hafta sonra ...
  • 3 hafta sonra ...

Konu güncel.

<div class="ui container kapsayici2">
    <div class="ui equal width stackable grid grid-sistem">
        <div class="column aside-left"><!-- Sol Blok --> <?php include "aside-left.php"; ?> </div>
        <div class="eight wide column content"><!-- Orta Blok --> <?php include "content.php"; ?> </div>
        <div class="column aside-right"><!-- Sağ Blok --> <?php include "aside-right.php"; ?> </div>
    </div>
</div>

column aside-left

eight wide column content

column aside-right

bu kırmızı ile işaretlediğim yerlerle alakalı büyük ihtimal boostrap ile aynı mantık buda md2 md6  md4  gibi ayarlanıyor bundada gird sistemi 12 kolonluk ızgara sisteminden olusuyor buda aynıdır büyük ihtimal tam yapısını bilmiyorum ama

 

bundada 16 grid ızgara yapısı kullanıyor yani bölücen 4 girid bi yere 10 grid bi yere 2 grid bi yere şeklinde ozaman tasarım olarak birbirinden bagımsız olur

 

baktım sitesine 4 eşit parcaya bölmüş 16 yı burdan yürütürsün mantıgını artık

 

2pzV0Ha.png

t3odgSx.png

Edited by abdullahTR
Link to comment
Share on other sites

abdullahTR hocam siteyi kolonlara bölmede sıkıntım yok. Sıkıntım şu hocam.

 

Sol bloğa içerik giriyorum ya (örneğin giriş formu), haliyle divin height değeri içine girilen ögenin yüksekliğine göre otomatik olarak yükseliyor. Ama orta ve sağ blokta hiçbir içerik girilmemesine rağmen onlarda aynı anda sol blokla birlikte height değeri büyüyor. Ben bu olayı çözemedim.

Edited by Abdullah 37
Link to comment
Share on other sites

abdullahTR hocam siteyi kolonlara bölmede sıkıntım yok. Sıkıntım şu hocam.

 

Sol bloğa içerik giriyorum ya (örneğin giriş formu), haliyle divin height değeri içine girilen ögenin yüksekliğine göre otomatik olarak yükseliyor. Ama orta ve sağ blokta hiçbir içerik girilmemesine rağmen onlarda aynı anda sol blokla birlikte height değeri büyüyor. Ben bu olayı çözemedim.

benim sana bunu söyleyebilmem için yapısını cok iyi bilmem lazım malesef benimde bilgim sınırlı bakarım ama anlayabilirsem yardımcı olmaya calısırım

 

boostrapı kurcaladım böyleymiş seninkide benziyordur herhalde

http://s8.dosya.tc/server/o56cax/bootstrap.zip.html

oVKWJ84.png

Edited by abdullahTR
Link to comment
Share on other sites

  • 2 hafta sonra ...

benim sana bunu söyleyebilmem için yapısını cok iyi bilmem lazım malesef benimde bilgim sınırlı bakarım ama anlayabilirsem yardımcı olmaya calısırım

 

boostrapı kurcaladım böyleymiş seninkide benziyordur herhalde

 

Evet hocam bootstrap'da böyle oluyor ama semantic farklı sanırım.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

  • Similar Content

    • By artae
      WebAcappella Grid 1.6.19 Multilingual
      Languages: Multilingual | File size: 73.6 MB

      Create a unique site that looks like you. The creation of a site, a complex, time-consuming and tedious work? No time to code in HTML and javascript to adapt your site for all types of screens? Create a multilingual site and give real visibility to your business on the Internet without subscription or hidden costs. Pilot your website in complete autonomy.

      No subscription or hidden fees
      WebAcappella and its visual editor accompanies you since 2005 in the creation of your Internet site by forgetting the technique.

      Google Friendly
      An ALL RESPONSIVE site with no duplicate content and integrated SEO tools. Everything to follow Google's recommendations.

      Go international
      Expand your business worldwide with multilingual site management!

      Follow the trends
      One Page Scrolling or Multipage, Parallax Effect ...
      Easy to create a trendy and optimized website!

      Taste the unlimited
      Create as many pages as you want!

      Let your creativity speak for itself
      - Contact forms and sending files
      - Google Web Fonts integration
      - Creation of reusable styles
      - Navigation menu
      - Text Zone
      - Image
      - Photo gallery and slideshow
      - Integrate your HTML code
      - Audio and video element
      - Customization of meta title and description tags
      - Publication in 1 click
      - And a lot of other things...

      Webacappella Grid
      WebAcappella Grid is based on a grid layout (Bootstrap style) that requires more patience and learning but allows you to automate some layouts (cascading for mobile).

      RELEASE NOTES
      Release notes were unavailable when this listing was updated.

      Requirements: Windows® 10
      DOWNLOAD
      (Buy premium account for maximum speed and resuming ability)


      https://nitroflare.com/view/24DC2B657C63754/5il9u.WebAcappella.Grid.1.6.19.Multilingual.rar



      https://rapidgator.net/file/b3b82380a20a524b69c8916f300e61f3/5il9u.WebAcappella.Grid.1.6.19.Multilingual.rar


    • By artae
      File size: 15 MB
      The fast, easy way to organize windows on your Mac. Grid allows you to snap windows by dragging, keyboard shortcuts, or menu bar.

      Release Notes
      Release notes were unavailable when this listing was updated.
      Supported Operation Systems:
      macOS 10.10 or later 64-bit
      DOWNLOAD
      (Buy premium account for maximum speed and resuming ability)


      http://nitroflare.com/view/02B39F31EDD900F/yis35.Grid.1.4.macOS.rar



      https://rapidgator.net/file/7e4d76595944b65fcb8eef87d484819a/yis35.Grid.1.4.macOS.rar


    • By artae
      File size: 468 MB

      BIAS AMP 2 is the ultimate virtual amp designer, authentically recreating the tone and feel of real tube amplifiers, while allowing you to mix and match components to create your ideal amp. You can use Amp Match to clone the tone of real hardware or a guitar track, or connect to the ToneCloud to gain access to thousands of custom amps from artists and recording studios, or upload your own custom tones to the cloud. BIAS AMP 2 represents a revolution in virtual amplifier design, providing the tools to take your ultimate guitar tone with you anywhere, from the studio to the stage and back again.

      DYNAMIC TONE ENGINE
      For BIAS AMP 2 we worked with artists, engineers and recording studios to improve the already hyper-authentic touch response of our amplifier circuits. The result is a new playing experience, with increased touch responsiveness and dynamics. With new tubes, transformer, dynamic tone control and a completely redesigned speaker cabinet module with multi-mic capability, you now have the tools to take your tone explorations further than ever before!

      BIAS MEETS CELESTION
      When it comes to speakers, Celestion is the most trusted name in the history of rock and roll. Their drivers have been used on more classic songs and tones than any other manufacturer, and their impulse responses are the favorites of guitarists ranging from Pete Thorn and Scott Henderson to George Lynch. We've partnered with Celestion to make their IR's easier to use than ever before, so you can forget loading individual files! Just select a custom Celestion cab and start moving the mics around - BIAS AMP 2 does the rest.

      REDESIGNED AMP PACKS
      BIAS AMP 2 adds two new custom amp packs to your sonic palette. Blues is all about gooey clean to mid-gain amps, and Bass brings amps and speaker cabs just for bass guitars. Add in all of the custom component options, and you have literally thousands of custom amps at your fingertips. There's nothing else like it!

      LUSH REVERBS
      BIAS AMP 2 features nine built-in reverbs - ranging from huge halls to intimate rooms - with full control over their size and character. Between the different reverb types and the extensive filtering and saturation options, BIAS AMP 2 has all your reverb needs covered.

      AMP MATCH
      AMP Match can already match the tone of any mic'd reference amp, but we've made it even better in BIAS AMP 2: now matching a tone is as easy as importing an audio file! Not only that, if you aren't all that familiar with dialing amps yourself you can ask AMP Match to guess the circuit for you. You'll get faster and better results no matter what your skill level is, making it even easier to get to your ideal tone.

      TONECLOUD
      Download and Share Custom Tones
      The Positive Grid ToneCloud is more than just a simple storage tank for your own custom amps - it's an online community where musicians from all over the world can share and discuss tones, to the benefit of everyone. There are thousands of custom amps on the ToneCloud, uploaded by artists, recording studios and guitarists just like you. Download artists' signature amps, or try out the latest and most popular matched amps created by your fellow guitarists.

      THE WORLD'S MOST EXTENSIVE LIBRARY OF PRO TONES
      The tone-creation possibilities are nearly infinite with BIAS AMP 2, which comes with 100 new custom amps in a variety of genres. Download artists' signature amps, or try out the latest and most popular matched amp models created by your fellow guitarists. It doesn't matter what kind of music you play or what kind of tone you're looking for - chances are good that it's on the ToneCloud.

      BIAS FX INTEGRATION
      BIAS AMP was designed to integrate directly with BIAS FX, Positive Grid's flagship amp-and-effects processing environment. All of the custom amplifiers you create with BIAS AMP 2 are automatically available in BIAS FX, providing a foundation for your ideal finished tone. Start with an amp that fits your playing like a glove in BIAS AMP 2, and then open it in BIAS FX and add pedal and racks effects. It's a seamless and revolutionary workflow, making it easier than ever to create your own signature tones!

      Whats New
      Bug Fixes
      We have signed BIAS Amp 2 installers for Gatekeeper on macOS, meaning there will no longer be a security warning message when opening the installer of BIAS Amp 2.
      Fixed the issue that BIAS Amp 2 doesn't work with Steinberg UR22C/12C series.

      HOMEPAGE
      https://www.positivegrid.com/
      DOWNLOAD
      (Buy premium account for maximum speed and resuming ability)


      http://nitroflare.com/view/604454EF7DD925F/g1t34.Positive.Grid.BIAS.AMP.2.2.11.1472.rar



      https://rapidgator.net/file/e00e6db51b0b87622f78effffe6b0511/g1t34.Positive.Grid.BIAS.AMP.2.2.11.1472.rar


    • By Abdullah 37
      Arkadaşlar grid yapılı bir sistemde float left yapılarak yan yana getirilen kutucukların kayma yapmaması için nasıl bir yöntem kullanıyorlar. Bootstrap yada diğer frameworklar, framework yapısını kodlarken bu temizleme işlemini nasıl yaptırıyor? Bilginiz var mı?
  • Recently Browsing   0 members

    No registered users viewing this page.

×
×
  • Create New...