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

TIGRA MENU (pomoc oko rezolucije)

[es] :: Javascript i AJAX :: TIGRA MENU (pomoc oko rezolucije)

[ Pregleda: 2995 | Odgovora: 2 ] > FB > Twit

Postavi temu Odgovori

Autor

Pretraga teme: Traži
Markiranje Štampanje RSS

nadiss
bihac BiH

Član broj: 7625
Poruke: 19
*.as54.bi.bih.net.ba.



Profil

icon TIGRA MENU (pomoc oko rezolucije)30.08.2004. u 19:22 - pre 239 meseci

Koristio sam na stranici navigacijski meni uradjen u javascriptu (Tigra menu).
Sve uredno radi na rezoluciji 1024x768(mislim na poziciju menija) ali kad se stranica
pogleda na 800x600 nije uredu pozicioniranj manija.

Meni se sastoji od 3 javascript fajla jedan od fajlova je ovaj za pozicioniranje

/* --- geometry and timing of the menu ---
values are the lists with parameters for different menu levels
for this menu: [blue_level, green_level, red_level]
*/
var MENU_POS1 = {
// item sizes for different levels of menu
'height': [24, 20, 20],
'width': [110, 150, 150],
// menu block offset from the origin:
// for root level origin is upper left corner of the page
// for other levels origin is upper left corner of parent item
'block_top': [165, 23, 60],
'block_left': [140, 0, 130],
// offsets between items of the same level
'top': [0, 21, 21],
'left': [100, 0, 0],
// time in milliseconds before menu is hidden after cursor has gone out
// of any items
'hide_delay': [200, 200, 200]
};

/* --- dynamic menu styles ---
note: you can add as many style properties as you wish but be not all browsers
are able to render them correctly. The only relatively safe properties are
'color' and 'background'.
*/
var MENU_STYLES1 = {
// default item state when it is visible but doesn't have mouse over
'onmouseout': [
'color', ['#FFFFFF', '#000000', '#000000'],
'background', ['#4682B4', '#46B446', '#B44646'],
'textDecoration', ['none', 'none', 'none'],
'fontWeight', ['normal', 'normal', 'normal'],
],
// state when item has mouse over it
'onmouseover': [
'color', ['#FFFFFF', '#000000', '#000000'],
'background', ['#5AA7E5', '#5AE55A', '#E55A5A'],
'textDecoration', ['none', 'none', 'none'],
'fontWeight', ['normal', 'bold', 'normal'],
],
// state when mouse button has been pressed on the item
'onmousedown': [
'color', ['#FFFFFF', '#000000', '#000000'],
'background', ['#5AA7E5', '#5AE55A', '#E55A5A'],
'textDecoration', ['none', 'none', 'none'],
'fontWeight', ['normal', 'bold', 'normal'],
]
};

Ako neko zna kako rijesiti problem sa rezolucijom HVALA Najljepsa
 
Odgovor na temu

nadiss
bihac BiH

Član broj: 7625
Poruke: 19
*.as54.bi.bih.net.ba.



Profil

icon Re: TIGRA MENU (pomoc oko rezolucije)31.08.2004. u 19:30 - pre 238 meseci
To je neka igra oko z-index ali ne znam koju vrijednost da stavim
 
Odgovor na temu

[es] :: Javascript i AJAX :: TIGRA MENU (pomoc oko rezolucije)

[ Pregleda: 2995 | Odgovora: 2 ] > FB > Twit

Postavi temu Odgovori

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