Dreamweaver Spry Menu Problem

mohityadavx

Youngling
Hi!

I am new to dreamweaver and was making a basic dynamic website of type php . I was trying to insert a spry menu in my website. However i am suffering from a strange problem. I am seeing spry menu differently in different browser.

Here it is :-

My Design View:-
*i1234.photobucket.com/albums/ff403/mohityadavx/work.png

Default Live View:-
*i1234.photobucket.com/albums/ff403/mohityadavx/liveview.png

Firefox :-
*i1234.photobucket.com/albums/ff403/mohityadavx/firefox.png

Opera:-
*i1234.photobucket.com/albums/ff403/mohityadavx/opera.png

Also spry menu moves whenever i change window size of browser. Please help.
 

sygeek

Technomancer
This maybe offtopic, but I just wanted to give you a piece of advice. Stop using Dreamweaver, learn HTML.
 
OP
mohityadavx

mohityadavx

Youngling
This maybe offtopic, but I just wanted to give you a piece of advice. Stop using Dreamweaver, learn HTML.

Well i think u understand that there may be a time when people may not have the time to learn HTML. Also u could learn HTML side by side using Dreamweaver using split screen.
 

doomgiver

Warframe
seems like the formatting/placement has gone wrong.

check the html coding, if possible, and put up the file up here.
 

abhidev

Human Spambot
what you can try is....probably dreamweaver spry menu has been positioned using css

So try to add a wrapper div arnd the spry menu
eg: <div class="wrapper">spry menu here </div>

ooh ...there was a problem in the syntax itself is it???
 
Top Bottom