Navigacija
Lista poslednjih: 16, 32, 64, 128 poruka.

problem sa rezolucijom,

[es] :: Web dizajn i CSS :: problem sa rezolucijom,

[ Pregleda: 2076 | Odgovora: 9 ] > FB > Twit

Postavi temu Odgovori

Autor

Pretraga teme: Traži
Markiranje Štampanje RSS

CHaligno
Gordan Markovic
FREELANDER
Serbia

Član broj: 227016
Poruke: 5
93.87.210.*



Profil

icon problem sa rezolucijom,01.07.2009. u 14:45 - pre 180 meseci
Ima slicnih tema kao ova ali mi nista ne znace,,

ovakooo,,

imam problem oko rezolucije ,,
pravim sajt na cs4 na 19 monitor,rezulucija je kod mene 1440x900,ali pokusavam da odradim u jos nekim formama ali se nikako ne uklapaju,na svakom bezi manje ili vise ili ne dostaje desna strana pozadine ,,
ako ima neko da mi pomogne tj da setujem stranicu za sve zive rezolucije ako je moguce,
imam scriptu za manje od 800,ali je mnogo malaa..
bilo kakva pomoc samo da uravnotezim rezolucije za sve monitoree,


ajde ljudi,vec je poceo miss da mi tiltuje od udaranja,
a sad se spremam da letne monitor kroz prozor,,prso sam vise.
so far,so good,so what ...
 
Odgovor na temu

Milos911
Serbia

Član broj: 219127
Poruke: 1230
*.telenor.co.yu.



+303 Profil

icon Re: problem sa rezolucijom,01.07.2009. u 14:50 - pre 180 meseci
Nemoj da pises dimenzije u centimetrima(ili u cemu vec pises) nego u procentima. I sve ce biti ok...
 
Odgovor na temu

CHaligno
Gordan Markovic
FREELANDER
Serbia

Član broj: 227016
Poruke: 5
93.87.210.*



Profil

icon Re: problem sa rezolucijom,01.07.2009. u 14:55 - pre 180 meseci
cekaj mislis direktno na dreamu u procentima da radim,
e to je tek mala novost za menee iskusenjee,,
so far,so good,so what ...
 
Odgovor na temu

Milos911
Serbia

Član broj: 219127
Poruke: 1230
*.telenor.co.yu.



+303 Profil

icon Re: problem sa rezolucijom,01.07.2009. u 15:10 - pre 180 meseci
Ja iskopah ovo u helpu:
Citat:
Set table properties
You can use the Property inspector to edit tables.

Select a table.
In the Property inspector (Window > Properties), click the expander arrow in the lower-right corner and change properties as necessary.
Table Id An ID for the table.

Rows and Cols The number of rows and columns in the table.

W and H The width and height of the table in pixels, or as a percentage of the browser window’s width.
Note: You usually don’t need to set the height of a table.

Border Specifies the width, in pixels, of the table’s borders.
If you don’t explicitly assign values for the border, cell spacing, and cell padding, most browsers display the table with the border and cell padding set to 1 and cell spacing set to 2. To ensure that browsers display the table with no padding or spacing, set Border to 0, Cell Padding and Cell Spacing to 0. To view cell and table boundaries when the border is set to 0, select View > Visual Aids > Table Borders.

CellPad The number of pixels between a cell’s content and the cell boundaries.

CellSpace The number of pixels between adjacent table cells.

Align Determines where the table appears, relative to other elements in the same paragraph, such as text or images.
Left aligns the table to the left of other elements (so that text in the same paragraph wraps around the table to the right); Right aligns the table to the right of other elements (with text wrapping around it to the left); and Center centers the table (with text appearing above and/or below the table). Default indicates that the browser should use its default alignment.

When alignment is set to Default, other content is not displayed next to the table. To display a table next to other content, use Left or Right alignment.

Clear Column Widths and Clear Row Heights delete all explicitly specified row height or column width values from the table.

Convert Table Widths To Pixels and Convert Table Heights To Pixels set the width or height of each column in the table to its current width in pixels (also sets the width of the whole table to its current width in pixels).

Convert Table Widths To Percent and Convert Table Heights To Percent set the width or height of each column in the table to its current width expressed as a percentage of the Document window’s width (also sets the width of the whole table to its current width as a percentage of the Document window’s width).

Bg Color The table’s background color.

Brdr Color The color for the table’s borders.

Bg Image The table’s background image.
If you entered a value in a text box, press Tab or Enter (Windows) or Return (Macintosh) to apply the value.





Ti obrati paznju na ovo:
Citat:
Convert Table Widths To Percent and Convert Table Heights To Percent set the width or height of each column in the table to its current width expressed as a percentage of the Document window’s width (also sets the width of the whole table to its current width as a percentage of the Document window’s width).


Pa malo google :)
Mora da negde postoji opcija da se uvek koriste procenti ali ne koristim dreamweaver pa ne znam :)
I to je to.
 
Odgovor na temu

CHaligno
Gordan Markovic
FREELANDER
Serbia

Član broj: 227016
Poruke: 5
93.87.210.*



Profil

icon Re: problem sa rezolucijom,01.07.2009. u 15:20 - pre 180 meseci
ok hvala ti,

malo je zeznuto ovoo,ali cu probati da se snadjem,,

ma ako mi ovo bude predstavljalo problem,,
prelazim na joomlu,kazu da tamo direkno server setuje..


hvala jos jednom..na pomoci
so far,so good,so what ...
 
Odgovor na temu

snake_master
Čačak

Član broj: 18087
Poruke: 402
*.ptt.rs.

Sajt: Trenutno nemam:)


+2 Profil

icon Re: problem sa rezolucijom,01.07.2009. u 16:26 - pre 180 meseci
Pretežno se koristi fixed-width za postavljanje layouta. npr: 960px pogledaj: 960.gs

Prilikom dizajniranja same stranice u PhotoShopu se vodi računa kako će se dizajn prebaciti u HTML oblik...

Ali svejedno nisi dobro objasnio šta te konkretno muči, da li slika za background web stranice beži od sadržaja ili ti ceo sadržaj stranice stoji desno, u čemu praviš sajt itd...

Ovo ti je za centriranje web stranice bez obzira na rezoluciju monitora, sadržaj će uvek stajati na sredini.

Ne znam koliko dobro stojiš sa CSS-om ali ide ovako:

kreiraš jedan div kome daš ime npr: wrapper, i njemu zadaš sledeće:

Code:

#wrapper {
width: 960px; /* širina web stranice */
margin: 0 auto; /* ovo će centrirati stranicu na sredinu bez obzira na rezoluciju */
}


Ako te više interesuje ova oblast kreni polako sa tutorijalima...


 
Odgovor na temu

CHaligno
Gordan Markovic
FREELANDER
Serbia

Član broj: 227016
Poruke: 5
93.87.210.*



Profil

icon Re: problem sa rezolucijom,01.07.2009. u 16:44 - pre 180 meseci
hvala ti punooo


ee to sam traziooo,sad cu da to odradim
pa da vidim dal ce da upali..

ovo sto ne mogu da namestim mi je gore nego da me juri vukodlak,,ccc

javicu ti ako ispadne dobro

ali zemljak evo ti moj msn pa mi se javi da te pitam detaljnije

[email protected]

za cacak,hheheheeee///
pozz
so far,so good,so what ...
 
Odgovor na temu

CHaligno
Gordan Markovic
FREELANDER
Serbia

Član broj: 227016
Poruke: 5
93.87.210.*



Profil

icon Re: problem sa rezolucijom,01.07.2009. u 16:46 - pre 180 meseci
i da konkretno background slika bezi u desno.
so far,so good,so what ...
 
Odgovor na temu

snake_master
Čačak

Član broj: 18087
Poruke: 402
*.ptt.rs.

Sajt: Trenutno nemam:)


+2 Profil

icon Re: problem sa rezolucijom,01.07.2009. u 16:52 - pre 180 meseci


Nemam msn, evo ti na PM, gmail i skype pa se javi... :)
 
Odgovor na temu

braca86
student
sabac

Član broj: 217370
Poruke: 50
79.101.218.*



Profil

icon Re: problem sa rezolucijom,05.07.2009. u 18:13 - pre 179 meseci
pa samo u dreamveaweru upises 100% i treba da ti automatski prihvati provereno.... cak u cs4 imas porad padajuci meni u kome mozes da odaberas px ili procente...
 
Odgovor na temu

[es] :: Web dizajn i CSS :: problem sa rezolucijom,

[ Pregleda: 2076 | Odgovora: 9 ] > FB > Twit

Postavi temu Odgovori

Navigacija
Lista poslednjih: 16, 32, 64, 128 poruka.